Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 1 | --- |
| 2 | # vars/frontend-rcord.yaml |
| 3 | # creates a mock R-CORD pod |
| 4 | |
| 5 | site_name: mock-rcord |
| 6 | deployment_type: "Mock R-CORD Pod" |
| 7 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 8 | xos_admin_user: "xosadmin@opencord.org" |
| 9 | xos_admin_pass: "{{ lookup('password', credentials_dir ~ '/xosadmin@opencord.org chars=ascii_letters,digits') }}" |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 10 | xos_admin_first: XOS |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 11 | xos_admin_last: Admin |
| 12 | |
Zack Williams | 1396aa3 | 2017-06-06 10:28:29 -0700 | [diff] [blame] | 13 | credentials_dir: "{{ playbook_dir }}/credentials" |
| 14 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 15 | frontend_only: True |
| 16 | use_openstack: False |
Matteo Scandolo | c2b4b52 | 2017-03-06 17:14:46 -0800 | [diff] [blame] | 17 | use_vtn: True |
Andy Bavier | 1cac001 | 2017-03-13 10:06:18 -0400 | [diff] [blame] | 18 | needs_pki_install: True |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 19 | |
| 20 | build_xos_base_image: True |
| 21 | |
| 22 | xos_tosca_config_templates: |
| 23 | - sample.yaml |
| 24 | - management-net.yaml |
| 25 | - mock-onos.yaml |
| 26 | - cord-services.yaml |
| 27 | - public-net.yaml |
| 28 | # - test-subscriber.yaml # broken? Missing lan_network config on vOLT ? |
Matteo Scandolo | ae45a2f | 2017-06-27 14:14:19 -0700 | [diff] [blame] | 29 | - xos-gui-extensions.yml |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 30 | |
Matteo Scandolo | 667334f | 2017-02-26 10:58:08 -0800 | [diff] [blame] | 31 | # GUI Config [new GUI] |
| 32 | gw_port: 3000 |
| 33 | gui_api_endpoint: "/xosapi/v1" |
| 34 | gui_websocket: "/" |
| 35 | gui_project_name: "R-CORD" |
| 36 | gui_favicon: "cord-favicon.png" |
| 37 | gui_background: "cord-bg.jpg" |
| 38 | gui_payoff: "Your VNF orchestrator" |
| 39 | gui_logo: "cord-logo.png" |
| 40 | gui_routes: |
| 41 | - label: "Slices" |
| 42 | state: "xos.core.slice" |
| 43 | - label: "Nodes" |
| 44 | state: "xos.core.node" |
| 45 | - label: "Instances" |
| 46 | state: "xos.core.instance" |
Matteo Scandolo | 667334f | 2017-02-26 10:58:08 -0800 | [diff] [blame] | 47 | |
Matteo Scandolo | 40e10d5 | 2017-03-08 08:04:37 -0800 | [diff] [blame] | 48 | enabled_gui_extensions: |
| 49 | - name: vtr |
| 50 | path: orchestration/xos_services/vtr/xos/gui |
Matteo Scandolo | 4b3d768 | 2017-03-27 10:34:24 -0700 | [diff] [blame] | 51 | - name: rcord |
| 52 | path: orchestration/profiles/rcord/xos/gui |
Matteo Scandolo | 40e10d5 | 2017-03-08 08:04:37 -0800 | [diff] [blame] | 53 | |
Matteo Scandolo | 667334f | 2017-02-26 10:58:08 -0800 | [diff] [blame] | 54 | # GUI branding [OLD GUI to be removed] |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 55 | gui_branding_name: "CORD" |
| 56 | gui_branding_icon: "/static/cord-logo.png" |
| 57 | gui_branding_favicon: "/static/cord-favicon.png" |
| 58 | gui_branding_bg: "/static/cord-bg.jpg" |
| 59 | |
| 60 | # paths defined in manifest/default.xml |
| 61 | xos_services: |
| 62 | - name: volt |
| 63 | path: onos-apps/apps/olt |
Sapan Bhatia | 1996c04 | 2017-06-17 17:46:23 -0700 | [diff] [blame] | 64 | keypair: volt_rsa |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 65 | - name: onos |
| 66 | path: orchestration/xos_services/onos-service |
Sapan Bhatia | 1996c04 | 2017-06-17 17:46:23 -0700 | [diff] [blame] | 67 | keypair: onos_rsa |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 68 | - name: vrouter |
| 69 | path: orchestration/xos_services/vrouter |
| 70 | - name: vsg |
| 71 | path: orchestration/xos_services/vsg |
Sapan Bhatia | 1996c04 | 2017-06-17 17:46:23 -0700 | [diff] [blame] | 72 | keypair: vsg_rsa |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 73 | - name: vtr |
| 74 | path: orchestration/xos_services/vtr |
Sapan Bhatia | 1996c04 | 2017-06-17 17:46:23 -0700 | [diff] [blame] | 75 | keypair: vsg_rsa |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 76 | - name: fabric |
| 77 | path: orchestration/xos_services/fabric |
| 78 | |
Matteo Scandolo | 3997d02 | 2017-05-09 12:20:37 -0700 | [diff] [blame] | 79 | profile_library: "rcord" |
| 80 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 81 | # site domain suffix |
Matteo Scandolo | 3997d02 | 2017-05-09 12:20:37 -0700 | [diff] [blame] | 82 | site_suffix: opencord.org |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 83 | |
| 84 | # SSL server certificate generation |
| 85 | server_certs: |
| 86 | - cn: "xos-core.{{ site_suffix }}" |
| 87 | subj: "/C=US/ST=California/L=Menlo Park/O=ON.Lab/OU=Test Deployment/CN=xos-core.{{ site_suffix }}" |
| 88 | altnames: |
| 89 | - "DNS:xos-core.{{ site_suffix }}" |