Skip to content

Commit 6113ea4

Browse files
fixup extravars
1 parent 2b8a877 commit 6113ea4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
kayobe overcloud deployment image build --force-rebuild \
198198
-e os_distribution="ubuntu" \
199199
-e os_release="jammy" \
200+
-e ipa_build_dib_env_extra='{"DISTRO_NAME": "ubuntu"}'
200201
env:
201202
KAYOBE_VAULT_PASSWORD: ${{ secrets.KAYOBE_VAULT_PASSWORD }}
202203

etc/kayobe/environments/ci-builder/inventory/group_vars/seed/lvm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ stackhpc_lvm_group_rootvg_lvs_extra:
1010
stackhpc_lvm_lv_swap_size: 500m
1111

1212
# StackHPC LVM lv_root LV size.
13-
stackhpc_lvm_lv_root_size: 20g
13+
stackhpc_lvm_lv_root_size: 2g
1414

1515
# StackHPC LVM lv_tmp LV size.
1616
stackhpc_lvm_lv_tmp_size: 2g
@@ -31,4 +31,4 @@ stackhpc_lvm_lv_audit_size: 250m
3131
stackhpc_lvm_lv_home_size: 2g
3232

3333
# StackHPC LVM lv_docker LV size.
34-
stackhpc_lvm_lv_docker_size: 2g
34+
stackhpc_lvm_lv_docker_size: 95%FREE

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ seed_bootstrap_user: "{{ os_distribution if os_distribution == 'ubuntu' else 'cl
99
# Uncomment this if using an LVM-based image.
1010
# Seed lvm configuration. See inventory/group_vars/seed/lvm.yml
1111
# for the exact configuration.
12-
seed_lvm_groups:
13-
- "{{ stackhpc_lvm_group_rootvg }}"
12+
# seed_lvm_groups:
13+
# - "{{ stackhpc_lvm_group_rootvg }}"

etc/kayobe/ipa.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ ipa_build_dib_elements_extra:
4545

4646
# Dictionary of additional environment variables to provide to Diskimage
4747
# Builder (DIB) during IPA image build.
48-
ipa_build_dib_env_extra:
49-
DISTRO_NAME: ubuntu
48+
#ipa_build_dib_env_extra:
5049

5150
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
5251
# during IPA image build.

0 commit comments

Comments
 (0)