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