#5199 install F-23 based builder for s390 koji
Closed: Fixed None Opened 8 years ago by sharkcz.

Currently all newRepo tasks are run on the hub for Fedora s390 koji. The hub is EL-7 based and per investigation of the DNF team it is the cause why weak deps don't work for s390 koji (https://bugzilla.redhat.com/show_bug.cgi?id=1300669).

The solution is to deploy F-23 based builder for running newRepo tasks and stop the current builder instance on the hub. Maybe it could be shared with the compose builder.


pbrobinson will take care of this.

So I plan to do a compose x86 VM plus a x86 builder for s390.koji so we can run components of pungi locally. There's enough capacity on virthost-s390 to do this but we should be deploying these into the new secondry vlan/IP range.

Can we get these two spare NICs on virthost-s390 added to the 10.5.129.0/24 vlan

4: eth2: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether ec:f4:bb:cd:aa:a0 brd ff:ff:ff:ff:ff:ff
5: eth3: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN qlen 1000
link/ether ec:f4:bb:cd:aa:a2 brd ff:ff:ff:ff:ff:ff

Can I get the following DNS allocated please:
{{{
compose-s390-01.s390.fedoraproject.org 10.5.129.16
buildvm-s390-01.s390.fedoraproject.org 10.5.129.81
}}}

These DNS entries are now live.

Can I have NFS changes for:

{{{
10.5.129.16 fedora_s390/data RW (will be the pungi controller host)
10.5.129.81 fedora_s390/data RO (needed for createrepo)
}}}

Also DNS for:

{{{
virthost-s390.s390.fedoraproject.org 10.5.129.25
}}}

Done. (nfs/netapp changes and dns)

We're all done here, thanks for the help.

New compose and builder for create repo are now running, which as a side note will allow us to remove other functions off the hub eventually.

Login to comment on this ticket.

Metadata