vmhost-x86-cc03: try and add a br1 to mgmt network
We need to get onto the mgmt network from here so we can put the rdu-cc noc on this vmhost. I am not sure if it's on eth2, but if not can adjust it. Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
2b6b610081
commit
abb12e2421
1 changed files with 25 additions and 0 deletions
|
@ -3,11 +3,16 @@ br0_ipv4: 8.43.85.64
|
||||||
br0_ipv4_gw: 8.43.85.254
|
br0_ipv4_gw: 8.43.85.254
|
||||||
br0_ipv4_nm: 24
|
br0_ipv4_nm: 24
|
||||||
br0_port0_mac: '{{ mac0 }}'
|
br0_port0_mac: '{{ mac0 }}'
|
||||||
|
br1_ipv4: 172.23.1.13
|
||||||
|
br1_ipv4_gw: 172.23.1.254
|
||||||
|
br1_ipv4_nm: 24
|
||||||
|
br1_port0_mac: '{{ mac2 }}'
|
||||||
datacenter: rdu-cc
|
datacenter: rdu-cc
|
||||||
dns1: 8.8.8.8
|
dns1: 8.8.8.8
|
||||||
dns2: 8.8.4.4
|
dns2: 8.8.4.4
|
||||||
dns_search1: fedoraproject.org
|
dns_search1: fedoraproject.org
|
||||||
mac0: C8:4B:D6:98:5D:74
|
mac0: C8:4B:D6:98:5D:74
|
||||||
|
mac2: c8:4b:d6:98:5d:75
|
||||||
network_connections:
|
network_connections:
|
||||||
- autoconnect: true
|
- autoconnect: true
|
||||||
ip:
|
ip:
|
||||||
|
@ -28,6 +33,26 @@ network_connections:
|
||||||
name: br0-port0
|
name: br0-port0
|
||||||
state: up
|
state: up
|
||||||
type: ethernet
|
type: ethernet
|
||||||
|
- autoconnect: true
|
||||||
|
ip:
|
||||||
|
address:
|
||||||
|
- '{{ br1_ipv4 }}/{{ br1_ipv4_nm }}'
|
||||||
|
dhcp4: false
|
||||||
|
dns:
|
||||||
|
- '{{ dns1 }}'
|
||||||
|
- '{{ dns2 }}'
|
||||||
|
dns_search:
|
||||||
|
- '{{ dns_search1 }}'
|
||||||
|
gateway4: '{{ br1_ipv4_gw }}'
|
||||||
|
auto_gateway: false
|
||||||
|
name: br1
|
||||||
|
state: up
|
||||||
|
type: bridge
|
||||||
|
- mac: '{{ br1_port0_mac }}'
|
||||||
|
master: br1
|
||||||
|
name: br1-port0
|
||||||
|
state: up
|
||||||
|
type: ethernet
|
||||||
nrpe_procs_crit: 1300
|
nrpe_procs_crit: 1300
|
||||||
nrpe_procs_warn: 1200
|
nrpe_procs_warn: 1200
|
||||||
postfix_group: vpn
|
postfix_group: vpn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue