mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
builders: stg: add ppc64/ppc64le build VM
This commit is contained in:
@@ -39,6 +39,10 @@ buildvm-02.stg.phx2.fedoraproject.org
|
||||
buildvm-03.stg.phx2.fedoraproject.org
|
||||
buildvm-04.stg.phx2.fedoraproject.org
|
||||
buildvm-05.stg.phx2.fedoraproject.org
|
||||
buildvm-ppc64-01.stg.ppc.fedoraproject.org
|
||||
buildvm-ppc64le-01.stg.ppc.fedoraproject.org
|
||||
# buildvm-aarch64-01.stg.arm.fedoraproject.org
|
||||
# buildvm-armv7-01.stg.arm.fedoraproject.org
|
||||
|
||||
[buildvm-aarch64]
|
||||
buildvm-aarch64-01.arm.fedoraproject.org
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
---
|
||||
vmhost: ppc8-02.ppc.fedoraproject.org
|
||||
eth0_ip: 10.5.129.230
|
||||
gw: 10.5.129.254
|
||||
main_bridge: br1
|
||||
virt_install_command: "{{ virt_install_command_one_nic }} --graphics none"
|
||||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-25-ppc64
|
||||
ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/25/Server/ppc64/os/
|
||||
@@ -0,0 +1,10 @@
|
||||
---
|
||||
vmhost: ppc8-03.ppc.fedoraproject.org
|
||||
eth0_ip: 10.5.129.230
|
||||
gw: 10.5.129.254
|
||||
main_bridge: br1
|
||||
virt_install_command: "{{ virt_install_command_one_nic }} --graphics none"
|
||||
|
||||
ks_url: http://10.5.126.23/repo/rhel/ks/buildvm-fedora-25-ppc64le
|
||||
ks_repo: http://10.5.126.23/pub/fedora-secondary/releases/25/Server/ppc64le/os/
|
||||
|
||||
Reference in New Issue
Block a user