diff options
author | Jenkins <jenkins@review.openstack.org> | 2016-08-18 14:45:59 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2016-08-18 14:45:59 +0000 |
commit | 67586863cf1ec984c76fe02966f5fea1a8f1a548 (patch) | |
tree | af4046ba917a91280bbd03b46bf702fc6af7dede /puppet/services | |
parent | 9f71f73a48fb9e0a737a8b8682c54a5da7f22227 (diff) | |
parent | 9b18594c795124eceb6374c1513bd95e56eda1ca (diff) |
Merge "Add tripleo-firewall composable service"
Diffstat (limited to 'puppet/services')
-rw-r--r-- | puppet/services/tripleo-firewall.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/puppet/services/tripleo-firewall.yaml b/puppet/services/tripleo-firewall.yaml new file mode 100644 index 00000000..bd87eee8 --- /dev/null +++ b/puppet/services/tripleo-firewall.yaml @@ -0,0 +1,19 @@ +heat_template_version: 2016-04-08 + +description: > + TripleO Firewall settings + +parameters: + EndpointMap: + default: {} + description: Mapping of service endpoint -> protocol. Typically set + via parameter_defaults in the resource registry. + type: json + +outputs: + role_data: + description: Role data for the TripleO firewall settings + value: + service_name: tripleo_firewall + step_config: | + include ::tripleo::firewall |