Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 1 | --- |
| 2 | # cord-profile/defaults/main.yml |
| 3 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 4 | # where the cord_profile directory is on the config node |
Andy Bavier | 7b90cb8 | 2017-06-22 10:33:00 -0400 | [diff] [blame] | 5 | config_cord_profile_dir: "/opt/cord_profile" |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 6 | |
Zack Williams | 7928696 | 2017-07-10 12:24:37 -0700 | [diff] [blame] | 7 | head_cord_dir: "/opt/cord" |
| 8 | |
Zack Williams | 44845c6 | 2017-04-21 13:57:14 -0700 | [diff] [blame] | 9 | pki_dir: "{{ playbook_dir }}/pki" |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 10 | ssh_pki_dir: "{{ playbook_dir }}/ssh_pki" |
Zack Williams | 44845c6 | 2017-04-21 13:57:14 -0700 | [diff] [blame] | 11 | credentials_dir: "{{ playbook_dir }}/credentials" |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 12 | |
Zack Williams | 7928696 | 2017-07-10 12:24:37 -0700 | [diff] [blame] | 13 | head_credentials_dir: "/opt/credentials" |
| 14 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 15 | # where cord files are copied to on head node |
| 16 | head_cord_profile_dir: "/opt/cord_profile" |
| 17 | head_cord_dir: "/opt/cord" |
| 18 | |
Andy Bavier | a6cffe1 | 2017-03-15 17:33:42 -0400 | [diff] [blame] | 19 | # For storing OpenStack images |
| 20 | image_dir: /opt/images |
| 21 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 22 | # used in xos.yaml.j2, if True, other synchronizer container will not be started |
| 23 | frontend_only: False |
| 24 | |
| 25 | # Set to True if you want to copy the admin-openrc.sh openstack config file |
| 26 | use_openstack: True |
| 27 | |
Andy Bavier | a6cffe1 | 2017-03-15 17:33:42 -0400 | [diff] [blame] | 28 | # Will be overridden if doing a full pod build |
Zack Williams | fe284a1 | 2017-07-01 11:00:04 -0700 | [diff] [blame] | 29 | use_maas: False |
Andy Bavier | a6cffe1 | 2017-03-15 17:33:42 -0400 | [diff] [blame] | 30 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 31 | # set to True to create the xos_redis container in the bootstrap context |
| 32 | use_redis: True |
| 33 | |
| 34 | use_vtn: True |
| 35 | |
Zack Williams | 1396aa3 | 2017-06-06 10:28:29 -0700 | [diff] [blame] | 36 | # Docker related settings |
| 37 | deploy_docker_registry: "" |
| 38 | deploy_docker_tag: "candidate" |
| 39 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 40 | xos_docker_networks: |
| 41 | - "xos" |
| 42 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 43 | xos_bootstrap_ui_port: 9001 |
| 44 | xos_ui_port: 9000 |
| 45 | |
| 46 | xos_users: [] |
| 47 | |
| 48 | xos_libraries: |
| 49 | - "ng-xos-lib" |
| 50 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 51 | # name of master ssh key for this pod |
| 52 | pod_sshkey_name: "headnode" |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 53 | |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 54 | xos_services: [] |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 55 | |
| 56 | xos_tosca_config_templates: [] |
| 57 | |
| 58 | xos_other_templates: [] |
| 59 | |
Matteo Scandolo | d222134 | 2017-05-25 18:16:57 -0700 | [diff] [blame] | 60 | # XOS Config (xos_config.yaml) |
| 61 | xos_db_name: xos |
| 62 | xos_db_username: postgres |
| 63 | xos_db_password: password |
| 64 | xos_logging_level: debug |
| 65 | xos_logging_channels: |
| 66 | - file |
| 67 | - console |
Matteo Scandolo | f9d872d | 2017-05-30 15:36:32 -0700 | [diff] [blame] | 68 | xos_dir: /opt/xos |
Matteo Scandolo | d222134 | 2017-05-25 18:16:57 -0700 | [diff] [blame] | 69 | |
Matteo Scandolo | 667334f | 2017-02-26 10:58:08 -0800 | [diff] [blame] | 70 | # GUI Config [new GUI], used in app.config.js.j2 and style.config.js.j2 |
Zack Williams | c989f26 | 2017-05-11 13:02:59 -0700 | [diff] [blame] | 71 | |
| 72 | enabled_gui_extensions: [] |
| 73 | |
Matteo Scandolo | 667334f | 2017-02-26 10:58:08 -0800 | [diff] [blame] | 74 | gw_port: 3000 |
| 75 | gui_api_endpoint: "/xosapi/v1" |
| 76 | gui_websocket: "/" |
| 77 | gui_project_name: "R-CORD" |
| 78 | gui_favicon: "cord-favicon.png" |
| 79 | gui_background: "cord-bg.jpg" |
| 80 | gui_payoff: "Your VNF orchestrator" |
| 81 | gui_logo: "cord-logo.png" |
| 82 | gui_routes: |
| 83 | - label: "Slices" |
| 84 | state: "xos.core.slice" |
| 85 | - label: "Nodes" |
| 86 | state: "xos.core.node" |
| 87 | - label: "Instances" |
| 88 | state: "xos.core.instance" |
| 89 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 90 | # GUI branding, used in xos_common_config.j2 |
| 91 | disable_minidashboard: "True" |
| 92 | gui_branding_name: "OpenCloud" |
| 93 | gui_branding_icon: "/static/logo.png" |
| 94 | gui_branding_favicon: "/static/favicon.png" |
| 95 | gui_branding_bg: "/static/bg.jpg" |
| 96 | gui_service_view_class: False |
| 97 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 98 | # used in admin-openrc.sh.j2 |
| 99 | keystone_admin_password: "{{ lookup('password', credentials_dir ~ '/cord_keystone_admin chars=ascii_letters,digits') }}" |
| 100 | |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 101 | # used in deployment.yaml.j2 |
| 102 | xos_admin_user: "xosadmin@opencord.org" |
Zack Williams | 44845c6 | 2017-04-21 13:57:14 -0700 | [diff] [blame] | 103 | 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] | 104 | xos_admin_first: XOS |
| 105 | xos_admin_last: Admin |
| 106 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 107 | site_name: placeholder-sitename |
| 108 | site_humanname: "Placeholder Site HumanName" |
| 109 | site_suffix: "{{ site_name }}.test" |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 110 | |
Zack Williams | 3eca647 | 2017-06-22 18:18:38 -0700 | [diff] [blame] | 111 | deployment_type: placeholder-deploymenttype |
Zack Williams | a276311 | 2017-01-03 11:38:38 -0700 | [diff] [blame] | 112 | |
| 113 | deployment_flavors: |
| 114 | - m1.small |
| 115 | - m1.medium |
| 116 | - m1.large |
| 117 | - m1.xlarge |
| 118 | |
| 119 | # used in management-net.yaml.j2 |
| 120 | management_network_cidr: 172.27.0.0/24 |
| 121 | |
| 122 | use_management_hosts: False |
| 123 | management_hosts_net_cidr: 10.1.0.1/24 |
| 124 | management_hosts_net_range_xos_low: "10.1.0.128" |
| 125 | management_hosts_net_range_xos_high: "10.1.0.254" |
| 126 | |
| 127 | # used in fabric.yaml.j2 |
| 128 | use_fabric: False |
| 129 | fabric_network_cfg_json: "/opt/cord_profile/fabric-network-cfg.json" |
| 130 | |
| 131 | # used in volt-devices.yaml.j2 |
| 132 | volt_devices: |
| 133 | - name: voltdev |
| 134 | openflow_id: "of:1000000000000001" |
| 135 | access_devices: "2 222, 3 223, 4 224" |
| 136 | agent_mac: "AA:BB:CC:DD:EE:FF" |
| 137 | agent_port_mappings: "of:0000000000000002/2 DE:AD:BE:EF:BA:11, of:0000000000000002/3 BE:EF:DE:AD:BE:EF" |
| 138 | |
| 139 | cord_app_version: "1.2-SNAPSHOT" |