Matteo Scandolo | d2044a4 | 2017-08-07 16:08:28 -0700 | [diff] [blame] | 1 | |
| 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 Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 17 | map: |
| 18 | name: |
| 19 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 20 | xos_dir: |
| 21 | type: str |
Sapan Bhatia | 36a7169 | 2017-08-25 21:28:18 -0400 | [diff] [blame] | 22 | logging: |
| 23 | type: any |
Sapan Bhatia | 2eee7c7 | 2017-11-02 23:18:12 -0400 | [diff] [blame] | 24 | 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 Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 35 | dependency_graph: |
| 36 | type: str |
Sapan Bhatia | 0917402 | 2017-06-02 13:39:28 +0200 | [diff] [blame] | 37 | link_graph: |
| 38 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 39 | steps_dir: |
| 40 | type: str |
| 41 | sys_dir: |
| 42 | type: str |
| 43 | accessor: |
| 44 | type: map |
| 45 | required: True |
| 46 | map: |
Matteo Scandolo | 5f4ffc7 | 2017-06-30 16:23:49 -0700 | [diff] [blame] | 47 | endpoint: |
| 48 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 49 | username: |
| 50 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 51 | password: |
| 52 | type: str |
Scott Baker | aa084c8 | 2017-06-21 09:42:50 -0700 | [diff] [blame] | 53 | kind: |
| 54 | type: str |
| 55 | required: False |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 56 | 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 Bhatia | 0917402 | 2017-06-02 13:39:28 +0200 | [diff] [blame] | 103 | type: str |