From 111039d057a563789545c53a1825b84a979a66ca Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Tue, 9 Jul 2019 12:40:28 +1000 Subject: [PATCH] Functional testing: add journal-to-console element This element redirects the systemd journal to the console. It can be helpful if the inner VM isn't booting; when it times out nodepool will dump the console into the logs. With this enabled, you'll be able to see various useful output such as NetworkManager getting addresses, etc. Depends-On: https://review.opendev.org/669784 Change-Id: I608b8cd9e467351c996fc5f51f15ee67f4570ba3 --- .../nodepool-functional-openstack/templates/nodepool.yaml.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/nodepool-functional-openstack/templates/nodepool.yaml.j2 b/playbooks/nodepool-functional-openstack/templates/nodepool.yaml.j2 index 5fd95d6a7..f5754e2c2 100644 --- a/playbooks/nodepool-functional-openstack/templates/nodepool.yaml.j2 +++ b/playbooks/nodepool-functional-openstack/templates/nodepool.yaml.j2 @@ -52,6 +52,7 @@ diskimages: - devuser - openssh-server - nodepool-setup + - journal-to-console release: '{{ nodepool_diskimage.release }}' env-vars: TMPDIR: '{{ NODEPOOL_DIB_BASE_PATH }}/tmp'