blob: b4c94b356f54417735feec50912fcdeab50ffc4e [file] [log] [blame]
Matteo Scandolo1879ce72017-05-30 15:45:26 -07001map:
2 name:
3 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -07004 xos_dir:
5 type: str
6 logging:
7 type: map
8 map:
Zack Williams37845ca2017-07-18 15:39:20 -07009 file:
10 type: str
11 logstash_hostport:
12 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070013 level:
14 type: str
15 channels:
16 type: seq
17 sequence:
18 - type: str
19 enum: ['file', 'console', 'elkstack']
20 dependency_graph:
21 type: str
Sapan Bhatia09174022017-06-02 13:39:28 +020022 link_graph:
23 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070024 steps_dir:
25 type: str
26 sys_dir:
27 type: str
28 accessor:
29 type: map
30 required: True
31 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070032 endpoint:
33 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070034 username:
35 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070036 password:
37 type: str
Scott Bakeraa084c82017-06-21 09:42:50 -070038 kind:
39 type: str
40 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070041 required_models:
42 type: seq
43 sequence:
44 - type: str
45 keep_temp_files:
46 type: bool
47 proxy_ssh:
48 type: map
49 map:
50 enabled:
51 type: bool
52 required: True
53 key:
54 type: str
55 user:
56 type: str
57 enable_watchers:
58 type: bool
59 model_policies_dir:
60 type: str
61 error_map_path:
62 type: str
63 feefie:
64 type: map
65 map:
66 client_id:
67 type: str
68 user_id:
69 type: str
70 node_key:
71 type: str
72 config_dir:
73 type: str
74 backoff_disabled:
75 type: bool
76 images_directory:
77 type: str
78 nova:
79 type: map
80 map:
81 enabled:
82 type: bool
83 ca_ssl_cert:
84 type: str
85 default_flavor:
86 type: str
87 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +020088 type: str