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 |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 24 | dependency_graph: |
| 25 | type: str |
Sapan Bhatia | 0917402 | 2017-06-02 13:39:28 +0200 | [diff] [blame] | 26 | link_graph: |
| 27 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 28 | steps_dir: |
| 29 | type: str |
| 30 | sys_dir: |
| 31 | type: str |
| 32 | accessor: |
| 33 | type: map |
| 34 | required: True |
| 35 | map: |
Matteo Scandolo | 5f4ffc7 | 2017-06-30 16:23:49 -0700 | [diff] [blame] | 36 | endpoint: |
| 37 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 38 | username: |
| 39 | type: str |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 40 | password: |
| 41 | type: str |
Scott Baker | aa084c8 | 2017-06-21 09:42:50 -0700 | [diff] [blame] | 42 | kind: |
| 43 | type: str |
| 44 | required: False |
Matteo Scandolo | 1879ce7 | 2017-05-30 15:45:26 -0700 | [diff] [blame] | 45 | required_models: |
| 46 | type: seq |
| 47 | sequence: |
| 48 | - type: str |
| 49 | keep_temp_files: |
| 50 | type: bool |
| 51 | proxy_ssh: |
| 52 | type: map |
| 53 | map: |
| 54 | enabled: |
| 55 | type: bool |
| 56 | required: True |
| 57 | key: |
| 58 | type: str |
| 59 | user: |
| 60 | type: str |
| 61 | enable_watchers: |
| 62 | type: bool |
| 63 | model_policies_dir: |
| 64 | type: str |
| 65 | error_map_path: |
| 66 | type: str |
| 67 | feefie: |
| 68 | type: map |
| 69 | map: |
| 70 | client_id: |
| 71 | type: str |
| 72 | user_id: |
| 73 | type: str |
| 74 | node_key: |
| 75 | type: str |
| 76 | config_dir: |
| 77 | type: str |
| 78 | backoff_disabled: |
| 79 | type: bool |
| 80 | images_directory: |
| 81 | type: str |
| 82 | nova: |
| 83 | type: map |
| 84 | map: |
| 85 | enabled: |
| 86 | type: bool |
| 87 | ca_ssl_cert: |
| 88 | type: str |
| 89 | default_flavor: |
| 90 | type: str |
| 91 | default_security_group: |
Sapan Bhatia | 0917402 | 2017-06-02 13:39:28 +0200 | [diff] [blame] | 92 | type: str |