bvmhost-x86-riscv01: add new virthost for secondary riscv stuff
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
3c32cf2e24
commit
fd5437fe3e
2 changed files with 36 additions and 0 deletions
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
br0_ipv4: 10.3.168.11
|
||||
br0_ipv4_gw: 10.3.168.254
|
||||
br0_ipv4_nm: 24
|
||||
br0_port0_mac: "{{ mac1 }}"
|
||||
datacenter: iad2
|
||||
dns1: 10.3.163.33
|
||||
dns2: 10.3.163.34
|
||||
dns_search1: "iad2.fedoraproject.org"
|
||||
dns_search2: "fedoraproject.org"
|
||||
has_ipv4: yes
|
||||
mac1: 20:3a:43:03:d0:4c
|
||||
network_connections:
|
||||
- autoconnect: yes
|
||||
ip:
|
||||
address:
|
||||
- "{{ br0_ipv4 }}/{{ br0_ipv4_nm }}"
|
||||
dhcp4: no
|
||||
dns:
|
||||
- "{{ dns1 }}"
|
||||
- "{{ dns2 }}"
|
||||
dns_search:
|
||||
- "{{ dns_search1 }}"
|
||||
- "{{ dns_search2 }}"
|
||||
gateway4: "{{ br0_ipv4_gw }}"
|
||||
name: br0
|
||||
state: up
|
||||
type: bridge
|
||||
mtu: 9000
|
||||
- mac: "{{ br0_port0_mac }}"
|
||||
master: br0
|
||||
name: br0-port0
|
||||
state: up
|
||||
type: ethernet
|
||||
mtu: 9000
|
|
@ -67,6 +67,7 @@ bvmhost-x86-01.stg.iad2.fedoraproject.org
|
|||
bvmhost-x86-02.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-03.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-05.stg.iad2.fedoraproject.org
|
||||
bvmhost-x86-riscv01.iad2.fedoraproject.org
|
||||
|
||||
[colo_virt]
|
||||
dedicatedsolutions01.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue