Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -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 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 17 | --- |
| 18 | # vars/api-test.yaml |
| 19 | |
| 20 | site_name: mysite |
| 21 | deployment_type: MyDeployment |
| 22 | |
| 23 | frontend_only: True |
| 24 | use_openstack: False |
| 25 | use_vtn: False |
Andy Bavier | 1cac001 | 2017-03-13 10:06:18 -0400 | [diff] [blame] | 26 | needs_pki_install: True |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 27 | |
| 28 | build_xos_base_image: True |
| 29 | build_xos_test_image: True |
| 30 | |
| 31 | source_ui_image: "xosproject/xos-test" |
| 32 | |
| 33 | xos_admin_user: padmin@vicci.org |
| 34 | xos_admin_pass: letmein |
| 35 | xos_admin_first: XOS |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 36 | xos_admin_last: Admin |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 37 | |
| 38 | xos_tosca_config_templates: |
| 39 | - management-net.yaml |
| 40 | - sample.yaml |
| 41 | - services.yaml |
| 42 | - volt-devices.yaml |
Matteo Scandolo | ae45a2f | 2017-06-27 14:14:19 -0700 | [diff] [blame] | 43 | - xos-gui-extensions.yml |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 44 | |
| 45 | # paths relative to repo checkout, defined in manifest/default.xml |
| 46 | xos_services: |
| 47 | - name: volt |
Andy Bavier | a4638cb | 2017-08-30 16:02:49 -0700 | [diff] [blame] | 48 | path: orchestration/xos_services/olt-service |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 49 | - name: onos |
| 50 | path: orchestration/xos_services/onos-service |
| 51 | - name: vrouter |
| 52 | path: orchestration/xos_services/vrouter |
| 53 | - name: vsg |
| 54 | path: orchestration/xos_services/vsg |
| 55 | - name: vtr |
| 56 | path: orchestration/xos_services/vtr |
| 57 | |
| 58 | xos_service_sshkeys: |
| 59 | - name: onos_rsa |
| 60 | source_path: "/dev/null" |
| 61 | - name: onos_rsa.pub |
| 62 | source_path: "/dev/null" |
| 63 | - name: volt_rsa |
| 64 | source_path: "/dev/null" |
| 65 | - name: volt_rsa.pub |
| 66 | source_path: "/dev/null" |
| 67 | - name: vsg_rsa |
| 68 | source_path: "/dev/null" |
| 69 | - name: vsg_rsa.pub |
| 70 | source_path: "/dev/null" |
| 71 | |
| 72 | # site domain suffix |
| 73 | site_suffix: opencloud.us |
| 74 | |
| 75 | # SSL server certificate generation |
| 76 | server_certs: |
| 77 | - cn: "xos-core.{{ site_suffix }}" |
| 78 | subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}" |
| 79 | altnames: |
| 80 | - "DNS:xos-core.{{ site_suffix }}" |