add proxy hosts

This commit is contained in:
Timo Makinen 2019-05-28 00:28:29 +03:00
parent dd19c94511
commit 5dc54dd8eb
5 changed files with 122 additions and 0 deletions

View file

@ -0,0 +1,16 @@
---
interfaces: [[20, "52:54:00:ac:dc:0d"], [102, "52:54:00:ad:bc:0d"]]
vmhost: vmhost01.home.foo.sh
network_ether_interfaces:
- device: vio0
ipaddr: 172.20.21.13
netmask: 255.255.252.0
- device: vio1
proto: none
# kludge advskew values for carps
carp8_advskew: 0
carp9_advskew: 128
carp153_advskew: 0
carp154_advskew: 128

View file

@ -0,0 +1,15 @@
---
interfaces: [[20, "52:54:00:ac:dc:0e"], [102, "52:54:00:ad:bc:0e"]]
vmhost: vmhost02.home.foo.sh
network_ether_interfaces:
- device: vio0
ipaddr: 172.20.21.14
netmask: 255.255.252.0
- device: vio1
proto: none
carp8_advskew: 128
carp9_advskew: 0
carp153_advskew: 128
carp154_advskew: 0