builders: stg: add ppc64/ppc64le build VM
This commit is contained in:
parent
3cee6ccf5f
commit
7dd802df37
3 changed files with 23 additions and 0 deletions
|
@ -39,6 +39,10 @@ buildvm-02.stg.phx2.fedoraproject.org
|
||||||
buildvm-03.stg.phx2.fedoraproject.org
|
buildvm-03.stg.phx2.fedoraproject.org
|
||||||
buildvm-04.stg.phx2.fedoraproject.org
|
buildvm-04.stg.phx2.fedoraproject.org
|
||||||
buildvm-05.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]
|
||||||
buildvm-aarch64-01.arm.fedoraproject.org
|
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/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue