and this should allow us to build the aarch64 box on the stg network
This commit is contained in:
parent
851b816b0b
commit
73478fe444
3 changed files with 24 additions and 4 deletions
|
@ -53,7 +53,7 @@ osbs_conf_worker_clusters:
|
|||
aarch64:
|
||||
- name: aarch64
|
||||
max_concurrent_builds: 1
|
||||
openshift_url: "https://osbs-aarch64-master01.stg.arm.fedoraproject.org:8443/"
|
||||
openshift_url: "https://osbs-aarch64-master01.stg.fedoraproject.org:8443/"
|
||||
verify_ssl: 'false'
|
||||
|
||||
osbs_platform_descriptors:
|
||||
|
|
|
@ -0,0 +1,19 @@
|
|||
---
|
||||
nm: 255.255.255.0
|
||||
gw: 10.5.128.254
|
||||
dns: 10.5.126.21
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/kvm-fedora-aarch64-27-osbs
|
||||
ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/27/Server/aarch64/os/
|
||||
volgroup: /dev/vg_Server
|
||||
eth0_ip: 10.5.128.113
|
||||
vmhost: buildvmhost-a64-osbs-01.arm.fedoraproject.org
|
||||
datacenter: phx2
|
||||
host_group: osbs-aarch64-nodes-stg
|
||||
|
||||
nrpe_procs_warn: 900
|
||||
nrpe_procs_crit: 1000
|
||||
|
||||
lvm_size: 120g
|
||||
mem_size: 16384
|
||||
max_mem_size: 16384
|
||||
num_cpus: 4
|
|
@ -717,7 +717,7 @@ osbs-control01.stg.phx2.fedoraproject.org
|
|||
osbs-master01.stg.phx2.fedoraproject.org
|
||||
osbs-node01.stg.phx2.fedoraproject.org
|
||||
osbs-node02.stg.phx2.fedoraproject.org
|
||||
osbs-aarch64-master01.stg.arm.fedoraproject.org
|
||||
osbs-aarch64-master01.stg.fedoraproject.org
|
||||
packages03.stg.phx2.fedoraproject.org
|
||||
pdc-backend01.stg.phx2.fedoraproject.org
|
||||
pdc-backend02.stg.phx2.fedoraproject.org
|
||||
|
@ -1246,10 +1246,11 @@ osbs_aarch64_masters
|
|||
osbs-master01.stg.phx2.fedoraproject.org
|
||||
|
||||
[osbs_aarch64_masters_stg]
|
||||
osbs-aarch64-master01.stg.arm.fedoraproject.org
|
||||
osbs-aarch64-master01.stg.fedoraproject.org
|
||||
|
||||
[osbs_aarch64_nodes_stg]
|
||||
osbs-aarch64-master01.stg.arm.fedoraproject.org
|
||||
osbs-aarch64-node01.stg.fedoraproject.org
|
||||
osbs-aarch64-node02.stg.fedoraproject.org
|
||||
|
||||
[osbs_nodes_stg]
|
||||
osbs-node01.stg.phx2.fedoraproject.org
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue