1 Description: All-in-one baremetal OpenStack and all dependencies.
2 HeatTemplateFormatVersion: '2012-12-12'
6 Description: The password for the keystone admin account, used for monitoring, querying neutron etc.
11 Description: The keystone auth secret.
14 CinderLVMLoopDeviceSize:
16 Description: The size of the loopback file used by the cinder LVM driver.
20 Description: The architecture to use in Nova-BM - i386 or amd64.
22 CeilometerMeteringSecret:
24 Description: Secret shared by the ceilometer services.
29 Description: The password for the ceilometer service account.
32 SnmpdReadonlyUserName:
34 Description: The user name for SNMPd with readonly rights running on all Overcloud nodes
36 SnmpdReadonlyUserPassword:
38 Description: The user password for SNMPd with readonly rights running on all Overcloud nodes
44 Additional configuration to inject into the cluster. The JSON should have
45 the following structure:
48 [{"section": "SECTIONNAME",
50 [{"option": "OPTIONNAME",
61 [{"section": "default",
63 [{"option": "compute_manager",
64 "value": "ironic.nova.compute.manager.ClusterComputeManager"
71 "value": "nova.cells.rpc_driver.CellsRPCDriver"
81 Description: Flavor to request when deploying.
85 Description: Glance port.
89 Description: Protocol to use when connecting to glance, set to https for SSL.
93 Description: The password for the glance service account, used by the glance services.
96 GlanceNotifierStrategy:
97 Description: Strategy to use for Glance notification queue
101 Description: The filepath of the file to use for logging messages from Glance.
106 Description: Name of an existing EC2 KeyPair to enable SSH access to the instances
110 Description: The password for the Heat service account, used by the Heat services.
114 Default: REBUILD_PRESERVE_EPHEMERAL
115 Description: What policy to use when reconstructing instances. REBUILD for rebuilds,
116 REBUILD_PRESERVE_EPHEMERAL to preserve /mnt.
123 Description: The password for the neutron service account, used by neutron agents.
128 Description: The password for the nova service account, used by nova-api.
131 NeutronPublicInterfaceDefaultRoute:
133 Description: A custom default route for the NeutronPublicInterface.
135 NeutronPublicInterfaceIP:
137 Description: A custom IP address to put onto the NeutronPublicInterface.
139 NeutronPublicInterfaceRawDevice:
141 Description: If set, the public interface is a vlan with this device as the raw device.
148 Description: The username for RabbitMQ
152 Description: The password for RabbitMQ
158 Description: Salt for the rabbit cookie, change this to force the randomly generated rabbit cookie to change.
159 HeatStackDomainAdminPassword:
160 Description: Password for heat_domain_admin user.
164 MysqlInnodbBufferPoolSize:
166 Specifies the size of the buffer pool in megabytes. Setting to
167 zero should be interpreted as "no value" and will defer to the
171 KeystoneCACertificate:
173 Description: Keystone self-signed certificate authority certificate.
175 KeystoneSigningCertificate:
177 Description: Keystone certificate for verifying token validity.
181 Description: Keystone key for signing tokens.
186 Type: OS::Heat::RandomString
190 Ref: RabbitCookieSalt
192 Type: OS::Heat::StructuredConfig
195 completion-signal: {get_input: deploy_signal_id}
213 nodeid: {get_input: bootstack_nodeid}
216 Ref: NeutronPublicInterfaceIP
218 get_input: controller_host
220 db: mysql://ceilometer:unset@localhost/ceilometer
221 metering_secret: {Ref: CeilometerMeteringSecret}
222 snmpd_readonly_user_name:
223 Ref: SnmpdReadonlyUserName
224 snmpd_readonly_user_password:
225 Ref: SnmpdReadonlyUserPassword
227 Ref: CeilometerPassword
231 db: mysql://glance:unset@localhost/glance
240 Ref: GlanceNotifierStrategy
246 admin_tenant_name: service
248 auth_encryption_key: unset___________
249 db: mysql://heat:unset@localhost/heat
250 stack_domain_admin_password: {Ref: HeatStackDomainAdminPassword}
251 watch_server_url: {get_input: heat.watch_server_url}
252 metadata_server_url: {get_input: heat.metadata_server_url}
253 waitcondition_server_url: {get_input: heat.waitcondition_server_url}
255 db: mysql://keystone:unset@localhost/keystone
257 ca_certificate: {Ref: KeystoneCACertificate}
258 signing_key: {Ref: KeystoneSigningKey}
259 signing_certificate: {Ref: KeystoneSigningCertificate}
261 innodb_buffer_pool_size: {Ref: MysqlInnodbBufferPoolSize}
264 ovs_db: mysql://neutron:unset@localhost/ovs_neutron?charset=utf8
267 Ref: NeutronPublicInterface
268 public_interface_raw_device:
269 Ref: NeutronPublicInterfaceRawDevice
270 public_interface_route:
271 Ref: NeutronPublicInterfaceDefaultRoute
272 physical_bridge: br-ctlplane
273 physical_network: ctlplane
274 network_vlan_ranges: ctlplane
275 bridge_mappings: ctlplane:br-ctlplane
276 tenant_network_type: vlan
277 enable_tunneling: 'False'
292 - {server: {Ref: NtpServer}, fudge: "stratum 0"}
293 undercloudPassthroughConfig:
294 Type: OS::Heat::StructuredConfig
296 config: {get_input: passthrough_config}
298 Type: OS::Nova::Server
307 Ref: ImageUpdatePolicy
310 user_data_format: SOFTWARE_CONFIG
311 99_undercloudDeployment:
312 Type: OS::Heat::StructuredDeployment
314 config: {Ref: undercloudConfig}
315 server: {Ref: undercloud}
331 heat.watch_server_url:
335 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
337 heat.metadata_server_url:
341 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
343 heat.waitcondition_server_url:
347 - {"Fn::Select": [ 0, "Fn::Select": [ ctlplane, { "Fn::GetAtt": [ undercloud, networks ]}]]}
348 - ':8000/v1/waitcondition'
349 00_undercloudPassthroughDeployment:
350 Type: OS::Heat::StructuredDeployment
352 config: {Ref: undercloudPassthroughConfig}
353 server: {Ref: undercloud}
354 signal_transport: NO_SIGNAL
356 passthrough_config: {Ref: ExtraConfig}