blob: 91fa0be20c858aa28c4159534bcc7110715f97c9 [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
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080017---
18# profile_manifests/mock-ecord.yml
19# creates a mock E-CORD pod
20
21site_name: mock-ecord
22deployment_type: "Mock E-CORD Global 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') }}"
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080027xos_admin_first: XOS
Zack Williamsc989f262017-05-11 13:02:59 -070028xos_admin_last: Admin
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080029
30frontend_only: False
31use_openstack: False
32use_vtn: False
Andy Bavier1cac0012017-03-13 10:06:18 -040033needs_pki_install: True
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080034
35build_xos_base_image: True
36
37xos_tosca_config_templates:
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080038 - mock-onos.yaml
Andrea Campanellabd56e782017-02-23 15:43:21 +010039 - vnodglobal-service.yaml
Matteo Scandoloae45a2f2017-06-27 14:14:19 -070040 - xos-gui-extensions.yml
Andrea Campanellabd56e782017-02-23 15:43:21 +010041
42# GUI Config [new GUI]
43gui_project_name: "E-CORD"
44gui_background: "cord-bg.jpg" # TODO find ecord image
45gui_payoff: "Your Enterprise VNF orchestrator"
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080046
47# GUI branding
48gui_branding_name: "ECORD"
49gui_branding_icon: "/static/cord-logo.png"
50gui_branding_favicon: "/static/cord-favicon.png"
51gui_branding_bg: "/static/cord-bg.jpg"
52
Matteo Scandolo3896c472017-08-01 13:31:42 -070053enabled_gui_extensions:
54 - name: metro-net-gui
55 path: orchestration/xos_services/metro-net/xos/gui
56 extra_files:
57 - app/style/style.css
58
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080059# paths defined in manifest/default.xml
60xos_services:
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080061 - name: onos
62 path: orchestration/xos_services/onos-service
Max Chufd2274b2017-07-11 13:11:30 -070063 - name: metro-net
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080064 path: orchestration/xos_services/metro-net
65
66xos_service_sshkeys:
67 - name: onos_rsa
68 source_path: "/dev/null"
69 - name: onos_rsa.pub
70 source_path: "/dev/null"
71
72# site domain suffix
Max Chufd2274b2017-07-11 13:11:30 -070073site_suffix: opencord.org
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080074
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 }}"
Max Chu0eccede2017-08-17 17:01:46 -070081
82xos_images: []