Skip to content

Commit 1b17a95

Browse files
priteauAlex-Welsh
authored andcommitted
Fix DOCA OFED build
This commit fixes two issues: - fix path to push-ofed.yml missed from Ansible playbook refactor - disable Pulp auth proxy (deployed too late for DOCA DNF repository)
1 parent 06c32ae commit 1b17a95

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/package-build-ofed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
run: |
234234
source venvs/kayobe/bin/activate &&
235235
source src/kayobe-config/kayobe-env --environment ci-doca-builder &&
236-
kayobe playbook run src/kayobe-config/etc/kayobe/ansible/push-ofed.yml \
236+
kayobe playbook run src/kayobe-config/etc/kayobe/ansible/tools/push-ofed.yml \
237237
-e "ofed_tag=${{ steps.ofed_tag.outputs.ofed_tag }}"
238238
env:
239239
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}

etc/kayobe/environments/ci-doca-builder/stackhpc-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ stackhpc_repos_enabled: true
77
enable_docker_repo: false
88
dnf_install_doca: true
99
dnf_enable_doca_modules: false
10+
11+
# Disable Pulp auth proxy (deployed too late for DOCA DNF repository setup).
12+
stackhpc_repo_mirror_auth_proxy_enabled: false

0 commit comments

Comments
 (0)