Go to file
Emilien Macchi 2ca3cb03ad 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
2016-11-21 14:24:20 -05:00
2016-09-12 14:04:32 +03:00
2016-11-15 21:38:14 -05:00
2015-02-02 11:46:31 -05:00

puppet-tripleo

Lightweight composition layer for Puppet TripleO.

Description
RETIRED, Lightweight composition layer for Puppet TripleO
Readme 63 MiB