Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | arameters: |
| 2 | _param: |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 3 | # openstack_proxy_address: 172.16.10.121 |
| 4 | # openstack_proxy_node01_address: 172.16.10.121 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 5 | openstack_control_node01_address: 172.16.10.101 |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 6 | openstack_database_address: ${_param:openstack_control_node01_address} |
| 7 | openstack_message_queue_address: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 8 | openstack_message_queue_node01_address: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 9 | |
Adam Tengler | fb9b433 | 2017-06-28 16:01:05 +0000 | [diff] [blame] | 10 | openstack_version: ocata |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 11 | apt_mk_version: nightly |
| 12 | mcp_repo_version: 1.1 |
| 13 | openstack_region: RegionOne |
| 14 | admin_email: root@localhost |
| 15 | cluster_public_protocol: http |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 16 | cluster_public_host: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 17 | neutron_public_protocol: http |
| 18 | neutron_control_dvr: False |
| 19 | neutron_tenant_network_types: "flat,vxlan" |
| 20 | neutron_l3_ha: False |
| 21 | neutron_global_physnet_mtu: 1500 |
| 22 | neutron_external_mtu: 1500 |
| 23 | neutron_gateway_dvr: False |
| 24 | neutron_gateway_agent_mode: legacy |
| 25 | neutron_compute_dvr: False |
| 26 | neutron_compute_agent_mode: legacy |
| 27 | neutron_compute_external_access: False |
| 28 | galera_server_cluster_name: openstack_cluster |
| 29 | galera_server_maintenance_password: workshop |
| 30 | galera_server_admin_password: workshop |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 31 | # cluster_vip_address: 172.16.10.254 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 32 | cluster_local_address: ${_param:single_address} |
| 33 | cluster_node01_hostname: ctl01 |
| 34 | cluster_node01_address: 172.16.10.101 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 35 | rabbitmq_secret_key: workshop |
| 36 | rabbitmq_admin_password: workshop |
| 37 | rabbitmq_openstack_password: workshop |
| 38 | rabbitmq_cold_password: workshop |
| 39 | glance_version: ${_param:openstack_version} |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 40 | glance_service_host: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 41 | keystone_version: ${_param:openstack_version} |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 42 | keystone_service_host: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 43 | heat_version: ${_param:openstack_version} |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 44 | heat_service_host: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 45 | heat_domain_admin_password: workshop |
| 46 | ceilometer_version: ${_param:openstack_version} |
| 47 | ceilometer_service_host: 172.16.10.108 |
| 48 | cinder_version: ${_param:openstack_version} |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 49 | cinder_service_host: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 50 | ceilometer_graphite_publisher_host: 172.16.10.107 |
| 51 | ceilometer_graphite_publisher_port: 2013 |
| 52 | nova_version: ${_param:openstack_version} |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 53 | nova_service_host: ${_param:openstack_control_node01_address} |
| 54 | nova_vncproxy_url: http://${_param:openstack_control_node01_address}:8060 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 55 | neutron_version: ${_param:openstack_version} |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 56 | neutron_service_host: ${_param:openstack_control_node01_address} |
| 57 | glusterfs_service_host: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 58 | metadata_password: password |
| 59 | mysql_admin_user: root |
| 60 | mysql_admin_password: workshop |
| 61 | mysql_cinder_password: workshop |
| 62 | mysql_ceilometer_password: workshop |
| 63 | mysql_glance_password: workshop |
| 64 | mysql_heat_password: workshop |
| 65 | mysql_keystone_password: workshop |
| 66 | mysql_neutron_password: workshop |
| 67 | mysql_nova_password: workshop |
| 68 | mysql_aodh_password: workshop |
| 69 | keystone_service_token: workshop |
| 70 | keystone_admin_password: workshop |
| 71 | keystone_ceilometer_password: workshop |
| 72 | keystone_cinder_password: workshop |
| 73 | keystone_glance_password: workshop |
| 74 | keystone_heat_password: workshop |
| 75 | keystone_keystone_password: workshop |
| 76 | keystone_neutron_password: workshop |
| 77 | keystone_nova_password: workshop |
| 78 | ceilometer_secret_key: workshop |
| 79 | metadata_password: workshop |
| 80 | horizon_version: ${_param:openstack_version} |
| 81 | horizon_secret_key: opaesee8Que2yahJoh9fo0eefo1Aeyo6ahyei8zeiboh3aeth5loth7ieNa5xi5e |
Jiri Broulik | f212d21 | 2017-07-21 11:09:00 +0200 | [diff] [blame^] | 82 | horizon_identity_host: ${_param:openstack_control_node01_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 83 | horizon_identity_encryption: none |
| 84 | horizon_identity_version: 2 |
| 85 | mongodb_server_replica_set: ceilometer |
| 86 | mongodb_ceilometer_password: cloudlab |
| 87 | mongodb_admin_password: cloudlab |
| 88 | mongodb_shared_key: eoTh1AwahlahqueingeejooLughah4tei9feing0eeVaephooDi2li1TaeV1ooth |
| 89 | linux: |
| 90 | network: |
| 91 | host: |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 92 | ctl01: |
| 93 | address: ${_param:openstack_control_node01_address} |
| 94 | names: |
| 95 | - ctl01 |
| 96 | - ctl01.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 97 | gtw01: |
| 98 | address: ${_param:openstack_gateway_address} |
| 99 | names: |
| 100 | - gtw01 |
| 101 | - gtw01.${_param:cluster_domain} |
| 102 | cmp01: |
| 103 | address: 172.16.10.105 |
| 104 | names: |
| 105 | - cmp01 |
| 106 | - cmp01.${_param:cluster_domain} |
| 107 | cmp02: |
| 108 | address: 172.16.10.106 |
| 109 | names: |
| 110 | - cmp02 |
| 111 | - cmp02.${_param:cluster_domain} |