Role - edpm_update

Updates the services that are managed by the included roles. Typically through just including the roles run.yml tasks file. As such, it does not run the full set of tasks that would be run on an initial deployment by other playbooks.

If additional tasks need to be run on update, they should be included in the edpm_update role through some mechanism.

osp.edpm.edpm_update role – The main entry point for the edpm_update role.

Entry point main – The main entry point for the edpm_update role.

Synopsis

Parameters

Parameter

Comments

edpm_update_enable_containers_update

boolean

Toggle to enable/disable containers updates

Choices:

  • false

  • true ← (default)

edpm_update_enable_packages_update

boolean

Toggle to enable/disable packages updates

Choices:

  • false

  • true ← (default)

edpm_update_exclude_packages

list / elements=string

List of packages to exclude from the update

Default: ["opensvswitch"]

edpm_update_running_services

list / elements=string

Used to select which list of services are running on the machine. The list is provided by openstack-operator.

Default: ["edpm_services"]