blob: a376471312dce8e939e1dd1f7ff28893833d72f2 [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
Matteo Scandoloda5dd052017-11-30 09:41:02 -080038xos_new_tosca_config_templates:
39 - service-graph-constraints.yaml
40
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080041
Andrea Campanella4ef48392017-05-16 10:07:05 -070042xos_other_templates:
43 - fabric-network-cfg.json
44
Andrea Campanella4f155c02017-05-02 17:44:10 -070045# GUI Config [new GUI]
Zack Williamsc5b59052017-09-29 07:58:45 -070046gui_project_name: "Global E-CORD"
Andrea Campanella4f155c02017-05-02 17:44:10 -070047gui_background: "cord-bg.jpg" # TODO find ecord image
Zack Williamsc5b59052017-09-29 07:58:45 -070048gui_payoff: "Your Enterprise Global VNF orchestrator"
Andrea Campanella4f155c02017-05-02 17:44:10 -070049
Zack Williamsc5b59052017-09-29 07:58:45 -070050enabled_gui_extensions:
51 - name: vnaas
52 path: orchestration/xos_services/vnaas/xos/gui
53 extra_files:
54 - app/style/style.css
55 - mapconstants.js
Andrea Campanella4f155c02017-05-02 17:44:10 -070056
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080057# paths defined in manifest/default.xml
58xos_services:
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080059 - name: onos
60 path: orchestration/xos_services/onos-service
Andrea Campanellac27068f2017-09-01 13:46:44 +020061 - name: vnaas
62 path: orchestration/xos_services/vnaas
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080063
Matteo Scandoloda5dd052017-11-30 09:41:02 -080064# service graph gui constraints
Zack Williamsef82bb72017-12-04 14:39:14 -070065xos_gui_service_graph_constraints: '["vnaas"]'
Matteo Scandoloda5dd052017-11-30 09:41:02 -080066
Andrea Campanella4ef48392017-05-16 10:07:05 -070067# VTN network configuration
Andrea Campanella4ef48392017-05-16 10:07:05 -070068management_network_ip: 172.27.0.1/24
69data_plane_ip: 10.168.0.253/24