add mesh peerings yaml file
do not forget to remove the gateway you are running puppet on
This commit is contained in:
parent
fe8277e0f7
commit
e0c2b64338
27
mesh_peerings.yaml
Normal file
27
mesh_peerings.yaml
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
hh-gw01:
|
||||||
|
ipv4: "10.112.14.1"
|
||||||
|
ipv6: "fd51:2bb2:fd0d::e01"
|
||||||
|
|
||||||
|
hh-gw02:
|
||||||
|
ipv4: "10.112.42.1"
|
||||||
|
ipv6: "2a03:2267::201"
|
||||||
|
|
||||||
|
hh-gw03:
|
||||||
|
ipv4: "10.112.1.3"
|
||||||
|
ipv6: "2a03:2267::301"
|
||||||
|
|
||||||
|
hh-gw05:
|
||||||
|
ipv4: "10.112.18.1"
|
||||||
|
ipv6: "fd51:2bb2:fd0d::d01"
|
||||||
|
|
||||||
|
hh-gw08:
|
||||||
|
ipv4: "10.112.22.1"
|
||||||
|
ipv6: "fd51:2bb2:fd0d::b01"
|
||||||
|
|
||||||
|
hh-srv01:
|
||||||
|
ipv4: "10.112.1.1"
|
||||||
|
ipv6: "fd51:2bb2:fd0d::101"
|
||||||
|
|
||||||
|
hh-srv02:
|
||||||
|
ipv4: "10.112.1.2"
|
||||||
|
ipv6: "fd51:2bb2:fd0d::102"
|
Loading…
Reference in a new issue