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:
197
197
kayobe overcloud deployment image build --force-rebuild \
198
198
-e os_distribution="ubuntu" \
199
199
-e os_release="jammy" \
200
+ -e ipa_build_dib_env_extra='{"DISTRO_NAME": "ubuntu"}'
200
201
env :
201
202
KAYOBE_VAULT_PASSWORD : ${{ secrets.KAYOBE_VAULT_PASSWORD }}
202
203
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ stackhpc_lvm_group_rootvg_lvs_extra:
10
10
stackhpc_lvm_lv_swap_size : 500m
11
11
12
12
# StackHPC LVM lv_root LV size.
13
- stackhpc_lvm_lv_root_size : 20g
13
+ stackhpc_lvm_lv_root_size : 2g
14
14
15
15
# StackHPC LVM lv_tmp LV size.
16
16
stackhpc_lvm_lv_tmp_size : 2g
@@ -31,4 +31,4 @@ stackhpc_lvm_lv_audit_size: 250m
31
31
stackhpc_lvm_lv_home_size : 2g
32
32
33
33
# 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
9
9
# Uncomment this if using an LVM-based image.
10
10
# Seed lvm configuration. See inventory/group_vars/seed/lvm.yml
11
11
# 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:
45
45
46
46
# Dictionary of additional environment variables to provide to Diskimage
47
47
# Builder (DIB) during IPA image build.
48
- ipa_build_dib_env_extra :
49
- DISTRO_NAME : ubuntu
48
+ # ipa_build_dib_env_extra:
50
49
51
50
# Dictionary of environment variables to provide to Diskimage Builder (DIB)
52
51
# during IPA image build.
You can’t perform that action at this time.
0 commit comments