Skip to content

Commit 3fe7259

Browse files
authored
OC host image modifications (#1416)
* add grub timeout and OpenStack data srouce * changed timeout style to menu * update overcloud_host_image_version
1 parent 337cdaa commit 3fe7259

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
22
# Overcloud host image versioning tags
33
# These images must be in SMS, since they are used by our AIO CI runners
4-
stackhpc_rocky_9_overcloud_host_image_version: "2024.1-20240912T145502"
5-
stackhpc_ubuntu_jammy_overcloud_host_image_version: "2024.1-20240911T124950"
4+
stackhpc_rocky_9_overcloud_host_image_version: "2024.1-20241209T151515"
5+
stackhpc_ubuntu_jammy_overcloud_host_image_version: "2024.1-20250116T133659"

etc/kayobe/stackhpc-overcloud-dib.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,9 @@ stackhpc_overcloud_dib_elements:
3737
stackhpc_overcloud_dib_env_vars:
3838
DIB_BLOCK_DEVICE_CONFIG: "{{ stackhpc_overcloud_dib_block_device_config_uefi_lvm }}"
3939
DIB_BOOTLOADER_DEFAULT_CMDLINE: "nofb nomodeset gfxpayload=text net.ifnames=1 rd.auto"
40-
DIB_CLOUD_INIT_DATASOURCES: "ConfigDrive"
40+
DIB_GRUB_TIMEOUT: "5"
41+
DIB_GRUB_TIMEOUT_STYLE: "menu"
42+
DIB_CLOUD_INIT_DATASOURCES: "OpenStack, ConfigDrive"
4143
DIB_CONTAINERFILE_RUNTIME: "docker"
4244
DIB_CONTAINERFILE_NETWORK_DRIVER: "host"
4345
DIB_CONTAINERFILE_DOCKERFILE: "/opt/kayobe/src/stackhpc-image-elements/elements/rocky-container-stackhpc/containerfiles/9-stackhpc"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
upgrade:
3+
- |
4+
Change default values for ``DIB_GRUB_TIMEOUT_STYLE`` and
5+
``DIB_GRUB_TIMEOUT``. The default value for ``DIB_GRUB_TIMEOUT_STYLE``
6+
will be ``menu`` and for ``DIB_GRUB_TIMEOUT`` will be ``5``.
7+
Adding ConfigDrive to ``DIB_CLOUD_INIT_DATASOURCES`` var list to fix
8+
cloud-init issue.

0 commit comments

Comments
 (0)