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:
264
264
run : |
265
265
docker image pull $KAYOBE_IMAGE
266
266
267
+ # Reboot to ensure hostname does not contain .novalocal suffix
268
+ # See remote exec provisioner in vm.tf
267
269
- name : Reboot
268
270
run : |
269
271
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 }}"
145
145
146
146
# Kolla Ansible source repository.
147
147
stackhpc_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
148
151
# stackhpc_kolla_ansible_source_version: "stackhpc/{{ openstack_release }}"
149
152
stackhpc_kolla_ansible_source_version : " fix-prometheus"
150
153
Original file line number Diff line number Diff line change @@ -89,7 +89,8 @@ resource "null_resource" "kayobe-aio" {
89
89
# current images, /tmp is noexec, so the path must be changed
90
90
script_path = " /home/${ var . ssh_username } /start.sh"
91
91
}
92
-
92
+ # In Caracal, OVN fails on Rocky 9 hosts with hostnames that contain a
93
+ # subdomain (a dot in the name)
93
94
inline = [
94
95
" #!/bin/sh" ,
95
96
" echo 'connected!'" ,
You can’t perform that action at this time.
0 commit comments