blob: 3f9d329620aec67a896aec112ccbffc6582d1157 [file] [log] [blame]
Zack Williamsa88041c2017-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 Williams2020afb2017-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 Williams2020afb2017-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
Matteo Scandolof08b7142017-11-30 09:41:02 -080033xos_new_tosca_config_templates:
Matteo Scandolo1ed76b82017-12-05 13:58:22 -080034 - onos-global-service.yaml
35 - carrierethernet-global-app.yaml
Matteo Scandolof08b7142017-11-30 09:41:02 -080036 - service-graph-constraints.yaml
Matteo Scandolo1ed76b82017-12-05 13:58:22 -080037 - xos-gui-extensions.yml
Matteo Scandolof08b7142017-11-30 09:41:02 -080038
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080039
Andrea Campanella4ef48392017-05-16 10:07:05 -070040xos_other_templates:
41 - fabric-network-cfg.json
42
Andrea Campanella4f155c02017-05-02 17:44:10 -070043# GUI Config [new GUI]
Zack Williams2020afb2017-09-29 07:58:45 -070044gui_project_name: "Global E-CORD"
Andrea Campanella4f155c02017-05-02 17:44:10 -070045gui_background: "cord-bg.jpg" # TODO find ecord image
Zack Williams2020afb2017-09-29 07:58:45 -070046gui_payoff: "Your Enterprise Global VNF orchestrator"
Andrea Campanella4f155c02017-05-02 17:44:10 -070047
Andrea Campanellaeb8dc942017-09-01 13:46:44 +020048enabled_gui_extensions:
Zack Williams2020afb2017-09-29 07:58:45 -070049 - name: vnaas
Andrea Campanellaeb8dc942017-09-01 13:46:44 +020050 path: orchestration/xos_services/vnaas/xos/gui
51 extra_files:
52 - app/style/style.css
53 - mapconstants.js
Andrea Campanella4f155c02017-05-02 17:44:10 -070054
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080055# paths defined in manifest/default.xml
56xos_services:
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080057 - name: onos
58 path: orchestration/xos_services/onos-service
Andrea Campanellaeb8dc942017-09-01 13:46:44 +020059 - name: vnaas
60 path: orchestration/xos_services/vnaas
Andrea Campanellabcfb2d62017-02-15 09:37:35 -080061
Matteo Scandolof08b7142017-11-30 09:41:02 -080062# service graph gui constraints
Zack Williams864ba252017-12-04 14:39:14 -070063xos_gui_service_graph_constraints: '["vnaas"]'
Matteo Scandolof08b7142017-11-30 09:41:02 -080064
Andrea Campanella4ef48392017-05-16 10:07:05 -070065# VTN network configuration
Andrea Campanella4ef48392017-05-16 10:07:05 -070066management_network_ip: 172.27.0.1/24
67data_plane_ip: 10.168.0.253/24