Zack Williams | a88041c | 2017-09-13 10:11:55 -0700 | [diff] [blame] | 1 | --- |
Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -0700 | [diff] [blame] | 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 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 16 | # profile_manifests/ecord-global.yml |
Zack Williams | 2020afb | 2017-09-29 07:58:45 -0700 | [diff] [blame] | 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) |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 21 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 22 | # Site configuration |
Zack Williams | 2020afb | 2017-09-29 07:58:45 -0700 | [diff] [blame] | 23 | site_name: ecordglobal |
| 24 | site_humanname: "Global E-CORD" |
| 25 | site_suffix: "{{ site_name }}.cord.lab" |
| 26 | deployment_type: "global_ecord" |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 27 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 28 | # Feature toggles |
Zack Williams | fe284a1 | 2017-07-01 11:00:04 -0700 | [diff] [blame] | 29 | use_maas: True |
| 30 | use_apt_cache: True |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 31 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 32 | # XOS config |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 33 | xos_tosca_config_templates: |
Scott Baker | d41206f | 2017-10-03 11:06:36 -0700 | [diff] [blame] | 34 | - onos-global-service.yaml |
Matteo Scandolo | ae45a2f | 2017-06-27 14:14:19 -0700 | [diff] [blame] | 35 | - xos-gui-extensions.yml |
Andrea Campanella | 770ca04 | 2017-06-23 14:06:03 +0200 | [diff] [blame] | 36 | - carrierethernet-global-app.yaml |
| 37 | |
Matteo Scandolo | f08b714 | 2017-11-30 09:41:02 -0800 | [diff] [blame^] | 38 | xos_new_tosca_config_templates: |
| 39 | - service-graph-constraints.yaml |
| 40 | |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 41 | |
Andrea Campanella | 4ef4839 | 2017-05-16 10:07:05 -0700 | [diff] [blame] | 42 | xos_other_templates: |
| 43 | - fabric-network-cfg.json |
| 44 | |
Andrea Campanella | 4f155c0 | 2017-05-02 17:44:10 -0700 | [diff] [blame] | 45 | # GUI Config [new GUI] |
Zack Williams | 2020afb | 2017-09-29 07:58:45 -0700 | [diff] [blame] | 46 | gui_project_name: "Global E-CORD" |
Andrea Campanella | 4f155c0 | 2017-05-02 17:44:10 -0700 | [diff] [blame] | 47 | gui_background: "cord-bg.jpg" # TODO find ecord image |
Zack Williams | 2020afb | 2017-09-29 07:58:45 -0700 | [diff] [blame] | 48 | gui_payoff: "Your Enterprise Global VNF orchestrator" |
Andrea Campanella | 4f155c0 | 2017-05-02 17:44:10 -0700 | [diff] [blame] | 49 | |
Andrea Campanella | eb8dc94 | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 50 | enabled_gui_extensions: |
Zack Williams | 2020afb | 2017-09-29 07:58:45 -0700 | [diff] [blame] | 51 | - name: vnaas |
Andrea Campanella | eb8dc94 | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 52 | path: orchestration/xos_services/vnaas/xos/gui |
| 53 | extra_files: |
| 54 | - app/style/style.css |
| 55 | - mapconstants.js |
Andrea Campanella | 4f155c0 | 2017-05-02 17:44:10 -0700 | [diff] [blame] | 56 | |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 57 | # paths defined in manifest/default.xml |
| 58 | xos_services: |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 59 | - name: onos |
| 60 | path: orchestration/xos_services/onos-service |
Andrea Campanella | eb8dc94 | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 61 | - name: vnaas |
| 62 | path: orchestration/xos_services/vnaas |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 63 | |
Matteo Scandolo | f08b714 | 2017-11-30 09:41:02 -0800 | [diff] [blame^] | 64 | # service graph gui constraints |
| 65 | xos_gui_service_graph_constranints: '["vnaas"]' |
| 66 | |
Andrea Campanella | 4ef4839 | 2017-05-16 10:07:05 -0700 | [diff] [blame] | 67 | # VTN network configuration |
Andrea Campanella | 4ef4839 | 2017-05-16 10:07:05 -0700 | [diff] [blame] | 68 | management_network_ip: 172.27.0.1/24 |
| 69 | data_plane_ip: 10.168.0.253/24 |