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