blob: cba05fef3401b0af5a9f69218a1650bd9c2bb3ca [file] [log] [blame]
Zack Williamsa2763112017-01-03 11:38:38 -07001---
2# vars/api-test.yaml
3
4site_name: mysite
5deployment_type: MyDeployment
6
7frontend_only: True
8use_openstack: False
9use_vtn: False
10
11build_xos_base_image: True
12build_xos_test_image: True
13
14source_ui_image: "xosproject/xos-test"
15
16xos_admin_user: padmin@vicci.org
17xos_admin_pass: letmein
18xos_admin_first: XOS
19xos_admin_last: admin
20
21xos_tosca_config_templates:
22 - management-net.yaml
23 - sample.yaml
24 - services.yaml
25 - volt-devices.yaml
26
27# paths relative to repo checkout, defined in manifest/default.xml
28xos_services:
29 - name: volt
30 path: onos-apps/apps/olt
31 - name: onos
32 path: orchestration/xos_services/onos-service
33 - name: vrouter
34 path: orchestration/xos_services/vrouter
35 - name: vsg
36 path: orchestration/xos_services/vsg
37 - name: vtr
38 path: orchestration/xos_services/vtr
39
40xos_service_sshkeys:
41 - name: onos_rsa
42 source_path: "/dev/null"
43 - name: onos_rsa.pub
44 source_path: "/dev/null"
45 - name: volt_rsa
46 source_path: "/dev/null"
47 - name: volt_rsa.pub
48 source_path: "/dev/null"
49 - name: vsg_rsa
50 source_path: "/dev/null"
51 - name: vsg_rsa.pub
52 source_path: "/dev/null"
53
54# site domain suffix
55site_suffix: opencloud.us
56
57# SSL server certificate generation
58server_certs:
59 - cn: "xos-core.{{ site_suffix }}"
60 subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}"
61 altnames:
62 - "DNS:xos-core.{{ site_suffix }}"
63