File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -264,6 +264,8 @@ jobs:
264264 run : |
265265 docker image pull $KAYOBE_IMAGE
266266
267+ # Reboot to ensure hostname does not contain .novalocal suffix
268+ # See remote exec provisioner in vm.tf
267269 - name : Reboot
268270 run : |
269271 docker run -t --rm \
Original file line number Diff line number Diff line change @@ -145,6 +145,9 @@ stackhpc_kolla_source_version: "stackhpc/{{ openstack_release }}"
145145
146146# Kolla Ansible source repository.
147147stackhpc_kolla_ansible_source_url : " https://github.com/stackhpc/kolla-ansible"
148+ # FIXME: Waiting for
149+ # https://review.opendev.org/c/openstack/kolla-ansible/+/926198 to merge and
150+ # sync to stackhpc/2024.1
148151# stackhpc_kolla_ansible_source_version: "stackhpc/{{ openstack_release }}"
149152stackhpc_kolla_ansible_source_version : " fix-prometheus"
150153
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ resource "null_resource" "kayobe-aio" {
8989 # current images, /tmp is noexec, so the path must be changed
9090 script_path = " /home/${ var . ssh_username } /start.sh"
9191 }
92-
92+ # In Caracal, OVN fails on Rocky 9 hosts with hostnames that contain a
93+ # subdomain (a dot in the name)
9394 inline = [
9495 " #!/bin/sh" ,
9596 " echo 'connected!'" ,
You can’t perform that action at this time.
0 commit comments