We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c87c62c commit 375a2aaCopy full SHA for 375a2aa
1 file changed
examples/networks.yml
@@ -139,3 +139,16 @@ openstack_security_groups:
139
- protocol: tcp
140
port_range_min: 22
141
port_range_max: 22
142
+
143
+# Example BGP Peer and Speaker
144
+# Format is as required by the stackhpc.os-networks role.
145
+openstack_bgp_speakers:
146
+ - name: bgpspeaker1
147
+ local_as: 64002
148
+ - name: bgpspeaker2
149
150
151
+openstack_bgp_peers:
152
+ - name: bgp-peer-switch
153
+ peer_ip: 10.0.0.254
154
+ remote_as: 64001
0 commit comments