File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
inventory/group_vars/seed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ stackhpc_lvm_group_rootvg_lvs_extra:
1010stackhpc_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.
1616stackhpc_lvm_lv_tmp_size : 2g
@@ -31,4 +31,4 @@ stackhpc_lvm_lv_audit_size: 250m
3131stackhpc_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
Original file line number Diff line number Diff 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 }}"
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments