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
This commit is contained in:
Ian Wienand 2019-07-09 12:40:28 +10:00
parent 4cd2a62630
commit 111039d057
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ diskimages:
- devuser - devuser
- openssh-server - openssh-server
- nodepool-setup - nodepool-setup
- journal-to-console
release: '{{ nodepool_diskimage.release }}' release: '{{ nodepool_diskimage.release }}'
env-vars: env-vars:
TMPDIR: '{{ NODEPOOL_DIB_BASE_PATH }}/tmp' TMPDIR: '{{ NODEPOOL_DIB_BASE_PATH }}/tmp'