Merge "Fix DNS firewall rules"

This commit is contained in:
Zuul 2018-06-28 05:33:43 +00:00 committed by Gerrit Code Review
commit 8f78a8d747

View File

@ -69,8 +69,14 @@ outputs:
map_merge:
- get_attr: [DesignateBase, role_data, config_settings]
- designate::worker::worker_notify: true
tripleo.bind.firewall_rules:
'140 bind':
tripleo.designate_worker.firewall_rules:
'140 designate_worker udp':
proto: 'udp'
dport:
- 53
- 953
'141 designate_worker tcp':
proto: 'tcp'
dport:
- 53
- 953