VMs on PPC needs --graphics none or they'll get vmport and spice

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-03-10 00:13:11 +00:00
parent 0c2e304af6
commit 4bc30a7749
2 changed files with 4 additions and 0 deletions

View file

@ -16,6 +16,8 @@ host_group: kojibuilder
fas_client_groups: sysadmin-releng,sysadmin-secondary
sudoers: "{{ private }}/files/sudo/releng-sudoers"
virt_install_command: "{{ virt_install_command_one_nic }} --graphics none"
koji_server_url: "http://ppc.koji.fedoraproject.org/kojihub"
koji_weburl: "http://ppc.koji.fedoraproject.org/koji"
koji_topurl: "http://ppcpkgs.fedoraproject.org/"

View file

@ -16,6 +16,8 @@ host_group: kojibuilder
fas_client_groups: sysadmin-releng,sysadmin-secondary
sudoers: "{{ private }}/files/sudo/releng-sudoers"
virt_install_command: "{{ virt_install_command_one_nic }} --graphics none"
koji_server_url: "http://ppc.koji.fedoraproject.org/kojihub"
koji_weburl: "http://ppc.koji.fedoraproject.org/koji"
koji_topurl: "http://ppcpkgs.fedoraproject.org/"