Add static leases for proxy/smtp
In order to allow access to these services through the firewall from the management network, they need to have static addresses.jenkins-master
parent
b61070fea8
commit
2b43a85c78
|
@ -117,6 +117,12 @@ dhcp_reservations:
|
|||
- host: dc0.pyrocufflink.blue
|
||||
ip_addr: 172.30.0.10
|
||||
mac_addr: 52:54:00:e0:fa:f9
|
||||
- host: proxy0.pyrocufflink.blue
|
||||
ip_addr: 172.30.0.11
|
||||
mac_addr: 52:54:00:88:e9:af
|
||||
- host: smtp1.pyrocufflink.blue
|
||||
ip_addr: 172.30.0.12
|
||||
mac_addr: 52:54:00:48:29:d6
|
||||
- host: diddy.pyrocufflink.blue
|
||||
ip_addr: 172.30.0.13
|
||||
mac_addr: 74:da:38:8f:94:4f
|
||||
|
|
Loading…
Reference in New Issue