Skip to content

Commit 860b818

Browse files
authored
Merge pull request #1237 from stackhpc/aio-init-fix
Work around Rocky OVN Caracal bug for upgrade job
2 parents dd02dbe + 810d987 commit 860b818

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

etc/kayobe/ansible/fix-hostname.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
- name: Fix hostname on storage nodes for cephadm
3-
hosts: storage
2+
- name: Ensure hostnames match inventory hostnames
3+
hosts: fix-hostname
44
gather_facts: false
55
vars:
66
ansible_user: "{{ bootstrap_user }}"

etc/kayobe/environments/ci-aio/inventory/groups

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
[container-image-builders:children]
44
# Build container images on the all-in-one controller.
55
controllers
6+
7+
[fix-hostname:children]
8+
controllers

etc/kayobe/environments/ci-multinode/inventory/groups

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
[container-image-builders:children]
44
# Build container images on the all-in-one controller.
55
controllers
6+
7+
[fix-hostname:children]
8+
storage

0 commit comments

Comments
 (0)