blob: 2f132ed9c62c9f926de7737b450a4d4dbbccbfe6 [file] [log] [blame]
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +00001parameters:
2 _param:
3 openstack_version: pike
4 cinder_version: ${_param:openstack_version}
5 apt_mk_version: testing
6 mcp_version: 2018.1
7 openstack_region: RegionOne
8 admin_email: root@localhost
9 cluster_public_protocol: http
10 cluster_public_host: 172.16.10.254
11 neutron_public_protocol: http
12 neutron_control_dvr: False
13 neutron_tenant_network_types: "flat,vxlan"
14 neutron_l3_ha: False
15 neutron_global_physnet_mtu: 1500
16 neutron_external_mtu: 1500
17 neutron_gateway_dvr: False
18 neutron_gateway_agent_mode: legacy
19 neutron_compute_dvr: False
20 neutron_compute_agent_mode: legacy
21 neutron_compute_external_access: False
22 galera_server_cluster_name: openstack_cluster
23 galera_server_maintenance_password: workshop
24 galera_server_admin_password: workshop
Tatyana Leontovich972e4602018-03-08 01:49:36 +020025 galera_innodb_read_io_threads: 2
26 galera_innodb_write_io_threads: 2
27 galera_wsrep_slave_threads: 2
28 galera_xtrabackup_parallel: 1
29 galera_error_log_enabled: true
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +000030 cluster_vip_address: 172.16.10.254
31 cluster_local_address: ${_param:single_address}
32 cluster_node01_hostname: ctl01
33 cluster_node01_address: 172.16.10.101
34 cluster_node02_hostname: ctl02
35 cluster_node02_address: 172.16.10.102
36 cluster_node03_hostname: ctl03
37 cluster_node03_address: 172.16.10.103
38 rabbitmq_secret_key: workshop
39 rabbitmq_admin_password: workshop
40 rabbitmq_openstack_password: workshop
41 rabbitmq_cold_password: workshop
42 designate_admin_api_enabled: true
43 designate_bind9_rndc_key: 4pc+X4PDqb2q+5o72dISm72LM1Ds9X2EYZjqg+nmsS7FhdTwzFFY8l/iEDmHxnyjkA33EQC8H+z0fLLBunoitw==
44 designate_domain_id: 5186883b-91fb-4891-bd49-e6769234a8fc
45 designate_quota_zones: 40
46 designate_pool_ns_records:
47 - hostname: 'ns1.example.org.'
48 priority: 10
49 designate_pool_nameservers:
50 - host: ${_param:openstack_control_node01_address}
51 port: 53
52 - host: ${_param:openstack_control_node02_address}
53 port: 53
54 - host: ${_param:openstack_control_node03_address}
55 port: 53
56 designate_pool_target_type: bind9
57 designate_pool_target_masters:
58 - host: ${_param:openstack_control_node01_address}
59 port: 5354
60 - host: ${_param:openstack_control_node02_address}
61 port: 5354
62 - host: ${_param:openstack_control_node03_address}
63 port: 5354
64 designate_pool_target_options:
65 host: ${_param:openstack_control_node01_address}
66 port: 53
67 rndc_host: ${_param:openstack_control_node01_address}
68 rndc_port: 953
69 rndc_key_file: /etc/designate/rndc.key
70 designate_version: ${_param:openstack_version}
71 designate_worker_enabled: true
72 glance_version: ${_param:openstack_version}
73 glance_service_host: ${_param:cluster_vip_address}
74 keystone_version: ${_param:openstack_version}
75 keystone_service_host: ${_param:cluster_vip_address}
76 heat_version: ${_param:openstack_version}
77 heat_service_host: ${_param:cluster_vip_address}
78 heat_domain_admin_password: workshop
79 ceilometer_version: ${_param:openstack_version}
80 ceilometer_service_host: ${_param:cluster_vip_address}
81 cinder_version: ${_param:openstack_version}
82 cinder_service_host: ${_param:cluster_vip_address}
83 aodh_version: ${_param:openstack_version}
84 aodh_service_host: ${_param:cluster_vip_address}
85 ceilometer_graphite_publisher_host: 172.16.10.107
86 ceilometer_graphite_publisher_port: 2013
87 nova_version: ${_param:openstack_version}
88 nova_service_host: ${_param:cluster_vip_address}
89 nova_vncproxy_url: http://${_param:cluster_vip_address}:8060
90 neutron_version: ${_param:openstack_version}
91 neutron_service_host: ${_param:cluster_vip_address}
92 glusterfs_service_host: ${_param:cluster_vip_address}
93 designate_service_host: ${_param:cluster_vip_address}
94 metadata_password: workshop
95 mysql_admin_user: root
96 mysql_admin_password: workshop
97 mysql_cinder_password: workshop
98 mysql_ceilometer_password: workshop
99 mysql_glance_password: workshop
100 mysql_grafana_password: workshop
101 mysql_heat_password: workshop
102 mysql_keystone_password: workshop
103 mysql_neutron_password: workshop
104 mysql_nova_password: workshop
105 mysql_aodh_password: workshop
106 mysql_designate_password: workshop
107 keystone_service_token: workshop
108 keystone_admin_password: workshop
109 keystone_ceilometer_password: workshop
110 keystone_aodh_password: workshop
111 keystone_cinder_password: workshop
112 keystone_glance_password: workshop
113 keystone_heat_password: workshop
114 keystone_keystone_password: workshop
115 keystone_neutron_password: workshop
116 keystone_nova_password: workshop
117 keystone_designate_password: workshop
118 ceilometer_secret_key: workshop
119 horizon_version: ${_param:openstack_version}
120 horizon_secret_key: opaesee8Que2yahJoh9fo0eefo1Aeyo6ahyei8zeiboh3aeth5loth7ieNa5xi5e
121 horizon_identity_host: ${_param:cluster_vip_address}
122 horizon_identity_encryption: none
123 horizon_identity_version: 2
124 mongodb_server_replica_set: ceilometer
125 mongodb_ceilometer_password: cloudlab
126 mongodb_admin_password: cloudlab
127 mongodb_shared_key: eoTh1AwahlahqueingeejooLughah4tei9feing0eeVaephooDi2li1TaeV1ooth
128 ceilometer_influxdb_password: lmapass
Oleksii Chupryn71e87862018-03-16 09:57:49 +0200129 openstack_log_appender: true
130 openstack_ossyslog_handler_enabled: true
Aleksandr Shaposhnikov25eb1ff2018-02-26 17:56:29 +0000131 linux:
132 network:
133 purge_hosts: true
134 host:
135 prx:
136 address: ${_param:openstack_proxy_address}
137 names:
138 - prx
139 - prx.${_param:cluster_domain}
140 prx01:
141 address: ${_param:openstack_proxy_node01_address}
142 names:
143 - prx01
144 - prx01.${_param:cluster_domain}
145 ctl:
146 address: ${_param:openstack_control_address}
147 names:
148 - ctl
149 - ctl.${_param:cluster_domain}
150 ctl01:
151 address: ${_param:openstack_control_node01_address}
152 names:
153 - ctl01
154 - ctl01.${_param:cluster_domain}
155 ctl02:
156 address: ${_param:openstack_control_node02_address}
157 names:
158 - ctl02
159 - ctl02.${_param:cluster_domain}
160 ctl03:
161 address: ${_param:openstack_control_node03_address}
162 names:
163 - ctl03
164 - ctl03.${_param:cluster_domain}
165 gtw01:
166 address: ${_param:openstack_gateway_address}
167 names:
168 - gtw01
169 - gtw01.${_param:cluster_domain}
170 cmp01:
171 address: 172.16.10.105
172 names:
173 - cmp01
174 - cmp01.${_param:cluster_domain}
175 cmp02:
176 address: 172.16.10.106
177 names:
178 - cmp02
179 - cmp02.${_param:cluster_domain}
180 system:
181 user:
182 root:
183 name: root
184 password: false