Move buildvm-01.stg to virthost04. Make buildvm-02 to 05 there also.
Set up nested virt for them all.
This commit is contained in:
parent
6cf9417de2
commit
04e12e01f3
7 changed files with 20 additions and 1 deletions
|
@ -34,6 +34,9 @@ csi_relationship: |
|
|||
* Several services rely on the builders, including koschei, Bodhi, Tagger, SCM, Darkserver.
|
||||
* Produces automated builds of packages for the architecture listed. Builders can be scaled by adding new
|
||||
|
||||
# this is to enable nested virt, which we need for some builds
|
||||
virt_install_command: "{{ virt_install_command_one_nic }} --cpu=host-passthrough,+vmx"
|
||||
|
||||
# These variables are for koji-containerbuild/osbs
|
||||
osbs_fqdn: "osbs-dev.fedorainfracloud.org"
|
||||
docker_registry: "osbs-dev.fedorainfracloud.org"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
vmhost: virthost11.phx2.fedoraproject.org
|
||||
vmhost: virthost04.phx2.fedoraproject.org
|
||||
eth0_ip: 10.5.126.14
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
vmhost: virthost04.phx2.fedoraproject.org
|
||||
eth0_ip: 10.5.126.223
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
vmhost: virthost04.phx2.fedoraproject.org
|
||||
eth0_ip: 10.5.126.224
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
vmhost: virthost04.phx2.fedoraproject.org
|
||||
eth0_ip: 10.5.126.225
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
vmhost: virthost04.phx2.fedoraproject.org
|
||||
eth0_ip: 10.5.126.226
|
4
inventory/host_vars/virthost04.phx2.fedoraproject.org
Normal file
4
inventory/host_vars/virthost04.phx2.fedoraproject.org
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
# This virthost only has stg instances, so it doesn't freeze
|
||||
freezes: false
|
||||
nested: true
|
Loading…
Add table
Add a link
Reference in a new issue