arm64 images: add journal-to-console
This element puts the systemd journal to the console, so you can see it with "openstack console log". Useful in situations where networking is getting stuck; sometimes glean/networking is logging useful things that aren't seen. Change-Id: I4e3d95ca942f4e5bd629d236afe378353de092b9
This commit is contained in:
parent
3ab747071b
commit
ca400e34e9
@ -71,6 +71,7 @@ diskimages:
|
|||||||
- initialize-urandom
|
- initialize-urandom
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
|
- journal-to-console
|
||||||
release: xenial
|
release: xenial
|
||||||
env-vars:
|
env-vars:
|
||||||
TMPDIR: /opt/dib_tmp
|
TMPDIR: /opt/dib_tmp
|
||||||
@ -95,6 +96,7 @@ diskimages:
|
|||||||
- cache-devstack
|
- cache-devstack
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
|
- journal-to-console
|
||||||
release: bionic
|
release: bionic
|
||||||
env-vars:
|
env-vars:
|
||||||
TMPDIR: /opt/dib_tmp
|
TMPDIR: /opt/dib_tmp
|
||||||
@ -120,6 +122,7 @@ diskimages:
|
|||||||
- cache-devstack
|
- cache-devstack
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
|
- journal-to-console
|
||||||
release: buster
|
release: buster
|
||||||
env-vars:
|
env-vars:
|
||||||
TMPDIR: /opt/dib_tmp
|
TMPDIR: /opt/dib_tmp
|
||||||
@ -142,6 +145,7 @@ diskimages:
|
|||||||
- cache-devstack
|
- cache-devstack
|
||||||
- growroot
|
- growroot
|
||||||
- infra-package-needs
|
- infra-package-needs
|
||||||
|
- journal-to-console
|
||||||
release: stretch
|
release: stretch
|
||||||
env-vars:
|
env-vars:
|
||||||
TMPDIR: /opt/dib_tmp
|
TMPDIR: /opt/dib_tmp
|
||||||
|
Loading…
Reference in New Issue
Block a user