diff --git a/inventory/group_vars/buildvm_stg b/inventory/group_vars/buildvm_stg index 89458f294a..752a3d5772 100644 --- a/inventory/group_vars/buildvm_stg +++ b/inventory/group_vars/buildvm_stg @@ -5,7 +5,6 @@ lvm_size: 150000 mem_size: 10240 max_mem_size: "{{ mem_size }}" num_cpus: 4 -datacenter: iad2 dns: 10.3.163.33 eth0_ip: 10.3.169.51 gw: 10.3.169.254 @@ -41,9 +40,6 @@ 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_url: "osbs.stg.fedoraproject.org" source_registry: "registry.fedoraproject.org"