kolla-ansible/ansible/roles/iscsi/tasks
Mark Goddard ae6cef7f00 Separate per-service host configuration tasks
Currently there are a few services that perform host configuration
tasks. This is done in config.yml. This means that these changes are
performed during 'kolla-ansible genconfig', when we might expect not to
be making any changes to the remote system.

This change separates out these host configuration tasks into a
config-host.yml file, which is included directly from deploy.yml.

One change in behaviour is that this prevents these tasks from running
during genconfig.

This commit also includes a follow up to the original commit,
I79fcbf1efb02b7187406d3c3fccea6f200bcea69: Perform host configuration
during upgrade

To maintain previous behaviour, and ensure we catch any host
configuration changes, we should perform host configuration during
upgrade.

Change-Id: I001defc75d1f1e6caa9b1e11246abc6ce17c775b
Closes-Bug: #1860161
(cherry picked from commit fdea19a305)
(cherry picked from commit 1d70f509e3)
2020-04-27 09:25:55 +01:00
..
check.yml Enable sanity checks from kolla-ansible 2017-03-09 10:37:06 +00:00
config-host.yml Separate per-service host configuration tasks 2020-04-27 09:25:55 +01:00
config.yml Separate per-service host configuration tasks 2020-04-27 09:25:55 +01:00
deploy.yml Separate per-service host configuration tasks 2020-04-27 09:25:55 +01:00
main.yml Use include_tasks instead of include 2018-07-25 23:57:22 +08:00
precheck.yml Use become for all docker tasks 2019-06-28 11:26:57 +01:00
pull.yml Use become for all docker tasks 2019-06-28 11:26:57 +01:00
reconfigure.yml Optimize reconfigure action for iscsi 2019-02-07 02:04:56 +00:00
stop.yml Optimize reconfigure action for iscsi 2019-02-07 02:04:56 +00:00
upgrade.yml Optimize reconfigure action for iscsi 2019-02-07 02:04:56 +00:00