blob: 252ccee4be31c343a7d97eba0bbfb7aba9b54fa9 [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
Sapan Bhatia2eee7c72017-11-02 23:18:12 -040024 blueprints:
25 type: seq
26 sequence:
27 - type: map
28 map:
29 name:
30 type: str
31 required: True
32 graph:
33 type: any
34 required: True
Sapan Bhatiaa8efc1d2017-11-27 00:37:42 -050035 networks:
36 type: seq
37 sequence:
38 - type: map
39 map:
40 name:
41 type: str
42 permit_all_slices:
43 type: bool
44 template:
45 type: str
46 subnet:
47 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070048 dependency_graph:
49 type: str
Sapan Bhatia09174022017-06-02 13:39:28 +020050 link_graph:
51 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070052 steps_dir:
53 type: str
54 sys_dir:
55 type: str
56 accessor:
57 type: map
58 required: True
59 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070060 endpoint:
61 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070062 username:
63 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070064 password:
65 type: str
Scott Bakeraa084c82017-06-21 09:42:50 -070066 kind:
67 type: str
68 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070069 required_models:
70 type: seq
71 sequence:
72 - type: str
73 keep_temp_files:
74 type: bool
75 proxy_ssh:
76 type: map
77 map:
78 enabled:
79 type: bool
80 required: True
81 key:
82 type: str
83 user:
84 type: str
85 enable_watchers:
86 type: bool
87 model_policies_dir:
88 type: str
89 error_map_path:
90 type: str
91 feefie:
92 type: map
93 map:
94 client_id:
95 type: str
96 user_id:
97 type: str
98 node_key:
99 type: str
100 config_dir:
101 type: str
102 backoff_disabled:
103 type: bool
104 images_directory:
105 type: str
106 nova:
107 type: map
108 map:
109 enabled:
110 type: bool
111 ca_ssl_cert:
112 type: str
113 default_flavor:
114 type: str
115 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +0200116 type: str