Andy Bavier | 01685f8 | 2017-12-21 14:06:54 -0700 | [diff] [blame^] | 1 | --- |
| 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> |
| 23 | cord_use_case: ecord |
| 24 | |
| 25 | # Site configuration |
| 26 | site_name: ecordglobal |
| 27 | site_humanname: "Global E-CORD" |
| 28 | site_suffix: "{{ site_name }}.cord.lab" |
| 29 | deployment_type: "global_ecord" |
| 30 | |
| 31 | # Feature toggles |
| 32 | use_maas: True |
| 33 | use_apt_cache: True |
| 34 | |
| 35 | # XOS config |
| 36 | xos_new_tosca_config_templates: |
| 37 | - onos-global-service.yaml |
| 38 | - carrierethernet-global-app.yaml |
| 39 | - service-graph-constraints.yaml |
| 40 | - xos-gui-extensions.yml |
| 41 | |
| 42 | |
| 43 | xos_other_templates: |
| 44 | - fabric-network-cfg.json |
| 45 | |
| 46 | # GUI Config [new GUI] |
| 47 | gui_project_name: "Global E-CORD" |
| 48 | gui_background: "cord-bg.jpg" # TODO find ecord image |
| 49 | gui_payoff: "Your Enterprise Global VNF orchestrator" |
| 50 | |
| 51 | enabled_gui_extensions: |
| 52 | - name: vnaas |
| 53 | path: orchestration/xos_services/vnaas/xos/gui |
| 54 | extra_files: |
| 55 | - app/style/style.css |
| 56 | - mapconstants.js |
| 57 | |
| 58 | # paths defined in manifest/default.xml |
| 59 | xos_services: |
| 60 | - name: onos |
| 61 | path: orchestration/xos_services/onos-service |
| 62 | - name: vnaas |
| 63 | path: orchestration/xos_services/vnaas |
| 64 | |
| 65 | # service graph gui constraints |
| 66 | xos_gui_service_graph_constraints: '["vnaas"]' |
| 67 | |
| 68 | # VTN network configuration |
| 69 | management_network_ip: 172.27.0.1/24 |
| 70 | data_plane_ip: 10.168.0.253/24 |