ppc: koji hub/DB: add --graphics none to fix virt-install
This commit is contained in:
parent
3b28bb0b36
commit
e38af2272e
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue