blob: 6009501706ff4a240ed6c076b9434dd119f5ac67 [file] [log] [blame]
Matteo Scandolo1879ce72017-05-30 15:45:26 -07001map:
2 name:
3 type: str
4 required: True
5 xos_dir:
6 type: str
7 logging:
8 type: map
9 map:
10 level:
11 type: str
12 channels:
13 type: seq
14 sequence:
15 - type: str
16 enum: ['file', 'console', 'elkstack']
17 dependency_graph:
18 type: str
Sapan Bhatia09174022017-06-02 13:39:28 +020019 link_graph:
20 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070021 steps_dir:
22 type: str
23 sys_dir:
24 type: str
25 accessor:
26 type: map
27 required: True
28 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070029 endpoint:
30 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070031 username:
32 type: str
33 required: True
34 password:
35 type: str
36 required: True
Scott Bakeraa084c82017-06-21 09:42:50 -070037 kind:
38 type: str
39 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070040 required_models:
41 type: seq
42 sequence:
43 - type: str
44 keep_temp_files:
45 type: bool
46 proxy_ssh:
47 type: map
48 map:
49 enabled:
50 type: bool
51 required: True
52 key:
53 type: str
54 user:
55 type: str
56 enable_watchers:
57 type: bool
58 model_policies_dir:
59 type: str
60 error_map_path:
61 type: str
62 feefie:
63 type: map
64 map:
65 client_id:
66 type: str
67 user_id:
68 type: str
69 node_key:
70 type: str
71 config_dir:
72 type: str
73 backoff_disabled:
74 type: bool
75 images_directory:
76 type: str
77 nova:
78 type: map
79 map:
80 enabled:
81 type: bool
82 ca_ssl_cert:
83 type: str
84 default_flavor:
85 type: str
86 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +020087 type: str