blob: ae7b83cedc0af806aad5900896f61c84257b0904 [file] [log] [blame]
Matteo Scandolod2044a42017-08-07 16:08:28 -07001
2# Copyright 2017-present Open Networking Foundation
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15
16
Matteo Scandolo1879ce72017-05-30 15:45:26 -070017map:
18 name:
19 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070020 xos_dir:
21 type: str
22 logging:
23 type: map
24 map:
Zack Williams37845ca2017-07-18 15:39:20 -070025 file:
26 type: str
27 logstash_hostport:
28 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070029 level:
30 type: str
31 channels:
32 type: seq
33 sequence:
34 - type: str
35 enum: ['file', 'console', 'elkstack']
36 dependency_graph:
37 type: str
Sapan Bhatia09174022017-06-02 13:39:28 +020038 link_graph:
39 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070040 steps_dir:
41 type: str
42 sys_dir:
43 type: str
44 accessor:
45 type: map
46 required: True
47 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070048 endpoint:
49 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070050 username:
51 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070052 password:
53 type: str
Scott Bakeraa084c82017-06-21 09:42:50 -070054 kind:
55 type: str
56 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070057 required_models:
58 type: seq
59 sequence:
60 - type: str
61 keep_temp_files:
62 type: bool
63 proxy_ssh:
64 type: map
65 map:
66 enabled:
67 type: bool
68 required: True
69 key:
70 type: str
71 user:
72 type: str
73 enable_watchers:
74 type: bool
75 model_policies_dir:
76 type: str
77 error_map_path:
78 type: str
79 feefie:
80 type: map
81 map:
82 client_id:
83 type: str
84 user_id:
85 type: str
86 node_key:
87 type: str
88 config_dir:
89 type: str
90 backoff_disabled:
91 type: bool
92 images_directory:
93 type: str
94 nova:
95 type: map
96 map:
97 enabled:
98 type: bool
99 ca_ssl_cert:
100 type: str
101 default_flavor:
102 type: str
103 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +0200104 type: str