dubzland.openstack.openstack_placement role – Install and configure the OpenStack Placement API.

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_placement.

Entry point main – Install and configure the OpenStack Placement API.

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_placement_db_name

string

Name of the MySQL database created.

Default: "placement"

openstack_placement_db_password

string / required

Database password created for the openstack_placement_db_user.

openstack_placement_db_user

string

Database user created for the OpenStack Placement component.

Default: "placement"

openstack_placement_packages

list / elements=string

List of packages installed on the controller for the Placement component.

Default: ["placement-api"]

openstack_placement_service_description

string

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

Default: "OpenStack Key Management"

openstack_placement_service_password

string / required

Service password assigned to the openstack_placement_service_user.

openstack_placement_service_user

string

User created in OpenStack Keystone for the Placement component.

Default: "placement"

openstack_placement_services

list / elements=string

Services to be restarted during install (and/or configuration changes).

Default: ["apache2"]