Skip to content

Commit e92d361

Browse files
Test docker
1 parent 0706f6b commit e92d361

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
run: |
198198
source venvs/kayobe/bin/activate &&
199199
source src/kayobe-config/kayobe-env --environment ci-doca-builder &&
200-
kayobe seed host configure --skip-tags network
200+
kayobe seed host configure --skip-tags network,docker
201201
env:
202202
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
203203

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,11 @@ seed_bootstrap_user: cloud-user
1313
# for the exact configuration.
1414
seed_lvm_groups:
1515
- "{{ stackhpc_lvm_group_rootvg }}"
16+
17+
###############################################################################
18+
# Seed node additional containers configuration
19+
20+
# Seed container running a "Pulp in one" service.
21+
# https://pulpproject.org/pulp-in-one-container/
22+
# This can be used as a package mirror, and container image registry.
23+
seed_pulp_container_enabled: false

0 commit comments

Comments
 (0)