bvmhost-s390x01.stg - inital work to add new stagin s390x

This is a new z16 lpar in rdu.
This is for staging.
We should not mess with its network because it has a nice weird bonded
set of interfaces that we have a bridge on top of.
Set to make a new buildvm-s390x-01.stg on it.

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2024-02-20 12:19:38 -08:00
parent b1797bae28
commit 69d82a9cdb
5 changed files with 22 additions and 21 deletions

View file

@ -131,10 +131,14 @@ buildvm-s390x-27.s390.fedoraproject.org
buildvm_s390x_zvm
buildvm_s390x_kvm
[bvmhost-s390x]
bvmhost-s390x-01.stg.s390.fedoraproject.org
[buildvmhost]
#buildvmhost-aarch64-01.arm.fedoraproject.org
#buildvmhost-aarch64-02.arm.fedoraproject.org
buildvmhost-s390x-01.s390.fedoraproject.org
bvmhost-s390x-01.stg.s390.fedoraproject.org
# These are lenovo emags
#buildvmhost-aarch64-10.arm.fedoraproject.org
#buildvmhost-aarch64-11.arm.fedoraproject.org

View file

@ -3,25 +3,11 @@ dns1: 10.3.163.33
dns2: 10.3.163.34
dns_search1: "iad2.fedoraproject.org"
dns_search2: "fedoraproject.org"
enc900_ipv4_ip: 10.16.0.25
enc900_ipv4_gw: 10.16.0.254
enc900_ipv4_nm: 24
eth0_ipv4_gw: 10.16.0.38
eth0_ipv4_ip: 10.16.0.254
has_ipv4: yes
network_connections:
- autoconnect: yes
ip:
address:
- "{{ enc900_ipv4_ip }}/{{ enc900_ipv4_nm }}"
dhcp4: no
dns:
- "{{ dns1 }}"
- "{{ dns2 }}"
dns_search:
- "{{ dns_search1 }}"
- "{{ dns_search2 }}"
gateway4: "{{ enc900_ipv4_gw }}"
mac: "{{ ansible_default_ipv4.macaddress }}"
name: enc900
state: up
type: ethernet
lvm_size: 102400
mem_size: 8192
num_cpus: 2
varnish_group: s390kojipkgs
volgroup: /dev/fedora_rdu-z16-l52

View file

@ -0,0 +1,5 @@
---
dns1: 10.3.163.33
dns2: 10.3.163.34
dns_search1: iad2.fedoraproject.org
nbde: false

View file

@ -1151,6 +1151,7 @@ cloud_aws
ibiblio_old_virt
buildvm_s390x_zvm
buildvm_s390x_stg
bvmhost-s390x
[iad2:children]
iad2_production

View file

@ -20,7 +20,7 @@ acl "everyone" { 0.0.0.0/0; ::0/0; };
//
acl "ns_redhat" { 66.187.233.210; 209.132.183.22; 209.132.183.30; 209.132.183.2; 66.187.229.10; };
//
acl "iad2net" { 10.3.160.0/19; 10.16.0.0/24; };
acl "iad2net" { 10.3.160.0/19; 10.16.0.0/24; 10.1.102.0/24 };
acl "rdu2net" { 172.31.1.0/24; 172.31.2.0/24; };
acl "rh-slaves" { 10.11.5.70; };
acl "rh" { 10.0.0.0/8; };
@ -210,6 +210,11 @@ view "IAD2" {
file "/var/named/master/built/0.16.10.in-addr.arpa";
};
zone "102.1.10.in-addr.arpa" {
type master;
file "/var/named/master/built/102.1.10.in-addr.arpa";
};
zone "2.31.172.in-addr.arpa" {
type master;
file "/var/named/master/built/2.31.172.in-addr.arpa";