Comment 5 for bug 1643575

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to puppet-tripleo (stable/newton)

Reviewed: https://review.openstack.org/545110
Committed: https://git.openstack.org/cgit/openstack/puppet-tripleo/commit/?id=aaef9993c9ffb21df25fffe2cf6bae2a979306a0
Submitter: Zuul
Branch: stable/newton

commit aaef9993c9ffb21df25fffe2cf6bae2a979306a0
Author: Emilien Macchi <email address hidden>
Date: Mon Nov 21 09:57:09 2016 -0500

    firewall: stop using stdlib stages

    Using Puppet stdlib in TripleO is risky because it exposes deployments
    to dependency cycles in the catalog.
    We should rather use native functions to make orchestrations, like
    ordering and dependencies management.

    This patch:

    - removes usage of stages from stdlib
    - use ordering to make sure we run pre rules before post
    - use ordering to make sure we start all Services in catalog before post
      rules. It ensure that we don't drop all traffic before starting the
      services, which could lead to services errors (e.g. trying to reach database
      or amqp)

    Change-Id: Iec4705d6b785a40ccf6f43809b94b726ccd47fef
    Depends-On: Ib203161b9676dcfaaf46eec2bddf767ec49282f7
    Closes-Bug: #1643575
    (cherry picked from commit 2ca3cb03ad5f05469e5ae181981e559ccc77371f)