File tree Expand file tree Collapse file tree 6 files changed +13
-16
lines changed
environments/ci-doca-builder Expand file tree Collapse file tree 6 files changed +13
-16
lines changed Original file line number Diff line number Diff line change @@ -189,18 +189,15 @@ jobs:
189
189
run : |
190
190
source venvs/kayobe/bin/activate &&
191
191
source src/kayobe-config/kayobe-env --environment ci-doca-builder &&
192
- kayobe playbook run src/kayobe-config/etc/kayobe/ansible/growroot.yml \
193
- -e seed_bootstrap_user="cloud-user" \
194
- -e controller_bootstrap_user="cloud-user" \
192
+ kayobe playbook run src/kayobe-config/etc/kayobe/ansible/growroot.yml
195
193
env :
196
194
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
197
195
198
196
- name : Configure the seed host (Builder VM)
199
197
run : |
200
198
source venvs/kayobe/bin/activate &&
201
199
source src/kayobe-config/kayobe-env --environment ci-doca-builder &&
202
- kayobe seed host configure \
203
- --skip-tags network,docker,docker-registry
200
+ kayobe seed host configure --skip-tags network
204
201
env :
205
202
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
206
203
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ Install process
54
54
Release Train configuration
55
55
---------------------------
56
56
57
- The DOCA kernel module repository will need to be synced to the local Pulp service. This can be enabled
57
+ DOCA repositories will need to be synced to the local Pulp service. This can be enabled
58
58
in ``ofed.yml ``:
59
59
60
60
.. code-block :: yaml
Original file line number Diff line number Diff line change @@ -13,7 +13,3 @@ controller_bootstrap_user: cloud-user
13
13
# format.
14
14
controller_lvm_groups :
15
15
- " {{ stackhpc_lvm_group_rootvg }}"
16
-
17
- # ##############################################################################
18
- # Dummy variable to allow Ansible to accept this file.
19
- workaround_ansible_issue_8743 : yes
Original file line number Diff line number Diff line change @@ -15,5 +15,9 @@ seed_lvm_groups:
15
15
- " {{ stackhpc_lvm_group_rootvg }}"
16
16
17
17
# ##############################################################################
18
- # Dummy variable to allow Ansible to accept this file.
19
- workaround_ansible_issue_8743 : yes
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
Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ stackhpc_pulp_doca_version: 2.9.1
8
8
# ##############################################################################
9
9
# Pulp configuration for DOCA OFED
10
10
11
- # Whether to sync OFED kernel module packages into the local Pulp service
12
- stackhpc_pulp_sync_ofed_modules : false
11
+ # Whether to sync OFED repositories into the local Pulp service
12
+ stackhpc_pulp_sync_ofed : false
13
13
14
14
# DOCA Snapshot versions. The defaults use the appropriate version from
15
15
# pulp-repo-versions.yml
Original file line number Diff line number Diff line change @@ -377,13 +377,13 @@ stackhpc_pulp_rpm_repos:
377
377
url : " {{ stackhpc_release_pulp_content_url }}/doca/{{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_pulp_repo_rhel9_doca_version }}"
378
378
distribution_name : " doca-{{ stackhpc_pulp_doca_version }}-rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}-"
379
379
base_path : " doca/{{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/"
380
- required : " {{ stackhpc_pulp_sync_el_9 }}"
380
+ required : " {{ stackhpc_pulp_sync_ofed | bool and stackhpc_pulp_sync_el_9 | bool }}"
381
381
382
382
- name : OFED Kernel modules for DOCA {{ stackhpc_pulp_doca_version }} - RHEL 9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}
383
383
url : " {{ stackhpc_release_pulp_content_url }}/doca-modules/{{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/{{ stackhpc_pulp_repo_rhel9_doca_modules_version }}"
384
384
distribution_name : " doca-modules-{{ stackhpc_pulp_doca_version }}-rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}-"
385
385
base_path : " doca-modules/{{ stackhpc_pulp_doca_version }}/rhel9.{{ stackhpc_pulp_repo_rocky_9_minor_version }}/x86_64/"
386
- required : " {{ stackhpc_pulp_sync_ofed_modules | bool and stackhpc_pulp_sync_el_9 | bool }}"
386
+ required : " {{ stackhpc_pulp_sync_ofed | bool and stackhpc_pulp_sync_el_9 | bool }}"
387
387
388
388
# RPM repositories
389
389
stackhpc_pulp_repository_rpm_repos : >-
You can’t perform that action at this time.
0 commit comments