vmhost-p08-copr02: add second power8 box in rdu-cc
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ee835b9b22
commit
738c89d04d
3 changed files with 73 additions and 0 deletions
|
@ -0,0 +1,70 @@
|
|||
---
|
||||
datacenter: rdu-cc
|
||||
|
||||
gw: 8.43.85.254
|
||||
dns: 8.8.8.8
|
||||
|
||||
has_ipv4: yes
|
||||
br0_ipv4: 8.43.85.54
|
||||
br0_ipv4_nm: 24
|
||||
br0_ipv4_gw: "{{ gw }}"
|
||||
br1_ipv4: 172.23.5.117
|
||||
br1_ipv4_nm: 24
|
||||
|
||||
has_ipv6: yes
|
||||
br0_ipv6: "2620:52:3:1:dead:beef:cafe:c008"
|
||||
br0_ipv6_nm: 64
|
||||
br0_ipv6_gw: "2620:52:3:1:ffff:ffff:ffff:fffe"
|
||||
|
||||
mac0: "40:f2:e9:5d:53:64"
|
||||
mac1: "40:f2:e9:5d:53:65"
|
||||
mac2: "40:f2:e9:5d:53:66"
|
||||
mac3: "40:f2:e9:5d:53:67"
|
||||
mac4: "40:f2:e9:5d:53:5c"
|
||||
mac5: "40:f2:e9:5d:53:5d"
|
||||
mac6: "40:f2:e9:5d:53:5e"
|
||||
mac7: "40:f2:e9:5d:53:5f"
|
||||
|
||||
br0_port0_mac: "{{ mac4 }}"
|
||||
br1_port0_mac: "{{ mac0 }}"
|
||||
|
||||
network_connections:
|
||||
- name: br0
|
||||
state: up
|
||||
type: bridge
|
||||
autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
||||
- "{{ br0_ipv6 }}/{{ br0_ipv6_nm }}"
|
||||
gateway4: "{{ br0_ipv4_gw }}"
|
||||
gateway6: "{{ br0_ipv6_gw }}"
|
||||
dns:
|
||||
- 8.8.8.8
|
||||
- 8.8.4.4
|
||||
- 2001:4860:4860::8888
|
||||
dns_search:
|
||||
- fedoraproject.org
|
||||
- vpn.fedoraproject.org
|
||||
- rdu-cc.fedoraproject.org
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
- name: br0-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
master: br0
|
||||
mac: "{{ br0_port0_mac }}"
|
||||
- name: br1
|
||||
state: up
|
||||
type: bridge
|
||||
autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ br1_ipv4 }}/{{ br1_ipv4_nm }}"
|
||||
dhcp4: no
|
||||
auto6: no
|
||||
- name: br1-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
master: br1
|
||||
mac: "{{ br1_port0_mac }}"
|
|
@ -980,6 +980,7 @@ vmhost-x86-copr02.rdu-cc.fedoraproject.org
|
|||
vmhost-x86-copr03.rdu-cc.fedoraproject.org
|
||||
#vmhost-x86-copr04.rdu-cc.fedoraproject.org
|
||||
vmhost-p08-copr01.rdu-cc.fedoraproject.org
|
||||
vmhost-p08-copr02.rdu-cc.fedoraproject.org
|
||||
|
||||
[copr_db_all:children]
|
||||
copr_db_stg
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
# ifconfig-push actualIP PtPIP
|
||||
ifconfig-push 192.168.100.29 192.168.100.29
|
Loading…
Add table
Add a link
Reference in a new issue