this should allow for autocloud for aarch64 to be started
This commit is contained in:
parent
bf2ace3d6a
commit
5d284218f7
5 changed files with 34 additions and 2 deletions
|
@ -182,7 +182,6 @@ buildhw-aarch64-07.arm.fedoraproject.org
|
||||||
buildhw-aarch64-08.arm.fedoraproject.org
|
buildhw-aarch64-08.arm.fedoraproject.org
|
||||||
# Machine unresponsive, likely dead
|
# Machine unresponsive, likely dead
|
||||||
#buildhw-aarch64-09.arm.fedoraproject.org
|
#buildhw-aarch64-09.arm.fedoraproject.org
|
||||||
buildhw-aarch64-10.arm.fedoraproject.org
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# These are primary koji builders.
|
# These are primary koji builders.
|
||||||
|
|
|
@ -136,7 +136,7 @@ buildhw-aarch64-05.arm.fedoraproject.org
|
||||||
buildhw-aarch64-06.arm.fedoraproject.org
|
buildhw-aarch64-06.arm.fedoraproject.org
|
||||||
buildhw-aarch64-07.arm.fedoraproject.org
|
buildhw-aarch64-07.arm.fedoraproject.org
|
||||||
buildhw-aarch64-08.arm.fedoraproject.org
|
buildhw-aarch64-08.arm.fedoraproject.org
|
||||||
buildhw-aarch64-10.arm.fedoraproject.org
|
autocloud-backend-aarch64.arm.fedoraproject.org
|
||||||
|
|
||||||
|
|
||||||
[hardware:children]
|
[hardware:children]
|
||||||
|
|
|
@ -0,0 +1,16 @@
|
||||||
|
---
|
||||||
|
# this box is not mission critical
|
||||||
|
freezes: false
|
||||||
|
|
||||||
|
# general configs
|
||||||
|
nrpe_procs_warn: 900
|
||||||
|
nrpe_procs_crit: 1000
|
||||||
|
nm: 255.255.255.0
|
||||||
|
dns: 10.5.126.21
|
||||||
|
eth0_ip: 10.5.78.80
|
||||||
|
gw: 10.5.78.254
|
||||||
|
|
||||||
|
|
||||||
|
datacenter: phx2
|
||||||
|
|
||||||
|
autocloud_specialization: aarch64
|
|
@ -257,6 +257,7 @@ autocloud-web02.stg.phx2.fedoraproject.org
|
||||||
[autocloud-backend:children]
|
[autocloud-backend:children]
|
||||||
autocloud-backend-libvirt
|
autocloud-backend-libvirt
|
||||||
autocloud-backend-vbox
|
autocloud-backend-vbox
|
||||||
|
autocloud-backend-aarch64
|
||||||
|
|
||||||
[autocloud-backend-libvirt]
|
[autocloud-backend-libvirt]
|
||||||
autocloud-backend-libvirt2.phx2.fedoraproject.org
|
autocloud-backend-libvirt2.phx2.fedoraproject.org
|
||||||
|
@ -264,6 +265,9 @@ autocloud-backend-libvirt2.phx2.fedoraproject.org
|
||||||
[autocloud-backend-vbox]
|
[autocloud-backend-vbox]
|
||||||
autocloud-backend-vbox2.phx2.fedoraproject.org
|
autocloud-backend-vbox2.phx2.fedoraproject.org
|
||||||
|
|
||||||
|
[autocloud-backend-aarch64]
|
||||||
|
autocloud-backend-aarch64.arm.fedoraproject.org
|
||||||
|
|
||||||
[autocloud-backend-stg:children]
|
[autocloud-backend-stg:children]
|
||||||
autocloud-backend-libvirt-stg
|
autocloud-backend-libvirt-stg
|
||||||
autocloud-backend-vbox-stg
|
autocloud-backend-vbox-stg
|
||||||
|
|
|
@ -69,6 +69,19 @@
|
||||||
- autocloud
|
- autocloud
|
||||||
- autocloud/backend
|
- autocloud/backend
|
||||||
|
|
||||||
|
- name: install libvirt for the aarch64 host
|
||||||
|
dnf: pkg={{ item }} state=present
|
||||||
|
with_items:
|
||||||
|
- libvirt
|
||||||
|
when: autocloud_specialization == 'aarch64'
|
||||||
|
notify:
|
||||||
|
- restart fedmsg-hub
|
||||||
|
- restart autocloud
|
||||||
|
tags:
|
||||||
|
- autocloud
|
||||||
|
- autocloud/backend
|
||||||
|
|
||||||
|
|
||||||
- name: Setup virtualbox requirements where needed
|
- name: Setup virtualbox requirements where needed
|
||||||
copy: src=virtualbox.repo dest=/etc/yum.repos.d/virtualbox.repo
|
copy: src=virtualbox.repo dest=/etc/yum.repos.d/virtualbox.repo
|
||||||
when: autocloud_specialization == 'virtualbox'
|
when: autocloud_specialization == 'virtualbox'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue