Hide Forgot
OSP11 -> OSP12 overcloud upgrade: upgrade-non-controller.sh script runs the puppet host configuration steps twice. After landing https://review.openstack.org/#/c/503484/ we run the puppet host configuration steps twice. This change removes the deploy_steps_tasks.yaml playbook in order to run the puppet steps only once. We can notice in the upgrade log of a compute node: (overcloud) [stack@undercloud-0 ~]$ grep 'puppet host configuration' compute-0-upgrade.log TASK [Run puppet host configuration for step 0] ******************************** TASK [Run puppet host configuration for step 1] ******************************** TASK [Run puppet host configuration for step 2] ******************************** TASK [Run puppet host configuration for step 3] ******************************** TASK [Run puppet host configuration for step 4] ******************************** TASK [Run puppet host configuration for step 5] ******************************** TASK [Run puppet host configuration for step 0] ******************************** TASK [Run puppet host configuration for step 1] ******************************** TASK [Run puppet host configuration for step 2] ******************************** TASK [Run puppet host configuration for step 3] ******************************** TASK [Run puppet host configuration for step 4] ******************************** TASK [Run puppet host configuration for step 5] ********************************
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:3462