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 Global 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: |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 38 | - mock-onos.yaml |
Andrea Campanella | eb8dc94 | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 39 | - vnaasglobal-service.yaml |
Matteo Scandolo | ae45a2f | 2017-06-27 14:14:19 -0700 | [diff] [blame] | 40 | - xos-gui-extensions.yml |
Andrea Campanella | bd56e78 | 2017-02-23 15:43:21 +0100 | [diff] [blame] | 41 | |
| 42 | # GUI Config [new GUI] |
| 43 | gui_project_name: "E-CORD" |
| 44 | gui_background: "cord-bg.jpg" # TODO find ecord image |
| 45 | gui_payoff: "Your Enterprise VNF orchestrator" |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 46 | |
| 47 | # GUI branding |
| 48 | gui_branding_name: "ECORD" |
| 49 | gui_branding_icon: "/static/cord-logo.png" |
| 50 | gui_branding_favicon: "/static/cord-favicon.png" |
| 51 | gui_branding_bg: "/static/cord-bg.jpg" |
| 52 | |
Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -0700 | [diff] [blame] | 53 | enabled_gui_extensions: |
Andrea Campanella | eb8dc94 | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 54 | - name: vnaasgui |
| 55 | path: orchestration/xos_services/vnaas/xos/gui |
Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -0700 | [diff] [blame] | 56 | extra_files: |
| 57 | - app/style/style.css |
Andrea Campanella | eb8dc94 | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 58 | - mapconstants.js |
Matteo Scandolo | 3896c47 | 2017-08-01 13:31:42 -0700 | [diff] [blame] | 59 | |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 60 | # paths defined in manifest/default.xml |
| 61 | xos_services: |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 62 | - name: onos |
| 63 | path: orchestration/xos_services/onos-service |
Andrea Campanella | eb8dc94 | 2017-09-01 13:46:44 +0200 | [diff] [blame] | 64 | - name: vnaas |
| 65 | path: orchestration/xos_services/vnaas |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 66 | |
| 67 | xos_service_sshkeys: |
| 68 | - name: onos_rsa |
| 69 | source_path: "/dev/null" |
| 70 | - name: onos_rsa.pub |
| 71 | source_path: "/dev/null" |
| 72 | |
| 73 | # site domain suffix |
Max Chu | fd2274b | 2017-07-11 13:11:30 -0700 | [diff] [blame] | 74 | site_suffix: opencord.org |
Andrea Campanella | bcfb2d6 | 2017-02-15 09:37:35 -0800 | [diff] [blame] | 75 | |
| 76 | # SSL server certificate generation |
| 77 | server_certs: |
| 78 | - cn: "xos-core.{{ site_suffix }}" |
| 79 | subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}" |
| 80 | altnames: |
| 81 | - "DNS:xos-core.{{ site_suffix }}" |
Max Chu | 0eccede | 2017-08-17 17:01:46 -0700 | [diff] [blame] | 82 | |
| 83 | xos_images: [] |