blob: 532ca3c4a4c5044bef6378185f5a00fecca5c996 [file] [log] [blame]
Matteo Scandolod2044a42017-08-07 16:08:28 -07001# Copyright 2017-present Open Networking Foundation
2#
3# Licensed under the Apache License, Version 2.0 (the "License");
4# you may not use this file except in compliance with the License.
5# You may obtain a copy of the License at
6#
7# http://www.apache.org/licenses/LICENSE-2.0
8#
9# Unless required by applicable law or agreed to in writing, software
10# distributed under the License is distributed on an "AS IS" BASIS,
11# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12# See the License for the specific language governing permissions and
13# limitations under the License.
14
Matteo Scandolo1879ce72017-05-30 15:45:26 -070015map:
16 name:
17 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070018 xos_dir:
19 type: str
Andy Bavier0f266f32018-01-02 15:35:08 -070020 logging:
Sapan Bhatia36a71692017-08-25 21:28:18 -040021 type: any
Scott Baker1f6a32c2017-11-22 11:24:01 -080022 wrappers:
23 type: seq
24 sequence:
25 - type: str
Sapan Bhatia2eee7c72017-11-02 23:18:12 -040026 blueprints:
27 type: seq
28 sequence:
29 - type: map
30 map:
Andy Bavier0f266f32018-01-02 15:35:08 -070031 name:
Sapan Bhatia2eee7c72017-11-02 23:18:12 -040032 type: str
33 required: True
34 graph:
35 type: any
36 required: True
Sapan Bhatiaa8efc1d2017-11-27 00:37:42 -050037 networks:
38 type: seq
39 sequence:
40 - type: map
41 map:
42 name:
43 type: str
44 permit_all_slices:
45 type: bool
46 template:
47 type: str
48 subnet:
49 type: str
Andy Bavier0f266f32018-01-02 15:35:08 -070050 owner:
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
Scott Baker49504d32018-05-14 15:08:55 -070058 event_steps_dir:
59 type: str
Matteo Scandolo0e852b92018-04-03 14:33:06 -070060 pull_steps_dir:
61 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070062 sys_dir:
63 type: str
Scott Bakerb06e3e02017-12-12 11:05:53 -080064 models_dir:
65 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070066 accessor:
67 type: map
Matteo Scandoloc59372a2018-06-11 15:17:40 -070068 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070069 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070070 endpoint:
71 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070072 username:
73 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070074 password:
75 type: str
Scott Bakeraa084c82017-06-21 09:42:50 -070076 kind:
77 type: str
78 required: False
Zack Williams73a12852018-09-05 15:33:35 -070079 kafka_bootstrap_servers:
80 type: seq
81 sequence:
82 - type: str
Scott Baker49504d32018-05-14 15:08:55 -070083 event_bus:
84 type: map
85 required: False
86 map:
87 endpoint:
88 type: str
89 kind:
90 type: str
91 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070092 required_models:
93 type: seq
94 sequence:
95 - type: str
96 keep_temp_files:
97 type: bool
98 proxy_ssh:
99 type: map
100 map:
101 enabled:
102 type: bool
103 required: True
104 key:
105 type: str
106 user:
107 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -0700108 model_policies_dir:
109 type: str
110 error_map_path:
111 type: str
112 feefie:
113 type: map
114 map:
115 client_id:
116 type: str
117 user_id:
118 type: str
119 node_key:
120 type: str
121 config_dir:
122 type: str
123 backoff_disabled:
124 type: bool
125 images_directory:
126 type: str
127 nova:
128 type: map
129 map:
130 enabled:
131 type: bool
132 ca_ssl_cert:
133 type: str
134 default_flavor:
135 type: str
136 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +0200137 type: str