File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
etc/kayobe/environments/ci-doca-builder Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ jobs:
197
197
run : |
198
198
source venvs/kayobe/bin/activate &&
199
199
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
201
201
env :
202
202
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
203
203
Original file line number Diff line number Diff line change @@ -13,3 +13,11 @@ seed_bootstrap_user: cloud-user
13
13
# for the exact configuration.
14
14
seed_lvm_groups :
15
15
- " {{ 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
You can’t perform that action at this time.
0 commit comments