blob: 6017c458d7be9f82f9176034eb8f507f8dd4c730 [file] [log] [blame]
Andy Bavier01685f82017-12-21 14:06:54 -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# profile_manifests/ecord-global.yml
17# 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)
21
22# Profile info located in orchestration/profiles/<cord_use_case>
23cord_use_case: ecord
24
25# Site configuration
26site_name: ecordglobal
27site_humanname: "Global E-CORD"
28site_suffix: "{{ site_name }}.cord.lab"
29deployment_type: "global_ecord"
30
31# Feature toggles
32use_maas: True
33use_apt_cache: True
34
35# XOS config
Andy Bavier94929f62018-02-01 15:58:38 -070036xos_tosca_config_templates:
Andy Bavier01685f82017-12-21 14:06:54 -070037 - onos-global-service.yaml
38 - carrierethernet-global-app.yaml
39 - service-graph-constraints.yaml
40 - xos-gui-extensions.yml
41
Andy Bavier01685f82017-12-21 14:06:54 -070042# GUI Config [new GUI]
43gui_project_name: "Global E-CORD"
44gui_background: "cord-bg.jpg" # TODO find ecord image
45gui_payoff: "Your Enterprise Global VNF orchestrator"
46
47enabled_gui_extensions:
48 - name: vnaas
49 path: orchestration/xos_services/vnaas/xos/gui
50 extra_files:
51 - app/style/style.css
52 - mapconstants.js
53
54# paths defined in manifest/default.xml
55xos_services:
56 - name: onos
57 path: orchestration/xos_services/onos-service
58 - name: vnaas
59 path: orchestration/xos_services/vnaas
60
61# service graph gui constraints
62xos_gui_service_graph_constraints: '["vnaas"]'
63