blob: 357e8d9997d51013c2a8ed77bc97f83c59cad87e [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
Scott Baker7ff8ad92019-02-15 17:02:41 -080018 desired_state:
19 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070020 xos_dir:
21 type: str
Andy Bavier0f266f32018-01-02 15:35:08 -070022 logging:
Sapan Bhatia36a71692017-08-25 21:28:18 -040023 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:
Andy Bavier0f266f32018-01-02 15:35:08 -070033 name:
Sapan Bhatia2eee7c72017-11-02 23:18:12 -040034 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
Andy Bavier0f266f32018-01-02 15:35:08 -070052 owner:
53 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070054 dependency_graph:
55 type: str
Sapan Bhatia09174022017-06-02 13:39:28 +020056 link_graph:
57 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070058 steps_dir:
59 type: str
Scott Baker49504d32018-05-14 15:08:55 -070060 event_steps_dir:
61 type: str
Matteo Scandolo0e852b92018-04-03 14:33:06 -070062 pull_steps_dir:
63 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070064 sys_dir:
65 type: str
Scott Bakerb06e3e02017-12-12 11:05:53 -080066 models_dir:
67 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070068 accessor:
69 type: map
Matteo Scandoloc59372a2018-06-11 15:17:40 -070070 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070071 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070072 endpoint:
73 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070074 username:
75 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070076 password:
77 type: str
Scott Bakeraa084c82017-06-21 09:42:50 -070078 kind:
79 type: str
80 required: False
Zack Williams73a12852018-09-05 15:33:35 -070081 kafka_bootstrap_servers:
82 type: seq
83 sequence:
84 - type: str
Scott Baker49504d32018-05-14 15:08:55 -070085 event_bus:
86 type: map
87 required: False
88 map:
89 endpoint:
90 type: str
91 kind:
92 type: str
93 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070094 required_models:
95 type: seq
96 sequence:
97 - type: str
98 keep_temp_files:
99 type: bool
100 proxy_ssh:
101 type: map
102 map:
103 enabled:
104 type: bool
105 required: True
106 key:
107 type: str
108 user:
109 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -0700110 model_policies_dir:
111 type: str
112 error_map_path:
113 type: str
114 feefie:
115 type: map
116 map:
117 client_id:
118 type: str
119 user_id:
120 type: str
121 node_key:
122 type: str
123 config_dir:
124 type: str
125 backoff_disabled:
126 type: bool
127 images_directory:
128 type: str
129 nova:
130 type: map
131 map:
132 enabled:
133 type: bool
134 ca_ssl_cert:
135 type: str
136 default_flavor:
137 type: str
138 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +0200139 type: str