File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,20 @@ jobs:
234
234
run : |
235
235
docker image pull $KAYOBE_IMAGE
236
236
237
+ # NOTE: Boostrap release train repos before growroot due to missing
238
+ # upstream CS8 repos preventing installation of growroot package.
239
+ - name : Host configure
240
+ run : |
241
+ docker run -t --rm \
242
+ -v $(pwd):/stack/kayobe-automation-env/src/kayobe-config \
243
+ -e KAYOBE_ENVIRONMENT -e KAYOBE_VAULT_PASSWORD -e KAYOBE_AUTOMATION_SSH_PRIVATE_KEY \
244
+ $KAYOBE_IMAGE \
245
+ /stack/kayobe-automation-env/src/kayobe-config/.automation/pipeline/overcloud-host-configure.sh
246
+ env :
247
+ KAYOBE_AUTOMATION_SSH_PRIVATE_KEY : ${{ steps.ssh_key.outputs.ssh_key }}
248
+ KAYOBE_TAGS : " ssh-known-host,kayobe-ansible-user,dnf"
249
+ if : inputs.os_distribution == 'centos' && inputs.os_release == '8-stream'
250
+
237
251
- name : Run growroot
238
252
run : |
239
253
docker run -t --rm \
You can’t perform that action at this time.
0 commit comments