Merge "Start step at 0 for update_ + upgrade_steps_playbook"

This commit is contained in:
Zuul 2018-01-09 16:42:49 +00:00 committed by Gerrit Code Review
commit 3d9d55fbd2
1 changed files with 2 additions and 2 deletions

View File

@ -513,7 +513,7 @@ outputs:
serial: 1
tasks:
- include: update_steps_tasks.yaml
with_sequence: start=1 end={{update_steps_max-1}}
with_sequence: start=0 end={{update_steps_max-1}}
loop_control:
loop_var: step
- include: deploy_steps_tasks.yaml
@ -529,6 +529,6 @@ outputs:
- hosts: overcloud
tasks:
- include: upgrade_steps_tasks.yaml
with_sequence: start=1 end={{upgrade_steps_max-1}}
with_sequence: start=0 end={{upgrade_steps_max-1}}
loop_control:
loop_var: step