iad2: add bkernel01.iad2

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-28 12:57:09 -07:00
parent 24333894bf
commit e2aff9caf8
4 changed files with 11 additions and 4 deletions

View file

@ -244,6 +244,7 @@ buildvm-ppc64le-30.ppc.fedoraproject.org
buildvm-ppc64le-31.ppc.fedoraproject.org
[bkernel]
bkernel01.iad2.fedoraproject.org
bkernel03.phx2.fedoraproject.org
#bkernel04.phx2.fedoraproject.org

View file

@ -0,0 +1,5 @@
---
gw: 10.3.169.254
eth0_ip: 10.3.169.29
datacenter: iad2

View file

@ -1292,6 +1292,7 @@ autosign01.iad2.fedoraproject.org
backup01.iad2.fedoraproject.org
bastion01.iad2.fedoraproject.org
batcave01.iad2.fedoraproject.org
bkernel01.iad2.fedoraproject.org
blockerbugs01.iad2.fedoraproject.org
bodhi-backend01.iad2.fedoraproject.org
bugzilla2fedmsg01.iad2.fedoraproject.org

View file

@ -20,22 +20,22 @@
- role: nfs/client
mnt_dir: '/mnt/koji/ostree'
nfs_src_dir: 'fedora-ostree-content/ostree'
when: env != 'staging' and 'runroot' in group_names and datacenter == 'phx2'
when: env != 'staging' and 'runroot' in group_names
- role: nfs/client
mnt_dir: '/mnt/koji/compose/ostree'
nfs_src_dir: 'fedora-ostree-content/compose/ostree'
when: env != 'staging' and 'runroot' in group_names and datacenter == 'phx2'
when: env != 'staging' and 'runroot' in group_names
- role: nfs/client
mnt_dir: '/mnt/koji/ostree'
nfs_src_dir: 'fedora_ostree_content/ostree'
when: env != 'staging' and 'runroot' in group_names and datacenter == 'iad2'
when: env != 'staging' and 'runroot' in group_names
- role: nfs/client
mnt_dir: '/mnt/koji/compose/ostree'
nfs_src_dir: 'fedora_ostree_content/compose/ostree'
when: env != 'staging' and 'runroot' in group_names and datacenter == 'iad2'
when: env != 'staging' and 'runroot' in group_names
- role: nfs/client
mnt_dir: '/mnt/koji/ostree'