Jeepyb User | dd14e0b | 2017-02-28 15:19:32 +0000 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | openstack_version: mitaka |
| 4 | openstack_region: RegionOne |
| 5 | admin_email: root@localhost |
| 6 | cluster_public_protocol: http |
| 7 | cluster_public_host: 172.16.10.254 |
| 8 | neutron_public_protocol: http |
| 9 | neutron_control_dvr: False |
| 10 | neutron_tenant_network_types: "flat,vxlan" |
| 11 | neutron_l3_ha: False |
| 12 | neutron_global_physnet_mtu: 1500 |
| 13 | neutron_external_mtu: 1500 |
| 14 | neutron_gateway_dvr: False |
| 15 | neutron_gateway_agent_mode: legacy |
| 16 | neutron_compute_dvr: False |
| 17 | neutron_compute_agent_mode: legacy |
| 18 | neutron_compute_external_access: False |
| 19 | galera_server_cluster_name: openstack_cluster |
| 20 | galera_server_maintenance_password: workshop |
| 21 | galera_server_admin_password: workshop |
| 22 | cluster_vip_address: 172.16.10.254 |
| 23 | cluster_local_address: ${_param:single_address} |
| 24 | cluster_node01_hostname: ctl01 |
| 25 | cluster_node01_address: 172.16.10.101 |
| 26 | cluster_node02_hostname: ctl02 |
| 27 | cluster_node02_address: 172.16.10.102 |
| 28 | cluster_node03_hostname: ctl03 |
| 29 | cluster_node03_address: 172.16.10.103 |
| 30 | rabbitmq_secret_key: workshop |
| 31 | rabbitmq_admin_password: workshop |
| 32 | rabbitmq_openstack_password: workshop |
| 33 | rabbitmq_cold_password: workshop |
| 34 | glance_version: ${_param:openstack_version} |
| 35 | glance_service_host: ${_param:cluster_vip_address} |
| 36 | keystone_version: ${_param:openstack_version} |
| 37 | keystone_service_host: ${_param:cluster_vip_address} |
| 38 | heat_version: ${_param:openstack_version} |
| 39 | heat_service_host: ${_param:cluster_vip_address} |
| 40 | heat_domain_admin_password: workshop |
| 41 | ceilometer_version: ${_param:openstack_version} |
| 42 | ceilometer_service_host: 172.16.10.108 |
| 43 | cinder_version: ${_param:openstack_version} |
| 44 | cinder_service_host: ${_param:cluster_vip_address} |
| 45 | ceilometer_graphite_publisher_host: 172.16.10.107 |
| 46 | ceilometer_graphite_publisher_port: 2013 |
| 47 | nova_version: ${_param:openstack_version} |
| 48 | nova_service_host: ${_param:cluster_vip_address} |
| 49 | nova_vncproxy_url: http://${_param:cluster_vip_address}:8060 |
| 50 | neutron_version: ${_param:openstack_version} |
| 51 | neutron_service_host: ${_param:cluster_vip_address} |
| 52 | glusterfs_service_host: ${_param:cluster_vip_address} |
| 53 | metadata_password: password |
| 54 | mysql_admin_user: root |
| 55 | mysql_admin_password: workshop |
| 56 | mysql_cinder_password: workshop |
| 57 | mysql_ceilometer_password: workshop |
| 58 | mysql_glance_password: workshop |
| 59 | mysql_grafana_password: workshop |
| 60 | mysql_heat_password: workshop |
| 61 | mysql_keystone_password: workshop |
| 62 | mysql_neutron_password: workshop |
| 63 | mysql_nova_password: workshop |
Jiri Broulik | f275ee2 | 2017-05-04 10:35:29 +0200 | [diff] [blame] | 64 | mysql_aodh_password: workshop |
Jeepyb User | dd14e0b | 2017-02-28 15:19:32 +0000 | [diff] [blame] | 65 | keystone_service_token: workshop |
| 66 | keystone_admin_password: workshop |
| 67 | keystone_ceilometer_password: workshop |
| 68 | keystone_cinder_password: workshop |
| 69 | keystone_glance_password: workshop |
| 70 | keystone_heat_password: workshop |
| 71 | keystone_keystone_password: workshop |
| 72 | keystone_neutron_password: workshop |
| 73 | keystone_nova_password: workshop |
| 74 | ceilometer_secret_key: workshop |
| 75 | horizon_version: ${_param:openstack_version} |
| 76 | horizon_secret_key: opaesee8Que2yahJoh9fo0eefo1Aeyo6ahyei8zeiboh3aeth5loth7ieNa5xi5e |
| 77 | horizon_identity_host: ${_param:cluster_vip_address} |
| 78 | horizon_identity_encryption: none |
| 79 | horizon_identity_version: 3 |
| 80 | mongodb_server_replica_set: ceilometer |
| 81 | mongodb_ceilometer_password: cloudlab |
| 82 | mongodb_admin_password: cloudlab |
| 83 | mongodb_shared_key: eoTh1AwahlahqueingeejooLughah4tei9feing0eeVaephooDi2li1TaeV1ooth |
| 84 | linux: |
| 85 | network: |
| 86 | host: |
| 87 | prx: |
| 88 | address: ${_param:openstack_proxy_address} |
| 89 | names: |
| 90 | - prx |
| 91 | - prx.${_param:cluster_domain} |
| 92 | prx01: |
| 93 | address: ${_param:openstack_proxy_node01_address} |
| 94 | names: |
| 95 | - prx01 |
| 96 | - prx01.${_param:cluster_domain} |
| 97 | ctl: |
| 98 | address: ${_param:openstack_control_address} |
| 99 | names: |
| 100 | - ctl |
| 101 | - ctl.${_param:cluster_domain} |
| 102 | ctl01: |
| 103 | address: ${_param:openstack_control_node01_address} |
| 104 | names: |
| 105 | - ctl01 |
| 106 | - ctl01.${_param:cluster_domain} |
| 107 | ctl02: |
| 108 | address: ${_param:openstack_control_node02_address} |
| 109 | names: |
| 110 | - ctl02 |
| 111 | - ctl02.${_param:cluster_domain} |
| 112 | ctl03: |
| 113 | address: ${_param:openstack_control_node03_address} |
| 114 | names: |
| 115 | - ctl03 |
| 116 | - ctl03.${_param:cluster_domain} |
| 117 | gtw01: |
| 118 | address: ${_param:openstack_gateway_address} |
| 119 | names: |
| 120 | - gtw01 |
| 121 | - gtw01.${_param:cluster_domain} |
Jiri Broulik | 432ae9c | 2017-08-17 10:24:23 +0200 | [diff] [blame^] | 122 | |