From f07586d478faf72117875441109d95f15818bb61 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Tue, 16 Jun 2026 15:43:21 +0100 Subject: [PATCH 1/2] Remove hostname fix reboot Previously there was a hostname-related OVN bug that required a reboot in the AIO CI instances to mitigate. It's been fixed for years[1] so this change reverts the workaround. It'll speed up CI and it's better to know if we regress. [1] https://bugs.launchpad.net/kolla-ansible/+bug/2080552 --- .github/workflows/stackhpc-all-in-one.yml | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/.github/workflows/stackhpc-all-in-one.yml b/.github/workflows/stackhpc-all-in-one.yml index fbfd8514d8..0d04ef1e7c 100644 --- a/.github/workflows/stackhpc-all-in-one.yml +++ b/.github/workflows/stackhpc-all-in-one.yml @@ -278,28 +278,6 @@ jobs: run: | docker image pull $KAYOBE_IMAGE - # Rocky 9 OVN deployments will fail when the hostname contains a '.' - - name: Fix hostname - run: | - docker run -t --rm \ - -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \ - -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \ - ${{ steps.kayobe_image.outputs.kayobe_image }} \ - /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible${{ inputs.upgrade && '/' || '/fixes/' }}fix-hostname.yml - env: - KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }} - - # Reboot to Apply hostname change - - name: Reboot - run: | - docker run -t --rm \ - -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \ - -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \ - ${{ steps.kayobe_image.outputs.kayobe_image }} \ - /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible${{ inputs.upgrade && '/' || '/maintenance/' }}reboot.yml -e reboot_with_bootstrap_user=true - env: - KAYOBE_AUTOMATION_SSH_PRIVATE_KEY: ${{ steps.ssh_key.outputs.ssh_key }} - - name: Run growroot run: | docker run -t --rm \ From 0e6d1ab78169b4ad8ad2dc0faa01cbfdc51a7391 Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Wed, 17 Jun 2026 08:58:45 +0100 Subject: [PATCH 2/2] dnm: test fixed tests --- .github/workflows/stackhpc-all-in-one.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stackhpc-all-in-one.yml b/.github/workflows/stackhpc-all-in-one.yml index 0d04ef1e7c..2ffcfb37f3 100644 --- a/.github/workflows/stackhpc-all-in-one.yml +++ b/.github/workflows/stackhpc-all-in-one.yml @@ -58,7 +58,7 @@ on: stackhpc_cloud_tests_version: description: Git version of https://github.com/stackhpc/stackhpc-cloud-tests to use for testing type: string - default: main + default: rm-hostname # DNM: testing new branch repository: description: SKC repository to checkout (convenience for external CI) type: string