blob: 46976a88be19f85e3f33463191a725d7ce23f7ef [file] [log] [blame]
Matteo Scandolo3896c472017-08-01 13:31:42 -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
Zack Williamsa2763112017-01-03 11:38:38 -070017---
18# vars/api-test.yaml
19
20site_name: mysite
21deployment_type: MyDeployment
22
23frontend_only: True
24use_openstack: False
25use_vtn: False
Andy Bavier1cac0012017-03-13 10:06:18 -040026needs_pki_install: True
Zack Williamsa2763112017-01-03 11:38:38 -070027
28build_xos_base_image: True
29build_xos_test_image: True
30
31source_ui_image: "xosproject/xos-test"
32
33xos_admin_user: padmin@vicci.org
34xos_admin_pass: letmein
35xos_admin_first: XOS
Zack Williamsc989f262017-05-11 13:02:59 -070036xos_admin_last: Admin
Zack Williamsa2763112017-01-03 11:38:38 -070037
38xos_tosca_config_templates:
39 - management-net.yaml
40 - sample.yaml
41 - services.yaml
42 - volt-devices.yaml
Matteo Scandoloae45a2f2017-06-27 14:14:19 -070043 - xos-gui-extensions.yml
Zack Williamsa2763112017-01-03 11:38:38 -070044
45# paths relative to repo checkout, defined in manifest/default.xml
46xos_services:
47 - name: volt
Andy Baviera4638cb2017-08-30 16:02:49 -070048 path: orchestration/xos_services/olt-service
Zack Williamsa2763112017-01-03 11:38:38 -070049 - 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
58xos_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
73site_suffix: opencloud.us
74
75# SSL server certificate generation
76server_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 }}"