From a73ef401bf30cf0ba33cc44f39af689336d1b6a3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 2 Feb 2017 16:20:54 +0000 Subject: [PATCH] enable nested virt on the taskotron clients. issue 5739 --- inventory/group_vars/taskotron-dev-client-hosts | 2 ++ inventory/group_vars/taskotron-prod-client-hosts | 3 +++ inventory/group_vars/taskotron-stg-client-hosts | 3 +++ 3 files changed, 8 insertions(+) diff --git a/inventory/group_vars/taskotron-dev-client-hosts b/inventory/group_vars/taskotron-dev-client-hosts index 6eefd4327a..88764f06f8 100644 --- a/inventory/group_vars/taskotron-dev-client-hosts +++ b/inventory/group_vars/taskotron-dev-client-hosts @@ -77,3 +77,5 @@ imagefactory_host: qa11.qa.fedoraproject.org imagefactory_baseurl: 'http://{{imagefactory_host}}:8075/imagefactory' imagefactory_tools_branch: develop +# enable nested virt +nested: true diff --git a/inventory/group_vars/taskotron-prod-client-hosts b/inventory/group_vars/taskotron-prod-client-hosts index 4f009858f4..5b62e893cc 100644 --- a/inventory/group_vars/taskotron-prod-client-hosts +++ b/inventory/group_vars/taskotron-prod-client-hosts @@ -74,3 +74,6 @@ buildmaster_pubkey: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCs7DvojSKbXbnbGdSEaYr imagefactory_host: qa12.qa.fedoraproject.org imagefactory_baseurl: 'http://{{imagefactory_host}}:8075/imagefactory' imagefactory_tools_branch: master + +# enable nested virt +nested: true diff --git a/inventory/group_vars/taskotron-stg-client-hosts b/inventory/group_vars/taskotron-stg-client-hosts index a38aa8032d..f9f324b818 100644 --- a/inventory/group_vars/taskotron-stg-client-hosts +++ b/inventory/group_vars/taskotron-stg-client-hosts @@ -77,3 +77,6 @@ buildmaster_pubkey: 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDvFSCgmexHcx9FevlBzVA imagefactory_host: qa12.qa.fedoraproject.org imagefactory_baseurl: 'http://{{imagefactory_host}}:8075/imagefactory' imagefactory_tools_branch: master + +# enable nested virt +nested: true