dubzland.openstack.openstack_heat role – Install and configure the OpenStack Heat orchestration component.

Note

This role is part of the dubzland.openstack collection (version 1.1.0).

It is not included in ansible-core. To check whether it is installed, run ansible-galaxy collection list.

To install it use: ansible-galaxy collection install dubzland.openstack.

To use it in a playbook, specify: dubzland.openstack.openstack_heat.

Entry point main – Install and configure the OpenStack Heat orchestration component.

Synopsis

  • Creates databases and configures users

  • Creates OpenStack services and associated users

  • Creates OpenStack endpoints within OpenStack Keystone

  • Installs required operating system packages

  • Applies desired configuration using templates

Parameters

Parameter

Comments

openstack_heat_api_cfn_worker_count

integer

Number of OpenStack Heat Cloudformation engine workers to run.

openstack_heat_api_worker_count

integer

Number of OpenStack Heat api workers to run.

openstack_heat_db_name

string

Name of the MySQL database created.

Default: "heat"

openstack_heat_db_password

string / required

Database password created for the openstack_heat_db_user.

openstack_heat_db_user

string

Database user created for the OpenStack Heat component.

Default: "heat"

openstack_heat_domain_admin_password

string / required

Service password assigned to the openstack_heat_domain_admin_user.

openstack_heat_domain_admin_user

string

User created in OpenStack Keystone for Heat domain administration.

Default: "heat_domain_admin"

openstack_heat_engine_worker_count

integer

Number of OpenStack Heat engine workers to run.

openstack_heat_packages

list / elements=string

List of packages installed on the controller node for the Heat component.

Default: ["heat-api", "heat-api-cfn", "heat-engine", "python3-heat-dashboard"]

openstack_heat_service_description

string

Human-readable description for the OpenStack Heat service within Keystone.

Default: "OpenStack Orchestration"

openstack_heat_service_password

string / required

Service password assigned to the openstack_heat_service_user.

openstack_heat_service_user

string

User created in OpenStack Keystone for the Heat component.

Default: "heat"

openstack_heat_services

list / elements=string

Services to be restarted during install (and/or configuration changes) on the controller node.

Default: ["heat-api", "heat-api-cfn", "heat-engine"]