blob: cba845f11f067ba2393d522feb964cee1b2c3ae1 [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 Scandolo12651d72019-02-21 15:15:29 -080018 core_version:
19 type: str
Scott Baker7ff8ad92019-02-15 17:02:41 -080020 desired_state:
21 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070022 xos_dir:
23 type: str
Andy Bavier0f266f32018-01-02 15:35:08 -070024 logging:
Sapan Bhatia36a71692017-08-25 21:28:18 -040025 type: any
Scott Baker1f6a32c2017-11-22 11:24:01 -080026 wrappers:
27 type: seq
28 sequence:
29 - type: str
Sapan Bhatia2eee7c72017-11-02 23:18:12 -040030 blueprints:
31 type: seq
32 sequence:
33 - type: map
34 map:
Andy Bavier0f266f32018-01-02 15:35:08 -070035 name:
Sapan Bhatia2eee7c72017-11-02 23:18:12 -040036 type: str
37 required: True
38 graph:
39 type: any
40 required: True
Sapan Bhatiaa8efc1d2017-11-27 00:37:42 -050041 networks:
42 type: seq
43 sequence:
44 - type: map
45 map:
46 name:
47 type: str
48 permit_all_slices:
49 type: bool
50 template:
51 type: str
52 subnet:
53 type: str
Andy Bavier0f266f32018-01-02 15:35:08 -070054 owner:
55 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070056 dependency_graph:
57 type: str
Sapan Bhatia09174022017-06-02 13:39:28 +020058 link_graph:
59 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070060 steps_dir:
61 type: str
Scott Baker49504d32018-05-14 15:08:55 -070062 event_steps_dir:
63 type: str
Matteo Scandolo0e852b92018-04-03 14:33:06 -070064 pull_steps_dir:
65 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070066 sys_dir:
67 type: str
Scott Bakerb06e3e02017-12-12 11:05:53 -080068 models_dir:
69 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070070 accessor:
71 type: map
Matteo Scandoloc59372a2018-06-11 15:17:40 -070072 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070073 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070074 endpoint:
75 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070076 username:
77 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070078 password:
79 type: str
Scott Bakeraa084c82017-06-21 09:42:50 -070080 kind:
81 type: str
82 required: False
Zack Williams73a12852018-09-05 15:33:35 -070083 kafka_bootstrap_servers:
84 type: seq
85 sequence:
86 - type: str
Scott Baker49504d32018-05-14 15:08:55 -070087 event_bus:
88 type: map
89 required: False
90 map:
91 endpoint:
92 type: str
93 kind:
94 type: str
95 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070096 required_models:
97 type: seq
98 sequence:
99 - type: str
100 keep_temp_files:
101 type: bool
102 proxy_ssh:
103 type: map
104 map:
105 enabled:
106 type: bool
107 required: True
108 key:
109 type: str
110 user:
111 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -0700112 model_policies_dir:
113 type: str
114 error_map_path:
115 type: str
116 feefie:
117 type: map
118 map:
119 client_id:
120 type: str
121 user_id:
122 type: str
123 node_key:
124 type: str
125 config_dir:
126 type: str
127 backoff_disabled:
128 type: bool
129 images_directory:
130 type: str
131 nova:
132 type: map
133 map:
134 enabled:
135 type: bool
136 ca_ssl_cert:
137 type: str
138 default_flavor:
139 type: str
140 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +0200141 type: str