File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,26 @@ jobs:
284
284
env :
285
285
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
286
286
287
+ - name : Update host packages
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
+ $KAYOBE_IMAGE \
293
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-package-update.sh
294
+ env :
295
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
296
+
297
+ - name : Reboot VM
298
+ run : |
299
+ docker run -t --rm \
300
+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
301
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
302
+ $KAYOBE_IMAGE \
303
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/playbook-run.sh etc/kayobe/ansible/reboot.yml
304
+ env :
305
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
306
+
287
307
- name : Service deploy
288
308
run : |
289
309
docker run -t --rm \
You can’t perform that action at this time.
0 commit comments