diff options
author | Marius Cornea <mcornea@redhat.com> | 2017-09-14 13:56:47 +0200 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-09-21 15:50:52 +0000 |
commit | 3bb6ab39df4baee58f67c34985b3011fe8cc2267 (patch) | |
tree | 352c2e6b51c3c66225e75b964235ff8bde5c0437 | |
parent | 30574c7af2b64b3cd5656ae1b7864fac21180550 (diff) |
Remove deploy_steps_tasks.yaml from upgrade_steps_playbook
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.
Closes-bug: 1717244
Change-Id: I09461094618124915841c8390c8bce8daf64d029
(cherry picked from commit e471c67aab6a8f91011aa2330b3cf80f4427f443)
-rw-r--r-- | common/deploy-steps.j2 | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/common/deploy-steps.j2 b/common/deploy-steps.j2 index 2b004af1..37609fe9 100644 --- a/common/deploy-steps.j2 +++ b/common/deploy-steps.j2 @@ -363,8 +363,3 @@ outputs: with_sequence: start=0 end={{upgrade_steps_max-1}} loop_control: loop_var: step - - include: deploy_steps_tasks.yaml - with_sequence: start=0 end={{deploy_steps_max-1}} - loop_control: - loop_var: step - |