blob: 42b21d5d2a56ce6aef24a9b24d793d816443079e [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/mock-mcord.yaml
19# creates a mock MCORD pod
20
21site_name: mock-mcord
22deployment_type: "Mock M-CORD Pod"
23
Zack Williamsc989f262017-05-11 13:02:59 -070024credentials_dir: "{{ playbook_dir }}/credentials"
25xos_admin_user: "xosadmin@opencord.org"
26xos_admin_pass: "{{ lookup('password', credentials_dir ~ '/xosadmin@opencord.org chars=ascii_letters,digits') }}"
Zack Williamsa2763112017-01-03 11:38:38 -070027xos_admin_first: XOS
Zack Williamsc989f262017-05-11 13:02:59 -070028xos_admin_last: Admin
Zack Williamsa2763112017-01-03 11:38:38 -070029
30frontend_only: True
31use_openstack: False
32use_vtn: False
Andy Bavier1cac0012017-03-13 10:06:18 -040033needs_pki_install: True
Zack Williamsa2763112017-01-03 11:38:38 -070034
35build_xos_base_image: True
36
37xos_tosca_config_templates:
38 - sample.yaml
39 - management-net.yaml
40 - mock-mcord.yaml
Matteo Scandoloae45a2f2017-06-27 14:14:19 -070041 - xos-gui-extensions.yml
Zack Williamsa2763112017-01-03 11:38:38 -070042
Matteo Scandolo667334f2017-02-26 10:58:08 -080043# GUI Config [new GUI]
44gui_project_name: "M-CORD"
45gui_payoff: "Your way toward 5G"
46gui_routes:
47 - label: "Slices"
48 state: "xos.core.slice"
49 - label: "Nodes"
50 state: "xos.core.node"
51 - label: "Instances"
52 state: "xos.core.instance"
53 - label: "MCORD"
54 state: "xos.mcord"
55 - label: "Topology"
56 state: "xos.mcord.topology"
57 parent: "xos.mcord"
58
Zack Williamsa2763112017-01-03 11:38:38 -070059# GUI branding
60gui_branding_name: "M-CORD"
61gui_branding_icon: "/static/cord-logo.png"
62gui_branding_favicon: "/static/cord-favicon.png"
63gui_branding_bg: "/static/mcord-bg.jpg"
64gui_service_view_class: "core.views.mCordServiceGrid.ServiceGridView"
65
66# site domain suffix
67site_suffix: opencloud.us
68
69# SSL server certificate generation
70server_certs:
71 - cn: "xos-core.{{ site_suffix }}"
72 subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}"
73 altnames:
74 - "DNS:xos-core.{{ site_suffix }}"
Max Chu0eccede2017-08-17 17:01:46 -070075
76xos_images: []