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 Global 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 |
| 23 | - ecord-services.yaml |
| 24 | |
| 25 | # GUI branding |
| 26 | gui_branding_name: "ECORD" |
| 27 | gui_branding_icon: "/static/cord-logo.png" |
| 28 | gui_branding_favicon: "/static/cord-favicon.png" |
| 29 | gui_branding_bg: "/static/cord-bg.jpg" |
| 30 | |
| 31 | # paths defined in manifest/default.xml |
| 32 | xos_services: |
| 33 | - name: openstack |
| 34 | path: orchestration/xos_services/openstack |
| 35 | - name: onos |
| 36 | path: orchestration/xos_services/onos-service |
| 37 | - name: vrouter |
| 38 | path: orchestration/xos_services/vrouter |
| 39 | - name: fabric |
| 40 | path: orchestration/xos_services/fabric |
| 41 | - name: metronetwork |
| 42 | path: orchestration/xos_services/metro-net |
| 43 | |
| 44 | xos_service_sshkeys: |
| 45 | - name: onos_rsa |
| 46 | source_path: "/dev/null" |
| 47 | - name: onos_rsa.pub |
| 48 | source_path: "/dev/null" |
| 49 | |
| 50 | # site domain suffix |
| 51 | site_suffix: opencloud.us |
| 52 | |
| 53 | # SSL server certificate generation |
| 54 | server_certs: |
| 55 | - cn: "xos-core.{{ site_suffix }}" |
| 56 | subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}" |
| 57 | altnames: |
| 58 | - "DNS:xos-core.{{ site_suffix }}" |