File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -284,6 +284,19 @@ jobs:
284
284
env :
285
285
KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
286
286
287
+ # Run network configuration again so systemd-networkd is enabled properly.
288
+ # TODO(mattc): Remove once this gets into a versioned release: https://github.com/ansible/ansible/pull/77754
289
+ - name : Host configure
290
+ run : |
291
+ docker run -t --rm \
292
+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
293
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
294
+ ${{ steps.kayobe_image.outputs.kayobe_image }} \
295
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-configure.sh
296
+ env :
297
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
298
+ KAYOBE_TAGS : network
299
+
287
300
- name : Update host packages
288
301
run : |
289
302
docker run -t --rm \
You can’t perform that action at this time.
0 commit comments