noc-cc01: put mgmt on same ip as old noc
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
03c1c2b5bf
commit
f8ae207321
2 changed files with 1 additions and 17 deletions
|
@ -5,7 +5,7 @@ dns2: 8.8.4.4
|
||||||
eth0_ipv4: 8.43.85.50
|
eth0_ipv4: 8.43.85.50
|
||||||
eth0_ipv4_gw: 8.43.85.254
|
eth0_ipv4_gw: 8.43.85.254
|
||||||
eth0_ipv4_nm: 23
|
eth0_ipv4_nm: 23
|
||||||
eth1_ipv4: 172.23.1.4
|
eth1_ipv4: 172.23.1.3
|
||||||
eth1_ipv4_nm: 24
|
eth1_ipv4_nm: 24
|
||||||
freezes: false
|
freezes: false
|
||||||
has_ipv4: yes
|
has_ipv4: yes
|
||||||
|
|
|
@ -9,9 +9,6 @@ br0_port0_mac: "{{ mac0 }}"
|
||||||
br1_ipv4: 172.23.1.1
|
br1_ipv4: 172.23.1.1
|
||||||
br1_ipv4_nm: 24
|
br1_ipv4_nm: 24
|
||||||
br1_port0_mac: "{{ mac1 }}"
|
br1_port0_mac: "{{ mac1 }}"
|
||||||
br2_ipv4: 172.23.5.1
|
|
||||||
br2_ipv4_nm: 24
|
|
||||||
br2_port0_mac: "{{ mac2 }}"
|
|
||||||
datacenter: rdu-cc
|
datacenter: rdu-cc
|
||||||
dns: 8.8.8.8
|
dns: 8.8.8.8
|
||||||
freezes: false
|
freezes: false
|
||||||
|
@ -60,19 +57,6 @@ network_connections:
|
||||||
name: br1-port0
|
name: br1-port0
|
||||||
state: up
|
state: up
|
||||||
type: ethernet
|
type: ethernet
|
||||||
- autoconnect: yes
|
|
||||||
ip:
|
|
||||||
address:
|
|
||||||
- "{{ br2_ipv4 }}/{{ br2_ipv4_nm }}"
|
|
||||||
dhcp4: no
|
|
||||||
name: br2
|
|
||||||
state: up
|
|
||||||
type: bridge
|
|
||||||
- mac: "{{ br2_port0_mac }}"
|
|
||||||
master: br2
|
|
||||||
name: br2-port0
|
|
||||||
state: up
|
|
||||||
type: ethernet
|
|
||||||
nrpe_procs_crit: 1000
|
nrpe_procs_crit: 1000
|
||||||
nrpe_procs_warn: 900
|
nrpe_procs_warn: 900
|
||||||
postfix_group: cloud
|
postfix_group: cloud
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue