Skip to content

Commit 4882a4f

Browse files
committed
Add explanatory comments for Caracal changes
1 parent 5b217a6 commit 4882a4f

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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 \

etc/kayobe/stackhpc.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ stackhpc_kolla_source_version: "stackhpc/{{ openstack_release }}"
145145

146146
# Kolla Ansible source repository.
147147
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
148151
# stackhpc_kolla_ansible_source_version: "stackhpc/{{ openstack_release }}"
149152
stackhpc_kolla_ansible_source_version: "fix-prometheus"
150153

terraform/aio/vm.tf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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!'",

0 commit comments

Comments
 (0)