File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,16 @@ jobs:
284
284
env :
285
285
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
286
286
287
+ - name : Reboot
288
+ run : |
289
+ docker run -t --rm \
290
+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
291
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
292
+ ${{ steps.kayobe_image.outputs.kayobe_image }} \
293
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/reboot.yml
294
+ env :
295
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
296
+
287
297
- name : Service deploy
288
298
run : |
289
299
docker run -t --rm \
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ kolla_image_tags:
6
6
openstack :
7
7
rocky-9 : 2024.1-rocky-9-20240725T165045
8
8
ubuntu-jammy : 2024.1-ubuntu-jammy-20240725T165045
9
+ heat :
10
+ rocky-9 : 2024.1-rocky-9-20240805T142526
11
+ ubuntu-jammy : 2024.1-ubuntu-jammy-20240805T142526
Original file line number Diff line number Diff line change @@ -145,7 +145,8 @@ 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
- stackhpc_kolla_ansible_source_version : " stackhpc/{{ openstack_release }}"
148
+ # stackhpc_kolla_ansible_source_version: "stackhpc/{{ openstack_release }}"
149
+ stackhpc_kolla_ansible_source_version : " fix-prometheus"
149
150
150
151
# ##############################################################################
151
152
# Container image registry
Original file line number Diff line number Diff line change @@ -92,7 +92,8 @@ resource "null_resource" "kayobe-aio" {
92
92
93
93
inline = [
94
94
" #!/bin/sh" ,
95
- " echo 'connected!'"
95
+ " echo 'connected!'" ,
96
+ " sudo hostnamectl set-hostname $(sed s/.novalocal// /etc/hostname)"
96
97
]
97
98
}
98
99
}
You can’t perform that action at this time.
0 commit comments