Skip to content

Commit 78b0c05

Browse files
committed
Ensure DIB_ETC_HOSTS_EXTRA is defined
1 parent d0b4fa8 commit 78b0c05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ stackhpc_overcloud_dib_env_vars:
4747
# sometimes).
4848
# DIB_DISTRIBUTION_MIRROR: "{{ stackhpc_repo_ubuntu_focal_url if os_distribution == 'ubuntu' else '' }}"
4949
DIB_DRACUT_ENABLED_MODULES_DEFAULT_CONFIG: "{{ stackhpc_overcloud_dib_dracut_enabled_modules_default_config }}"
50+
# NOTE: DIB_ETC_HOSTS_EXTRA must be defined and cannot be an empty string
51+
DIB_ETC_HOSTS_EXTRA: "#"
5052
DIB_RELEASE: "{{ overcloud_dib_os_release }}"
5153
DIB_SUDOERS_FILENAME: "no-fqdn"
5254
# Avoid DNS queries during sudo commands, since we might not always have working DNS.

0 commit comments

Comments
 (0)