Skip to content

Commit 4f15773

Browse files
committed
kill extras
1 parent 8bc6f94 commit 4f15773

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ stackhpc_release_pulp_password: "{{ stackhpc_docker_registry_password }}"
106106

107107
# Build during IPA builder workflow
108108
ipa_build_images: true
109-
ipa_build_dib_env_extra:
110-
DISTRO_NAME: "{{ ipa_ci_builder_distribution | default('ubuntu') }}"
111-
DIB_RELEASE: "{{ ipa_ci_builder_release | default('noble') }}"
109+
# ipa_build_dib_env_extra:
110+
# DISTRO_NAME: "{{ ipa_ci_builder_distribution | default('ubuntu') }}"
111+
# DIB_RELEASE: "{{ ipa_ci_builder_release | default('noble') }}"
112112

113113
# Ensure Ark repos are disabled during CI runs, this is due to
114114
# builder being a member of the 'overcloud' group for IPA builds.

etc/kayobe/ipa.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ image_download_unredirected_headers:
133133
#ipa_collectors_default:
134134

135135
# List of additional inspection collectors to run.
136-
ipa_collectors_extra: "{{ ['dmi-decode', 'extra-hardware', 'numa-topology'] if ipa_build_images or stackhpc_ipa_image_overcloud_enabled else [] }}"
136+
# ipa_collectors_extra: "{{ ['dmi-decode', 'extra-hardware', 'numa-topology'] if ipa_build_images or stackhpc_ipa_image_overcloud_enabled else [] }}"
137137

138138
# List of inspection collectors to run.
139139
#ipa_collectors:
@@ -151,11 +151,11 @@ ipa_collectors_extra: "{{ ['dmi-decode', 'extra-hardware', 'numa-topology'] if i
151151
#ipa_kernel_options_default:
152152

153153
# List of additional kernel parameters for Ironic python agent.
154-
ipa_kernel_options_extra:
155-
# Useful until NTP is configured by default
156-
- ipa-insecure=1
157-
# Avoid disk benchmark failures on some NVMe drives
158-
- nvme_core.multipath=N
154+
# ipa_kernel_options_extra:
155+
# # Useful until NTP is configured by default
156+
# - ipa-insecure=1
157+
# # Avoid disk benchmark failures on some NVMe drives
158+
# - nvme_core.multipath=N
159159

160160
# List of kernel parameters for Ironic python agent.
161161
#ipa_kernel_options:

0 commit comments

Comments
 (0)