Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -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 | |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 17 | --- |
| 18 | # profile_manifests/mock-ecord.yml |
| 19 | # creates a mock E-CORD pod |
| 20 | |
| 21 | site_name: mock-ecord |
| 22 | deployment_type: "Mock E-CORD Pod" |
| 23 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 24 | credentials_dir: "{{ playbook_dir }}/credentials" |
| 25 | xos_admin_user: "xosadmin@opencord.org" |
| 26 | xos_admin_pass: "{{ lookup('password', credentials_dir ~ '/xosadmin@opencord.org chars=ascii_letters,digits') }}" |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 27 | xos_admin_first: XOS |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 28 | xos_admin_last: Admin |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 29 | |
| 30 | frontend_only: False |
| 31 | use_openstack: False |
| 32 | use_vtn: False |
Andy Bavier | 1cac001 | 2017-03-13 10:06:18 -0400 | [diff] [blame] | 33 | needs_pki_install: True |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 34 | |
| 35 | build_xos_base_image: True |
| 36 | |
| 37 | xos_tosca_config_templates: |
| 38 | - management-net.yaml |
| 39 | - mock-onos.yaml |
Andrea Campanella | bd56e78 | 2017-02-23 15:43:21 +0100 | [diff] [blame] | 40 | # - vtn-service.yaml # rimosso |
| 41 | # - fabric-service.yaml # rimosso |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 42 | - ecord-services.yaml |
Andrea Campanella | bd56e78 | 2017-02-23 15:43:21 +0100 | [diff] [blame] | 43 | - vee-service.yaml |
Matteo Scandolo | ae45a2f | 2017-06-27 14:14:19 -0700 | [diff] [blame] | 44 | - xos-gui-extensions.yml |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 45 | |
Matteo Scandolo | 667334f | 2017-02-26 10:58:08 -0800 | [diff] [blame] | 46 | # GUI Config [new GUI] |
| 47 | gui_project_name: "E-CORD" |
| 48 | gui_background: "cord-bg.jpg" # TODO find ecord image |
| 49 | gui_payoff: "Your Enterprise VNF orchestrator" |
| 50 | |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 51 | # GUI branding |
| 52 | gui_branding_name: "ECORD" |
| 53 | gui_branding_icon: "/static/cord-logo.png" |
| 54 | gui_branding_favicon: "/static/cord-favicon.png" |
| 55 | gui_branding_bg: "/static/cord-bg.jpg" |
| 56 | |
| 57 | # paths defined in manifest/default.xml |
| 58 | xos_services: |
| 59 | - name: openstack |
| 60 | path: orchestration/xos_services/openstack |
| 61 | - name: onos |
| 62 | path: orchestration/xos_services/onos-service |
Andrea Campanella | bd56e78 | 2017-02-23 15:43:21 +0100 | [diff] [blame] | 63 | - name: vtn |
| 64 | path: onos-apps/apps/vtn |
| 65 | - name: fabric |
| 66 | path: orchestration/xos_services/fabric |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 67 | - name: vrouter |
| 68 | path: orchestration/xos_services/vrouter |
| 69 | - name: veg |
| 70 | path: orchestration/xos_services/vEG |
| 71 | - name: vnodlocal |
| 72 | path: orchestration/xos_services/metronet-local |
Andrea Campanella | bd56e78 | 2017-02-23 15:43:21 +0100 | [diff] [blame] | 73 | - name: vee |
| 74 | path: orchestration/xos_services/vEE |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 75 | |
| 76 | xos_service_sshkeys: |
| 77 | - name: onos_rsa |
| 78 | source_path: "/dev/null" |
| 79 | - name: onos_rsa.pub |
| 80 | source_path: "/dev/null" |
| 81 | - name: veg_rsa |
| 82 | source_path: "/dev/null" |
| 83 | - name: veg_rsa.pub |
| 84 | source_path: "/dev/null" |
| 85 | |
| 86 | # site domain suffix |
| 87 | site_suffix: opencloud.us |
| 88 | |
| 89 | # SSL server certificate generation |
| 90 | server_certs: |
| 91 | - cn: "xos-core.{{ site_suffix }}" |
| 92 | subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}" |
| 93 | altnames: |
| 94 | - "DNS:xos-core.{{ site_suffix }}" |