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