From 1f78f24db0ccafed4016f273998e7699a65a5859 Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 31 Oct 2018 18:44:37 +0100 Subject: Simplify the serial config The current configuration only dumps the booting info into a file and the pty does not work (i.e. virsh console opnfv returns a failure because it cannot find a character device). After some investigations, it is apparently impossible to have both active: https://github.com/Mirantis/virtlet/issues/249 Therefore, we should remove the pty part of the xml. To connect to the VM in case of network problems, we can always use vnc. Apart from that, the console part is not necessary as libvirt will create that one for us Change-Id: I80a59163b4ba4e6bff34cb5378893201e93ddb87 Signed-off-by: Manuel Buil --- xci/playbooks/roles/create-nodes/templates/vm.xml.j2 | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/xci/playbooks/roles/create-nodes/templates/vm.xml.j2 b/xci/playbooks/roles/create-nodes/templates/vm.xml.j2 index 6061fc52..9fad42b8 100644 --- a/xci/playbooks/roles/create-nodes/templates/vm.xml.j2 +++ b/xci/playbooks/roles/create-nodes/templates/vm.xml.j2 @@ -59,19 +59,9 @@ - - - - - - - - - -
-- cgit 1.2.3-korg