Remove puppet run and workarounds from tripleo_upgrade_node.sh
authormarios <marios@redhat.com>
Tue, 29 Aug 2017 11:29:37 +0000 (14:29 +0300)
committerMarios Andreou <marios@redhat.com>
Thu, 31 Aug 2017 14:42:39 +0000 (14:42 +0000)
commit2b07da8aaaf27f6ce9fb33acd597a19522e29b67
tree053f6388432c374d4a0555e01ac1fc5874525009
parent831fb49f7de6e89b7b7f7640ebef594c0350af82
Remove puppet run and workarounds from tripleo_upgrade_node.sh

For bug 1708115 and the O..P upgrade, and for the upgrade of
'non-controlers' we are now generating ansible playbooks from
collected service upgrade_tasks and these are executed instead
of the legacy tripleo_upgrade_node.sh.

To clarify, by 'non-controllers' it is meant any node for which
the corresponding roles_data.yaml role has the
disable_upgrade_deployment flag set True.

As a first pass, I am removing the workarounds from the script but
keeping its delivery mechanism for now in case it is needed still.
We can either update here to remove it or keep it until next cycle

The most important part for now is that we no longer 'manually'
run puppet here. Instead the post_deploy_steps are also collected
into a playbook and will be executed after the upgrade_tasks
(see the bug for discussion of the mechanism and related reviews)

Change-Id: Ib017b0ab435ca9558cf8659d434489cdf01df955
Related-Bug: 1708115
(cherry picked from commit 4c5b9c5c967105536106fa4a7e1ec2352b14b08c)
common/major_upgrade_steps.j2.yaml
docker/services/nova-compute.yaml
docker/services/nova-conductor.yaml
extraconfig/tasks/tripleo_upgrade_node.sh