We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6d80b8 + 1fd68c8 commit 707f921Copy full SHA for 707f921
examples/networks.yml
@@ -125,12 +125,16 @@ openstack_router_demo:
125
# List of security groups in the openstack demo project.
126
# Format is as required by the stackhpc.os-networks role.
127
openstack_security_groups:
128
- # Default security group for the openstack demo project.
129
- - name: default
+ # ICMP security group for the openstack demo project.
+ - name: ICMP
130
project: demo
131
rules:
132
# Allow ICMP (for ping, etc.).
133
- protocol: icmp
134
+ # SSH security group for the openstack demo project.
135
+ - name: SSH
136
+ project: demo
137
+ rules:
138
# Allow SSH.
139
- protocol: tcp
140
port_range_min: 22
0 commit comments