blob: be6d34bce7c907b9ecfb330355dc79081623bad7 [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 Campanellaeb8dc942017-09-01 13:46:44 +020039 - vnaasglobal-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:
Andrea Campanellaeb8dc942017-09-01 13:46:44 +020054 - name: vnaasgui
55 path: orchestration/xos_services/vnaas/xos/gui
Matteo Scandolo3896c472017-08-01 13:31:42 -070056 extra_files:
57 - app/style/style.css
Andrea Campanellaeb8dc942017-09-01 13:46:44 +020058 - mapconstants.js
Matteo Scandolo3896c472017-08-01 13:31:42 -070059
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080060# paths defined in manifest/default.xml
61xos_services:
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080062 - name: onos
63 path: orchestration/xos_services/onos-service
Andrea Campanellaeb8dc942017-09-01 13:46:44 +020064 - name: vnaas
65 path: orchestration/xos_services/vnaas
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080066
67xos_service_sshkeys:
68 - name: onos_rsa
69 source_path: "/dev/null"
70 - name: onos_rsa.pub
71 source_path: "/dev/null"
72
73# site domain suffix
Max Chufd2274b2017-07-11 13:11:30 -070074site_suffix: opencord.org
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080075
76# SSL server certificate generation
77server_certs:
78 - cn: "xos-core.{{ site_suffix }}"
79 subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}"
80 altnames:
81 - "DNS:xos-core.{{ site_suffix }}"
Max Chu0eccede2017-08-17 17:01:46 -070082
83xos_images: []