blob: eac4065d491d38a18d15cb857f42dab5a86ea1dc [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
Sapan Bhatia2eee7c72017-11-02 23:18:12 -040024 blueprints:
25 type: seq
26 sequence:
27 - type: map
28 map:
29 name:
30 type: str
31 required: True
32 graph:
33 type: any
34 required: True
Matteo Scandolo1879ce72017-05-30 15:45:26 -070035 dependency_graph:
36 type: str
Sapan Bhatia09174022017-06-02 13:39:28 +020037 link_graph:
38 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070039 steps_dir:
40 type: str
41 sys_dir:
42 type: str
43 accessor:
44 type: map
45 required: True
46 map:
Matteo Scandolo5f4ffc72017-06-30 16:23:49 -070047 endpoint:
48 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070049 username:
50 type: str
Matteo Scandolo1879ce72017-05-30 15:45:26 -070051 password:
52 type: str
Scott Bakeraa084c82017-06-21 09:42:50 -070053 kind:
54 type: str
55 required: False
Matteo Scandolo1879ce72017-05-30 15:45:26 -070056 required_models:
57 type: seq
58 sequence:
59 - type: str
60 keep_temp_files:
61 type: bool
62 proxy_ssh:
63 type: map
64 map:
65 enabled:
66 type: bool
67 required: True
68 key:
69 type: str
70 user:
71 type: str
72 enable_watchers:
73 type: bool
74 model_policies_dir:
75 type: str
76 error_map_path:
77 type: str
78 feefie:
79 type: map
80 map:
81 client_id:
82 type: str
83 user_id:
84 type: str
85 node_key:
86 type: str
87 config_dir:
88 type: str
89 backoff_disabled:
90 type: bool
91 images_directory:
92 type: str
93 nova:
94 type: map
95 map:
96 enabled:
97 type: bool
98 ca_ssl_cert:
99 type: str
100 default_flavor:
101 type: str
102 default_security_group:
Sapan Bhatia09174022017-06-02 13:39:28 +0200103 type: str