tripleo-heat-templates/puppet
Steven Hardy 1801565a75 Add support for update_tasks
These work the same way as upgrade_tasks *but* they use a step variable
instead of tags, so we can iterate over a count/sequence which isn't
possibly via a wrapper playbook with tags (we may want to align upgrade
tasks with the same approach if this works out well).

Note the tasks can be run via ansible-playbook on the undercloud, like:

openstack overcloud config download --config-dir tmpconfig
cd tmpconfig/tripleo-HCrDA6-config
ansible-playbook -b -i /usr/bin/tripleo-ansible-inventory update_steps_playbook.yaml --limit controller

The above will do a rolling update for the Controller role (note the inconsistent
capitalization, we probably need to fix the group naming in tripleo-ansible-inventory)
because we specify serial: 1 in the playbook.

You can also trigger an update explicitly on one node like this, which is useful for debugging:

ansible-playbook -vvv -b -i /usr/bin/tripleo-ansible-inventory update_steps_playbook.yaml --limit overcloud-controller-0

Change-Id: I20bb3e26ab9d9cadf1a31fd304de8a014a901aa9
2017-08-12 10:40:48 +00:00
..
extraconfig Move HAProxy's public TLS logic from controller to service template 2017-08-11 04:07:38 +00:00
manifests Remove old ControllerConfig override from puppet-pacemaker.yaml 2017-01-03 19:45:43 +01:00
services Add support for update_tasks 2017-08-12 10:40:48 +00:00
all-nodes-config.yaml Make Deploy/UpdateIdentifier definition semi-consistent 2017-07-21 18:39:13 +00:00
blockstorage-role.yaml Make RoleParameters and key_name descriptions consistent 2017-08-02 16:18:25 -05:00
cephstorage-role.yaml Make RoleParameters and key_name descriptions consistent 2017-08-02 16:18:25 -05:00
config.role.j2.yaml Update the template_version alias for all the templates to pike. 2017-05-19 09:58:07 +02:00
deploy-artifacts.sh Merge "Fix rpms being installed via DeployArtifactURLs" 2017-06-23 17:05:14 +00:00
deploy-artifacts.yaml Update the template_version alias for all the templates to pike. 2017-05-19 09:58:07 +02:00
objectstorage-role.yaml Make RoleParameters and key_name descriptions consistent 2017-08-02 16:18:25 -05:00
role.role.j2.yaml Convert compute-role.yaml to role.role.j2.yaml 2017-08-11 15:06:34 +01:00
upgrade_config.yaml Update the template_version alias for all the templates to pike. 2017-05-19 09:58:07 +02:00