blob: bdaf938bc44d97ce7a7b73e2c8f52055b202dc2f [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
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
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
68 required: True
69 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
Matteo Scandolo1879ce72017-05-30 15:45:26 -070079 required_models:
80 type: seq
81 sequence:
82 - type: str
83 keep_temp_files:
84 type: bool
85 proxy_ssh:
86 type: map
87 map:
88 enabled:
89 type: bool
90 required: True
91 key:
92 type: str
93 user:
94 type: str
95 enable_watchers:
96 type: bool
97 model_policies_dir:
98 type: str
99 error_map_path:
100 type: str
101 feefie:
102 type: map
103 map:
104 client_id:
105 type: str
106 user_id:
107 type: str
108 node_key:
109 type: str
110 config_dir:
111 type: str
112 backoff_disabled:
113 type: bool
114 images_directory:
115 type: str
116 nova:
117 type: map
118 map:
119 enabled:
120 type: bool
121 ca_ssl_cert:
122 type: str
123 default_flavor:
124 type: str
125 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +0200126 type: str