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