Skip to content

Commit dc9c838

Browse files
committed
Reorder growroot after host configure on CentOS Stream 8
1 parent 065dc3f commit dc9c838

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/stackhpc-all-in-one.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,20 @@ jobs:
234234
run: |
235235
docker image pull $KAYOBE_IMAGE
236236
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+
237251
- name: Run growroot
238252
run: |
239253
docker run -t --rm \

0 commit comments

Comments
 (0)