releng: compose: add initial aarch64 compose box support
This commit is contained in:
parent
348e1323f4
commit
96be3ef42b
2 changed files with 22 additions and 1 deletions
21
inventory/host_vars/aarch64-01a.arm.fedoraproject.org
Normal file
21
inventory/host_vars/aarch64-01a.arm.fedoraproject.org
Normal file
|
@ -0,0 +1,21 @@
|
|||
fas_client_groups: sysadmin-noc,sysadmin-releng
|
||||
|
||||
kojipkgs_url: armpkgs.fedoraproject.org
|
||||
kojihub_url: koji.arm.fedoraproject.org/kojihub
|
||||
kojihub_scheme: https
|
||||
|
||||
nfs_mount_opts: rw,hard,bg,intr,noatime,nodev,nosuid,nfsvers=3
|
||||
|
||||
fedmsg_certs:
|
||||
- service: releng
|
||||
owner: root
|
||||
group: sysadmin-releng
|
||||
can_send:
|
||||
# pungi-koji stuff (ask dgilmore)
|
||||
- pungi.compose.phase.start
|
||||
- pungi.compose.phase.stop
|
||||
- pungi.compose.status.change
|
||||
- pungi.compose.createiso.targets
|
||||
- pungi.compose.createiso.imagefail
|
||||
- pungi.compose.createiso.imagedone
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=compose-x86-01.phx2.fedoraproject.org"
|
||||
- include: "/srv/web/infra/ansible/playbooks/include/virt-create.yml myhosts=compose-x86-01.phx2.fedoraproject.org:aarch64-01a.arm.fedoraproject.org"
|
||||
|
||||
- name: Setup releng compose hosts
|
||||
hosts: releng-compose
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue