-
Notifications
You must be signed in to change notification settings - Fork 0
/
cdsw-secure-cluster-schema.yml
85 lines (85 loc) · 1.52 KB
/
cdsw-secure-cluster-schema.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
title: cdsw-secure-cluster-schema
type: object
required:
- name
- provider
- ssh
- common-instance-properties
- cloudera-manager
- cluster
properties:
name:
type: string
provider:
type: object
required:
- type
- accessKeyId
- secretAccessKey
- region
- subnetId
- securityGroupsIds
properties:
type:
type: string
accessKeyId:
type: string
secretAccessKey:
type: string
region:
type: string
subnetId:
type: string
securityGroupsIds:
type: string
ssh:
type: object
required:
- username
- privateKey
properties:
username:
type: string
privateKey:
type: string
common-instance-properties:
type: object
required:
- image
properties:
image:
type: string
tags:
type: object
properties:
owner:
type:
string
cloudera-manager:
type: object
cluster:
type: object
required:
- products
- parcelRepositories
- services
- master
- worker
- cdsw
- instancePostCreateScriptsPaths
properties:
products:
type: object
parcelRepositories:
type: list
services:
type: list
master:
type: object
worker:
type: object
cdsw:
type: object
instancePostCreateScriptsPaths:
type: list