Adam Tengler | fb9b433 | 2017-06-28 16:01:05 +0000 | [diff] [blame] | 1 | parameters: |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 2 | _param: |
Jan Cach | 4446e41 | 2017-09-21 11:30:54 +0200 | [diff] [blame] | 3 | openstack_proxy_hostname: cfg |
Oleh Hryhorov | afb990c | 2018-01-24 14:31:49 +0200 | [diff] [blame] | 4 | openstack_proxy_address: 172.16.10.254 |
Jan Cach | 4446e41 | 2017-09-21 11:30:54 +0200 | [diff] [blame] | 5 | openstack_proxy_node01_hostname: cfg01 |
Adam Tengler | f16be66 | 2017-07-18 10:25:13 +0000 | [diff] [blame] | 6 | openstack_proxy_node01_address: ${_param:infra_config_address} |
Adam Tengler | 1a834b4 | 2017-07-04 10:32:04 +0000 | [diff] [blame] | 7 | openstack_control_hostname: ctl |
| 8 | openstack_control_node01_hostname: ctl01 |
| 9 | openstack_control_node02_hostname: ctl02 |
| 10 | openstack_control_node03_hostname: ctl03 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 11 | openstack_control_address: 172.16.10.254 |
Jiri Broulik | abd4e38 | 2017-07-21 17:24:22 +0200 | [diff] [blame] | 12 | openstack_control_node01_address: 172.16.10.91 |
| 13 | openstack_control_node02_address: 172.16.10.92 |
| 14 | openstack_control_node03_address: 172.16.10.93 |
Adam Tengler | f16be66 | 2017-07-18 10:25:13 +0000 | [diff] [blame] | 15 | openstack_gateway_hostname: gtw |
| 16 | openstack_gateway_address: ${_param:openstack_gateway_node01_address} |
| 17 | openstack_gateway_node01_hostname: gtw01 |
Jiri Broulik | abd4e38 | 2017-07-21 17:24:22 +0200 | [diff] [blame] | 18 | openstack_gateway_node01_address: 172.16.10.94 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 19 | openstack_database_address: ${_param:openstack_control_address} |
| 20 | openstack_message_queue_address: ${_param:openstack_control_address} |
| 21 | openstack_message_queue_node01_address: ${_param:openstack_control_node01_address} |
| 22 | openstack_message_queue_node02_address: ${_param:openstack_control_node02_address} |
| 23 | openstack_message_queue_node03_address: ${_param:openstack_control_node03_address} |
| 24 | |
Adam Tengler | fb9b433 | 2017-06-28 16:01:05 +0000 | [diff] [blame] | 25 | openstack_version: ocata |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 26 | apt_mk_version: nightly |
| 27 | mcp_repo_version: 1.1 |
| 28 | openstack_region: RegionOne |
| 29 | admin_email: root@localhost |
Oleh Hryhorov | afb990c | 2018-01-24 14:31:49 +0200 | [diff] [blame] | 30 | cluster_public_protocol: https |
| 31 | cluster_internal_protocol: https |
Adam Tengler | 03f8c5f | 2017-07-19 13:56:34 +0000 | [diff] [blame] | 32 | cluster_public_host: ${_param:openstack_proxy_address} |
Oleh Hryhorov | afb990c | 2018-01-24 14:31:49 +0200 | [diff] [blame] | 33 | keystone_service_protocol: ${_param:cluster_internal_protocol} |
| 34 | glance_service_protocol: ${_param:cluster_internal_protocol} |
| 35 | nova_service_protocol: ${_param:cluster_internal_protocol} |
| 36 | neutron_service_protocol: ${_param:cluster_internal_protocol} |
| 37 | heat_service_protocol: ${_param:cluster_internal_protocol} |
| 38 | cinder_service_protocol: ${_param:cluster_internal_protocol} |
| 39 | designate_service_protocol: ${_param:cluster_internal_protocol} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 40 | neutron_public_protocol: http |
| 41 | neutron_control_dvr: False |
| 42 | neutron_tenant_network_types: "flat,vxlan" |
| 43 | neutron_l3_ha: False |
| 44 | neutron_global_physnet_mtu: 1500 |
| 45 | neutron_external_mtu: 1500 |
| 46 | neutron_gateway_dvr: False |
| 47 | neutron_gateway_agent_mode: legacy |
| 48 | neutron_compute_dvr: False |
| 49 | neutron_compute_agent_mode: legacy |
| 50 | neutron_compute_external_access: False |
| 51 | galera_server_cluster_name: openstack_cluster |
| 52 | galera_server_maintenance_password: workshop |
| 53 | galera_server_admin_password: workshop |
Adam Tengler | 1a834b4 | 2017-07-04 10:32:04 +0000 | [diff] [blame] | 54 | cluster_vip_address: ${_param:openstack_control_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 55 | cluster_local_address: ${_param:single_address} |
Adam Tengler | 1a834b4 | 2017-07-04 10:32:04 +0000 | [diff] [blame] | 56 | cluster_node01_hostname: ${_param:openstack_control_node01_hostname} |
| 57 | cluster_node01_address: ${_param:openstack_control_node01_address} |
| 58 | cluster_node02_hostname: ${_param:openstack_control_node02_hostname} |
| 59 | cluster_node02_address: ${_param:openstack_control_node02_address} |
| 60 | cluster_node03_hostname: ${_param:openstack_control_node03_hostname} |
| 61 | cluster_node03_address: ${_param:openstack_control_node03_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 62 | rabbitmq_secret_key: workshop |
| 63 | rabbitmq_admin_password: workshop |
| 64 | rabbitmq_openstack_password: workshop |
| 65 | rabbitmq_cold_password: workshop |
Adam Tengler | 7eb78f9 | 2017-08-11 17:56:03 +0000 | [diff] [blame] | 66 | designate_service_host: ${_param:openstack_control_address} |
Mykyta Karpin | ea311d8 | 2017-12-22 16:19:26 +0200 | [diff] [blame] | 67 | designate_admin_api_enabled: true |
Adam Tengler | 7eb78f9 | 2017-08-11 17:56:03 +0000 | [diff] [blame] | 68 | designate_bind9_rndc_key: 4pc+X4PDqb2q+5o72dISm72LM1Ds9X2EYZjqg+nmsS7FhdTwzFFY8l/iEDmHxnyjkA33EQC8 |
| 69 | designate_domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc |
| 70 | designate_pool_ns_records: |
| 71 | - hostname: 'ns1.example.org.' |
| 72 | priority: 10 |
| 73 | designate_pool_nameservers: |
| 74 | - host: ${_param:openstack_control_node01_address} |
| 75 | port: 53 |
| 76 | - host: ${_param:openstack_control_node02_address} |
| 77 | port: 53 |
| 78 | - host: ${_param:openstack_control_node03_address} |
| 79 | port: 53 |
| 80 | designate_pool_target_type: bind9 |
| 81 | designate_pool_target_masters: |
| 82 | - host: ${_param:openstack_control_node01_address} |
| 83 | port: 5354 |
| 84 | - host: ${_param:openstack_control_node02_address} |
| 85 | port: 5354 |
| 86 | - host: ${_param:openstack_control_node03_address} |
| 87 | port: 5354 |
| 88 | designate_pool_target_options: |
| 89 | host: ${_param:openstack_control_node01_address} |
| 90 | port: 53 |
| 91 | rndc_host: ${_param:openstack_control_node01_address} |
| 92 | rndc_port: 953 |
| 93 | rndc_key_file: /etc/designate/rndc.key |
Ivan Udovichenko | 7da7f1e | 2017-09-08 17:53:19 +0300 | [diff] [blame] | 94 | designate_worker_enabled: true |
Adam Tengler | 7eb78f9 | 2017-08-11 17:56:03 +0000 | [diff] [blame] | 95 | designate_version: ${_param:openstack_version} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 96 | glance_version: ${_param:openstack_version} |
| 97 | glance_service_host: ${_param:cluster_vip_address} |
| 98 | keystone_version: ${_param:openstack_version} |
| 99 | keystone_service_host: ${_param:cluster_vip_address} |
| 100 | heat_version: ${_param:openstack_version} |
| 101 | heat_service_host: ${_param:cluster_vip_address} |
| 102 | heat_domain_admin_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 103 | cinder_version: ${_param:openstack_version} |
| 104 | cinder_service_host: ${_param:cluster_vip_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 105 | nova_version: ${_param:openstack_version} |
| 106 | nova_service_host: ${_param:cluster_vip_address} |
| 107 | nova_vncproxy_url: http://${_param:cluster_vip_address}:8060 |
| 108 | neutron_version: ${_param:openstack_version} |
| 109 | neutron_service_host: ${_param:cluster_vip_address} |
| 110 | glusterfs_service_host: ${_param:cluster_vip_address} |
Olivier Bourdon | d55f067 | 2017-10-05 13:28:18 +0200 | [diff] [blame] | 111 | metadata_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 112 | mysql_admin_user: root |
| 113 | mysql_admin_password: workshop |
| 114 | mysql_cinder_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 115 | mysql_glance_password: workshop |
| 116 | mysql_heat_password: workshop |
| 117 | mysql_keystone_password: workshop |
| 118 | mysql_neutron_password: workshop |
| 119 | mysql_nova_password: workshop |
Adam Tengler | 7eb78f9 | 2017-08-11 17:56:03 +0000 | [diff] [blame] | 120 | mysql_designate_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 121 | keystone_service_token: workshop |
| 122 | keystone_admin_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 123 | keystone_cinder_password: workshop |
| 124 | keystone_glance_password: workshop |
| 125 | keystone_heat_password: workshop |
| 126 | keystone_keystone_password: workshop |
| 127 | keystone_neutron_password: workshop |
| 128 | keystone_nova_password: workshop |
Adam Tengler | 7eb78f9 | 2017-08-11 17:56:03 +0000 | [diff] [blame] | 129 | keystone_designate_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 130 | horizon_version: ${_param:openstack_version} |
| 131 | horizon_secret_key: opaesee8Que2yahJoh9fo0eefo1Aeyo6ahyei8zeiboh3aeth5loth7ieNa5xi5e |
| 132 | horizon_identity_host: ${_param:cluster_vip_address} |
| 133 | horizon_identity_encryption: none |
| 134 | horizon_identity_version: 2 |
Mykyta Karpin | 1fcd4f1 | 2017-12-15 17:44:30 +0200 | [diff] [blame] | 135 | nginx_proxy_openstack_api_proxy_host: ${_param:cluster_vip_address} |
Mykyta Karpin | 358eeca | 2017-12-15 17:11:39 +0200 | [diff] [blame] | 136 | loopback_device_size: 20 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 137 | linux: |
| 138 | network: |
| 139 | host: |
| 140 | prx: |
| 141 | address: ${_param:openstack_proxy_address} |
| 142 | names: |
Adam Tengler | f16be66 | 2017-07-18 10:25:13 +0000 | [diff] [blame] | 143 | - ${_param:openstack_proxy_hostname} |
| 144 | - ${_param:openstack_proxy_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 145 | prx01: |
| 146 | address: ${_param:openstack_proxy_node01_address} |
| 147 | names: |
Adam Tengler | f16be66 | 2017-07-18 10:25:13 +0000 | [diff] [blame] | 148 | - ${_param:openstack_proxy_node01_hostname} |
| 149 | - ${_param:openstack_proxy_node01_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 150 | ctl: |
| 151 | address: ${_param:openstack_control_address} |
| 152 | names: |
Adam Tengler | f16be66 | 2017-07-18 10:25:13 +0000 | [diff] [blame] | 153 | - ${_param:openstack_control_hostname} |
| 154 | - ${_param:openstack_control_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 155 | ctl01: |
| 156 | address: ${_param:openstack_control_node01_address} |
| 157 | names: |
Adam Tengler | f16be66 | 2017-07-18 10:25:13 +0000 | [diff] [blame] | 158 | - ${_param:openstack_control_node01_hostname} |
| 159 | - ${_param:openstack_control_node01_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 160 | ctl02: |
| 161 | address: ${_param:openstack_control_node02_address} |
| 162 | names: |
Adam Tengler | f16be66 | 2017-07-18 10:25:13 +0000 | [diff] [blame] | 163 | - ${_param:openstack_control_node02_hostname} |
| 164 | - ${_param:openstack_control_node02_hostname}.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 165 | ctl03: |
| 166 | address: ${_param:openstack_control_node03_address} |
| 167 | names: |
Adam Tengler | f16be66 | 2017-07-18 10:25:13 +0000 | [diff] [blame] | 168 | - ${_param:openstack_control_node03_hostname} |
| 169 | - ${_param:openstack_control_node03_hostname}.${_param:cluster_domain} |
| 170 | gtw: |
| 171 | address: ${_param:openstack_gateway_address} |
| 172 | names: |
| 173 | - ${_param:openstack_gateway_hostname} |
| 174 | - ${_param:openstack_gateway_hostname}.${_param:cluster_domain} |
| 175 | gtw01: |
| 176 | address: ${_param:openstack_gateway_address} |
| 177 | names: |
| 178 | - ${_param:openstack_gateway_hostname} |
| 179 | - ${_param:openstack_gateway_hostname}.${_param:cluster_domain} |
| 180 | |