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 |
Andy Bavier | 0f266f3 | 2018-01-02 15:35:08 -0700 | [diff] [blame] | 22 | logging: |
Sapan Bhatia | 36a7169 | 2017-08-25 21:28:18 -0400 | [diff] [blame] | 23 | type: any |
Scott Baker | 1f6a32c | 2017-11-22 11:24:01 -0800 | [diff] [blame] | 24 | wrappers: |
| 25 | type: seq |
| 26 | sequence: |
| 27 | - type: str |
Sapan Bhatia | 2eee7c7 | 2017-11-02 23:18:12 -0400 | [diff] [blame] | 28 | blueprints: |
| 29 | type: seq |
| 30 | sequence: |
| 31 | - type: map |
| 32 | map: |
Andy Bavier | 0f266f3 | 2018-01-02 15:35:08 -0700 | [diff] [blame] | 33 | name: |
Sapan Bhatia | 2eee7c7 | 2017-11-02 23:18:12 -0400 | [diff] [blame] | 34 | type: str |
| 35 | required: True |
| 36 | graph: |
| 37 | type: any |
| 38 | required: True |
Sapan Bhatia | a8efc1d | 2017-11-27 00:37:42 -0500 | [diff] [blame] | 39 | 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 Bavier | 0f266f3 | 2018-01-02 15:35:08 -0700 | [diff] [blame] | 52 | owner: |
| 53 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 54 | dependency_graph: |
| 55 | type: str |
Sapan Bhatia | 0917402 | 2017-06-02 13:39:28 +0200 | [diff] [blame] | 56 | link_graph: |
| 57 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 58 | steps_dir: |
| 59 | type: str |
| 60 | sys_dir: |
| 61 | type: str |
Scott Baker | b06e3e0 | 2017-12-12 11:05:53 -0800 | [diff] [blame] | 62 | models_dir: |
| 63 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 64 | accessor: |
| 65 | type: map |
| 66 | required: True |
| 67 | map: |
Matteo Scandolo | 5f4ffc7 | 2017-06-30 16:23:49 -0700 | [diff] [blame] | 68 | endpoint: |
| 69 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 70 | username: |
| 71 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 72 | password: |
| 73 | type: str |
Scott Baker | aa084c8 | 2017-06-21 09:42:50 -0700 | [diff] [blame] | 74 | kind: |
| 75 | type: str |
| 76 | required: False |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 77 | required_models: |
| 78 | type: seq |
| 79 | sequence: |
| 80 | - type: str |
| 81 | keep_temp_files: |
| 82 | type: bool |
| 83 | proxy_ssh: |
| 84 | type: map |
| 85 | map: |
| 86 | enabled: |
| 87 | type: bool |
| 88 | required: True |
| 89 | key: |
| 90 | type: str |
| 91 | user: |
| 92 | type: str |
| 93 | enable_watchers: |
| 94 | type: bool |
| 95 | model_policies_dir: |
| 96 | type: str |
| 97 | error_map_path: |
| 98 | type: str |
| 99 | feefie: |
| 100 | type: map |
| 101 | map: |
| 102 | client_id: |
| 103 | type: str |
| 104 | user_id: |
| 105 | type: str |
| 106 | node_key: |
| 107 | type: str |
| 108 | config_dir: |
| 109 | type: str |
| 110 | backoff_disabled: |
| 111 | type: bool |
| 112 | images_directory: |
| 113 | type: str |
| 114 | nova: |
| 115 | type: map |
| 116 | map: |
| 117 | enabled: |
| 118 | type: bool |
| 119 | ca_ssl_cert: |
| 120 | type: str |
| 121 | default_flavor: |
| 122 | type: str |
| 123 | default_security_group: |
Sapan Bhatia | 0917402 | 2017-06-02 13:39:28 +0200 | [diff] [blame] | 124 | type: str |