Openstack Charmers Next Ironic Conductor

  • By OpenStack Charmers - Testing Charms
  • Cloud
Channel Revision Published Runs on
latest/stable 21 09 Feb 2022
Ubuntu 21.10 Ubuntu 20.04
juju deploy openstack-charmers-next-ironic-conductor
Show information

Platform:

Ubuntu
21.10 20.04

Learn about actions >

  • openstack-upgrade

    Perform openstack upgrades. Config option action-managed-upgrade must be set to True.

  • pause

    Pause services. If the deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must first be paused as well. Not doing so may lead to an interruption of service.

  • restart-services

    Restart services. Restart the services the charm manages.

  • resume

    Resume services. If the deployment is clustered using the hacluster charm, the corresponding hacluster unit on the node must be resumed as well.

  • set-temp-url-secret

    Set Temp-Url-Key in the service object storage account. This enables Ironic to use the "direct" deploy method. In order for this to work, both Glance and Ironic must use the same tenant in their respective configs.

    This action must be performed on the ironic-conductor leader, after the deployment is complete. Glance must either use Swift/RadosGW as a storage backend, or multi-backend must be enabled in Glance with Swift as one of the supported stores.

    A relation can be created between Glance and RadosGW, which will enable RadosGW to act as a backend for Glance.