diff options
author | Emilien Macchi <emilien@redhat.com> | 2016-11-21 09:57:09 -0500 |
---|---|---|
committer | Emilien Macchi <emilien@redhat.com> | 2016-11-21 14:24:20 -0500 |
commit | 2ca3cb03ad5f05469e5ae181981e559ccc77371f (patch) | |
tree | b86f7d60996869343e9a052b9975d222052836cd /manifests/packages | |
parent | 92f9c952d6cbb0c11c8457de0e49748f3adf667e (diff) |
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
Closes-Bug: #1643575
Diffstat (limited to 'manifests/packages')
0 files changed, 0 insertions, 0 deletions