From e38af2272e861fb44ee5123fa8eae8be413851b9 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 19 Apr 2016 14:32:22 +0000 Subject: [PATCH] ppc: koji hub/DB: add --graphics none to fix virt-install --- inventory/host_vars/db-ppc-koji01.ppc.fedoraproject.org | 2 ++ inventory/host_vars/ppc-koji01.ppc.fedoraproject.org | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/inventory/host_vars/db-ppc-koji01.ppc.fedoraproject.org b/inventory/host_vars/db-ppc-koji01.ppc.fedoraproject.org index 936015ee70..280809cce1 100644 --- a/inventory/host_vars/db-ppc-koji01.ppc.fedoraproject.org +++ b/inventory/host_vars/db-ppc-koji01.ppc.fedoraproject.org @@ -10,6 +10,8 @@ datacenter: phx2 ks_url: http://10.5.126.23/repo/rhel/ks/kvm-rhel-7-ppc64le ks_repo: http://10.5.126.23/repo/rhel/RHEL7-ppc64le/ +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" + # This is a generic list, monitored by collectd databases: - koji diff --git a/inventory/host_vars/ppc-koji01.ppc.fedoraproject.org b/inventory/host_vars/ppc-koji01.ppc.fedoraproject.org index 37369cfdf9..c0461f39c4 100644 --- a/inventory/host_vars/ppc-koji01.ppc.fedoraproject.org +++ b/inventory/host_vars/ppc-koji01.ppc.fedoraproject.org @@ -18,7 +18,7 @@ fedmsg_fqdn: ppc-koji01.qa.fedoraproject.org # # define this here because ppc koji only needs eth0, not eth1 also # -virt_install_command: "{{ virt_install_command_one_nic }}" +virt_install_command: "{{ virt_install_command_one_nic }} --graphics none" koji_topurl: "http://ppc.fedoraproject.org/" koji_server_url: "http://ppc.koji.fedoraproject.org/kojihub"