tripleo-heat-templates/environments/firewall.yaml
Rajesh Tailor 6861fb324b Fix typos in comments and parameter descriptions
This change fixes typos in comments, parameter descriptions
and ansible task names.

Change-Id: I82b67ca834077b66ebd71744face3bba0b43da2f
2022-08-03 17:07:11 +05:30

24 lines
623 B
YAML

# This is an example of custom firewall rules that one could apply for specific
# roles.
parameter_defaults:
# This firewall rule will authorize 12345/tcp from localhost on all the nodes
# in the overcloud:
# ExtraFirewallRules:
# '301 allow arbitrary tcp rule':
# dport: 12345
# proto: tcp
# source: 127.0.0.1
# action: insert
# This firewall rule will authorize 12345/tcp from localhost on all the
# compute nodes:
# ComputeParameters:
# ExtraFirewallRules:
# '301 allow arbitrary tcp rule':
# dport: 12345
# proto: tcp
# source: 127.0.0.1
# action: insert