Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | openstack_proxy_address: 172.16.10.121 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 4 | openstack_proxy_node01_address: 172.16.10.121 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 5 | openstack_control_address: 172.16.10.254 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 6 | openstack_control_node01_address: 172.16.10.101 |
| 7 | openstack_control_node02_address: 172.16.10.102 |
| 8 | openstack_control_node03_address: 172.16.10.103 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 9 | openstack_database_address: ${_param:openstack_control_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 10 | openstack_database_node01_address: ${_param:openstack_control_node01_address} |
| 11 | openstack_database_node02_address: ${_param:openstack_control_node02_address} |
| 12 | openstack_database_node03_address: ${_param:openstack_control_node02_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 13 | openstack_message_queue_address: ${_param:openstack_control_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 14 | openstack_message_queue_node01_address: ${_param:openstack_control_node01_address} |
| 15 | openstack_message_queue_node02_address: ${_param:openstack_control_node02_address} |
| 16 | openstack_message_queue_node03_address: ${_param:openstack_control_node03_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 17 | openstack_version: ocata |
| 18 | apt_mk_version: nightly |
| 19 | openstack_region: RegionOne |
| 20 | admin_email: root@localhost |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 21 | cluster_public_host: 172.16.10.254 |
| 22 | neutron_public_protocol: http |
| 23 | cluster_public_protocol: http |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 24 | opencontrail_version: 3.0 |
| 25 | opencontrail_compute_dns: 8.8.8.8 |
| 26 | opencontrail_stats_password: contrail123 |
| 27 | galera_server_cluster_name: openstack_cluster |
| 28 | galera_server_maintenance_password: workshop |
| 29 | galera_server_admin_password: workshop |
| 30 | rabbitmq_secret_key: workshop |
| 31 | rabbitmq_admin_password: workshop |
| 32 | rabbitmq_openstack_password: workshop |
| 33 | rabbitmq_cold_password: workshop |
| 34 | designate_bind9_rndc_key: 4pc+X4PDqb2q+5o72dISm72LM1Ds9X2EYZjqg+nmsS7FhdTwzFFY8l/iEDmHxnyjkA33EQC8 |
| 35 | designate_domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc |
| 36 | designate_pool_ns_records: |
| 37 | - hostname: 'ns1.example.org.' |
| 38 | priority: 10 |
| 39 | designate_pool_nameservers: |
| 40 | - host: ${_param:openstack_control_node01_address} |
| 41 | port: 53 |
| 42 | - host: ${_param:openstack_control_node02_address} |
| 43 | port: 53 |
| 44 | - host: ${_param:openstack_control_node03_address} |
| 45 | port: 53 |
| 46 | designate_pool_target_type: bind9 |
| 47 | designate_pool_target_masters: |
| 48 | - host: ${_param:openstack_control_node01_address} |
| 49 | port: 5354 |
| 50 | - host: ${_param:openstack_control_node02_address} |
| 51 | port: 5354 |
| 52 | - host: ${_param:openstack_control_node03_address} |
| 53 | port: 5354 |
| 54 | designate_pool_target_options: |
| 55 | host: ${_param:openstack_control_node01_address} |
| 56 | port: 53 |
| 57 | rndc_host: ${_param:openstack_control_node01_address} |
| 58 | rndc_port: 953 |
| 59 | rndc_key_file: /etc/designate/rndc.key |
| 60 | designate_version: ${_param:openstack_version} |
Ivan Udovichenko | 7da7f1e | 2017-09-08 17:53:19 +0300 | [diff] [blame] | 61 | designate_worker_enabled: true |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 62 | cluster_vip_address: ${_param:openstack_control_address} |
| 63 | glance_version: ${_param:openstack_version} |
| 64 | glance_service_host: ${_param:openstack_control_address} |
| 65 | keystone_version: ${_param:openstack_version} |
| 66 | keystone_service_host: ${_param:openstack_control_address} |
| 67 | heat_version: ${_param:openstack_version} |
| 68 | heat_service_host: ${_param:openstack_control_address} |
| 69 | heat_domain_admin_password: workshop |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 70 | ceilometer_version: ${_param:openstack_version} |
| 71 | ceilometer_service_host: ${_param:openstack_control_address} |
| 72 | aodh_version: ${_param:openstack_version} |
| 73 | aodh_service_host: ${_param:openstack_control_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 74 | cinder_version: ${_param:openstack_version} |
| 75 | cinder_service_host: ${_param:openstack_control_address} |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 76 | ceilometer_graphite_publisher_host: 172.16.10.107 |
| 77 | ceilometer_graphite_publisher_port: 2013 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 78 | nova_version: ${_param:openstack_version} |
| 79 | nova_service_host: ${_param:openstack_control_address} |
Oleh Hryhorov | f3cc4c4 | 2018-11-01 20:24:51 +0200 | [diff] [blame] | 80 | placement_service_host: ${_param:openstack_control_address} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 81 | nova_vncproxy_url: http://${_param:openstack_control_address}:8060 |
| 82 | neutron_version: ${_param:openstack_version} |
| 83 | neutron_service_host: ${_param:openstack_control_address} |
| 84 | glusterfs_service_host: ${_param:openstack_control_address} |
| 85 | designate_service_host: ${_param:openstack_control_address} |
| 86 | mysql_admin_user: root |
| 87 | mysql_admin_password: workshop |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 88 | mysql_aodh_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 89 | mysql_designate_password: workshop |
| 90 | mysql_cinder_password: workshop |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 91 | mysql_ceilometer_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 92 | mysql_glance_password: workshop |
| 93 | mysql_grafana_password: workshop |
| 94 | mysql_heat_password: workshop |
| 95 | mysql_keystone_password: workshop |
| 96 | mysql_neutron_password: workshop |
| 97 | mysql_nova_password: workshop |
| 98 | keystone_service_token: workshop |
| 99 | keystone_admin_password: workshop |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 100 | keystone_aodh_password: workshop |
| 101 | keystone_ceilometer_password: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 102 | keystone_cinder_password: workshop |
| 103 | keystone_glance_password: workshop |
| 104 | keystone_heat_password: workshop |
| 105 | keystone_keystone_password: workshop |
| 106 | keystone_neutron_password: workshop |
| 107 | keystone_nova_password: workshop |
| 108 | keystone_designate_password: workshop |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 109 | ceilometer_secret_key: workshop |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 110 | metadata_password: workshop |
| 111 | horizon_version: ${_param:openstack_version} |
| 112 | horizon_secret_key: opaesee8Que2yahJoh9fo0eefo1Aeyo6ahyei8zeiboh3aeth5loth7ieNa5xi5e |
| 113 | horizon_identity_host: ${_param:openstack_control_address} |
| 114 | horizon_identity_encryption: none |
| 115 | horizon_identity_version: 2 |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 116 | mongodb_server_replica_set: ceilometer |
| 117 | mongodb_ceilometer_password: cloudlab |
| 118 | mongodb_admin_password: cloudlab |
| 119 | mongodb_shared_key: eoTh1AwahlahqueingeejooLughah4tei9feing0eeVaephooDi2li1TaeV1ooth |
| 120 | ceilometer_influxdb_password: lmapass |
| 121 | openstack_log_appender: true |
| 122 | openstack_fluentd_handler_enabled: true |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 123 | linux: |
| 124 | network: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 125 | purge_hosts: true |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 126 | host: |
| 127 | prx: |
| 128 | address: ${_param:openstack_proxy_address} |
| 129 | names: |
| 130 | - prx |
| 131 | - prx.${_param:cluster_domain} |
| 132 | prx01: |
| 133 | address: ${_param:openstack_proxy_node01_address} |
| 134 | names: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 135 | - prx01 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 136 | - prx01.${_param:cluster_domain} |
| 137 | ctl: |
| 138 | address: ${_param:openstack_control_address} |
| 139 | names: |
| 140 | - ctl |
| 141 | - ctl.${_param:cluster_domain} |
| 142 | ctl01: |
| 143 | address: ${_param:openstack_control_node01_address} |
| 144 | names: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 145 | - ctl01 |
| 146 | - ctl01.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 147 | ctl02: |
| 148 | address: ${_param:openstack_control_node02_address} |
| 149 | names: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 150 | - ctl02 |
| 151 | - ctl02.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 152 | ctl03: |
| 153 | address: ${_param:openstack_control_node03_address} |
| 154 | names: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 155 | - ctl03 |
| 156 | - ctl03.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 157 | cmp01: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 158 | address: 172.16.10.105 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 159 | names: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 160 | - cmp01 |
| 161 | - cmp01.${_param:cluster_domain} |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 162 | cmp02: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 163 | address: 172.16.10.106 |
Ales Komarek | c12dd41 | 2017-06-27 16:24:42 +0200 | [diff] [blame] | 164 | names: |
Dmitry Kalashnik | 35c932b | 2018-03-19 15:26:09 +0400 | [diff] [blame] | 165 | - cmp02 |
| 166 | - cmp02.${_param:cluster_domain} |
| 167 | system: |
| 168 | user: |
| 169 | root: |
| 170 | name: root |
| 171 | password: false |