blob: 7b1c2323753cde6d2104da1eafbac1abd83c71ce [file] [log] [blame]
Zack Williamsafd04a82017-09-13 10:11:55 -07001---
Matteo Scandolo3896c472017-08-01 13:31:42 -07002# 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
Zack Williams3eca6472017-06-22 18:18:38 -070016# profile_manifests/ecord-global.yml
Zack Williamsc5b59052017-09-29 07:58:45 -070017# Global E-CORD Profile Manifest
18#
19# Note: supports the `single` scenario, but not the virtual/physical scenarios
20# (requires ONOS, but not MaaS/OpenStack)
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080021
Zack Williams3eca6472017-06-22 18:18:38 -070022# Site configuration
Zack Williamsc5b59052017-09-29 07:58:45 -070023site_name: ecordglobal
24site_humanname: "Global E-CORD"
25site_suffix: "{{ site_name }}.cord.lab"
26deployment_type: "global_ecord"
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080027
Zack Williams3eca6472017-06-22 18:18:38 -070028# Feature toggles
Zack Williamsfe284a12017-07-01 11:00:04 -070029use_maas: True
30use_apt_cache: True
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080031
Zack Williams3eca6472017-06-22 18:18:38 -070032# XOS config
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080033xos_tosca_config_templates:
Scott Baker75389632017-10-03 11:06:36 -070034 - onos-global-service.yaml
Matteo Scandoloae45a2f2017-06-27 14:14:19 -070035 - xos-gui-extensions.yml
Andrea Campanellac5c1b7c2017-06-23 14:06:03 +020036 - carrierethernet-global-app.yaml
37
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080038
Andrea Campanella4ef48392017-05-16 10:07:05 -070039xos_other_templates:
40 - fabric-network-cfg.json
41
Andrea Campanella4f155c02017-05-02 17:44:10 -070042# GUI Config [new GUI]
Zack Williamsc5b59052017-09-29 07:58:45 -070043gui_project_name: "Global E-CORD"
Andrea Campanella4f155c02017-05-02 17:44:10 -070044gui_background: "cord-bg.jpg" # TODO find ecord image
Zack Williamsc5b59052017-09-29 07:58:45 -070045gui_payoff: "Your Enterprise Global VNF orchestrator"
Andrea Campanella4f155c02017-05-02 17:44:10 -070046
Zack Williamsc5b59052017-09-29 07:58:45 -070047enabled_gui_extensions:
48 - name: vnaas
49 path: orchestration/xos_services/vnaas/xos/gui
50 extra_files:
51 - app/style/style.css
52 - mapconstants.js
Andrea Campanella4f155c02017-05-02 17:44:10 -070053
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080054# paths defined in manifest/default.xml
55xos_services:
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080056 - name: onos
57 path: orchestration/xos_services/onos-service
Andrea Campanellac27068f2017-09-01 13:46:44 +020058 - name: vnaas
59 path: orchestration/xos_services/vnaas
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080060
Andrea Campanella4ef48392017-05-16 10:07:05 -070061# VTN network configuration
Andrea Campanella4ef48392017-05-16 10:07:05 -070062management_network_ip: 172.27.0.1/24
63data_plane_ip: 10.168.0.253/24