blob: 95a69b1fa98a5a61dd0659bd4c2f42c710a66a8d [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
Sapan Bhatia36a71692017-08-25 21:28:18 -040022 logging:
23 type: any
Matteo Scandolo1879ce72017-05-30 15:45:26 -070024 dependency_graph:
25 type: str
Sapan Bhatia09174022017-06-02 13:39:28 +020026 link_graph:
27 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070028 steps_dir:
29 type: str
30 sys_dir:
31 type: str
32 accessor:
33 type: map
34 required: True
35 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070036 endpoint:
37 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070038 username:
39 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070040 password:
41 type: str
Scott Bakeraa084c82017-06-21 09:42:50 -070042 kind:
43 type: str
44 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070045 required_models:
46 type: seq
47 sequence:
48 - type: str
49 keep_temp_files:
50 type: bool
51 proxy_ssh:
52 type: map
53 map:
54 enabled:
55 type: bool
56 required: True
57 key:
58 type: str
59 user:
60 type: str
61 enable_watchers:
62 type: bool
63 model_policies_dir:
64 type: str
65 error_map_path:
66 type: str
67 feefie:
68 type: map
69 map:
70 client_id:
71 type: str
72 user_id:
73 type: str
74 node_key:
75 type: str
76 config_dir:
77 type: str
78 backoff_disabled:
79 type: bool
80 images_directory:
81 type: str
82 nova:
83 type: map
84 map:
85 enabled:
86 type: bool
87 ca_ssl_cert:
88 type: str
89 default_flavor:
90 type: str
91 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +020092 type: str