vmhost-x86-cc01: add bridge to mgmt for noc vm here too
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
12f68c6352
commit
867139da37
1 changed files with 25 additions and 0 deletions
|
@ -4,11 +4,16 @@ br0_ipv4_ip: 8.43.85.65
|
|||
br0_ipv4_gw: 8.43.85.254
|
||||
br0_ipv4_nm: 24
|
||||
br0_port0_mac: '{{ mac0 }}'
|
||||
br1_ipv4: 172.23.1.14
|
||||
br1_ipv4_gw: 172.23.1.254
|
||||
br1_ipv4_nm: 24
|
||||
br1_port0_mac: '{{ mac2 }}'
|
||||
datacenter: rdu-cc
|
||||
dns1: 8.8.8.8
|
||||
dns_search1: vpn.fedoraproject.org
|
||||
dns_search2: fedoraproject.org
|
||||
mac0: c8:4b:d6:af:2f:ef
|
||||
mac2: c8:4b:d6:af:2f:f0
|
||||
network_connections:
|
||||
- autoconnect: true
|
||||
ip:
|
||||
|
@ -29,6 +34,26 @@ network_connections:
|
|||
name: br0-port0
|
||||
state: up
|
||||
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: 1700
|
||||
nrpe_procs_warn: 1500
|
||||
postfix_group: vpn
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue