Zack Williams | afd04a8 | 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 | c5b5905 | 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 | c5b5905 | 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 | 7538963 | 2017-10-03 11:06:36 -0700 | [diff] [blame] | 34 | - onos-global-service.yaml |
Andrea Campanella | c27068f | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 35 | - vnaasglobal-service.yaml |
Matteo Scandolo | ae45a2f | 2017-06-27 14:14:19 -0700 | [diff] [blame] | 36 | - xos-gui-extensions.yml |
Andrea Campanella | c5c1b7c | 2017-06-23 14:06:03 +0200 | [diff] [blame] | 37 | - carrierethernet-global-app.yaml |
| 38 | |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 39 | |
Andrea Campanella | 4ef4839 | 2017-05-16 10:07:05 -0700 | [diff] [blame] | 40 | xos_other_templates: |
| 41 | - fabric-network-cfg.json |
| 42 | |
Andrea Campanella | 4f155c0 | 2017-05-02 17:44:10 -0700 | [diff] [blame] | 43 | # GUI Config [new GUI] |
Zack Williams | c5b5905 | 2017-09-29 07:58:45 -0700 | [diff] [blame] | 44 | gui_project_name: "Global E-CORD" |
Andrea Campanella | 4f155c0 | 2017-05-02 17:44:10 -0700 | [diff] [blame] | 45 | gui_background: "cord-bg.jpg" # TODO find ecord image |
Zack Williams | c5b5905 | 2017-09-29 07:58:45 -0700 | [diff] [blame] | 46 | gui_payoff: "Your Enterprise Global VNF orchestrator" |
Andrea Campanella | 4f155c0 | 2017-05-02 17:44:10 -0700 | [diff] [blame] | 47 | |
Zack Williams | c5b5905 | 2017-09-29 07:58:45 -0700 | [diff] [blame] | 48 | enabled_gui_extensions: |
| 49 | - name: vnaas |
| 50 | path: orchestration/xos_services/vnaas/xos/gui |
| 51 | extra_files: |
| 52 | - app/style/style.css |
| 53 | - mapconstants.js |
Andrea Campanella | 4f155c0 | 2017-05-02 17:44:10 -0700 | [diff] [blame] | 54 | |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 55 | # paths defined in manifest/default.xml |
| 56 | xos_services: |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 57 | - name: onos |
| 58 | path: orchestration/xos_services/onos-service |
Andrea Campanella | c27068f | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 59 | - name: vnaas |
| 60 | path: orchestration/xos_services/vnaas |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 61 | |
Andrea Campanella | 4ef4839 | 2017-05-16 10:07:05 -0700 | [diff] [blame] | 62 | # VTN network configuration |
Andrea Campanella | 4ef4839 | 2017-05-16 10:07:05 -0700 | [diff] [blame] | 63 | management_network_ip: 172.27.0.1/24 |
| 64 | data_plane_ip: 10.168.0.253/24 |