tripleo-heat-templates/releasenotes/notes/start-sequence-1-deploy-steps-59043a5ea87a83f8.yaml
James Slagle 320f80dbae Start sequence at 1 for deploy steps playbook
We should start the sequence at 1 instead of 0, since all our puppet
manifests assume the first step is 1. Trying to run our puppet manifests
with a hieradata value of step=0 actually results in an error because no
classes are included.

Change-Id: I93dc8b4cefbd729ba7afa3a4d81b4ac95344cac2
Closes-Bug: #1717292
2017-09-26 11:29:39 -04:00

5 lines
169 B
YAML

---
fixes:
- Start sequence at 1 for the downloaded deploy steps playbook instead of 0.
The first step should be 1 since that is what the puppet manifests expect.