Comment 2 for bug 1717292

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tripleo-heat-templates (master)

Reviewed: https://review.openstack.org/504086
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=320f80dbae3bb7b8b57239a5da99c0020a7f8a12
Submitter: Jenkins
Branch: master

commit 320f80dbae3bb7b8b57239a5da99c0020a7f8a12
Author: James Slagle <email address hidden>
Date: Thu Sep 14 09:31:58 2017 -0600

    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