Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion group_vars/dnbd3primary/vars.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
# Important! This defines which image the bare metal cluster boots.
# On the node or in Jenkins you can map the revision id (=Jenkins build number) to a vgcn commit
vgcn_image_revision_id: 186
vgcn_image_revision_id: 265
pxe_tarball_revision_id: 37
Copy link
Copy Markdown
Contributor

@domgz domgz Apr 20, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does the tarball version need to change? (idk at the moment)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the tarball just constains configuration files for centos user and some services. This should not change atm


dnbd3_is_proxy: false
Expand Down
2 changes: 1 addition & 1 deletion templates/dnbd3/config.j2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
read_only_partition="/dev/loop0p1"
SLX_DNBD3_SERVERS='{{ hostvars['dnbd3-primary.galaxyproject.eu']['ansible_default_ipv4']['address'] }} {{ hostvars['sn12.galaxyproject.eu']['ansible_default_ipv4']['address'] }}'
SLX_DNBD3_IMAGE='rockylinux-9-latest-x86_64-workers-gpu-internal.qcow2'
SLX_DNBD3_IMAGE='rockylinux-10-latest-x86_64-workers-gpu-internal.qcow2'
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have we built the GPU image? Or just the regular one?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I built the GPU image

SLX_DNBD3_RID='{{ vgcn_image_revision_id }}'
SLX_CONFIG_NAME='config.tgz.r{{ pxe_tarball_revision_id }}'
SLX_WRITABLE_DEVICE_PERSISTENT='no'
Expand Down
Loading