From 21ad3afda9cc68042ae36a3a71007d17ee938fb4 Mon Sep 17 00:00:00 2001 From: Michael Burke Date: Tue, 19 May 2026 16:28:28 -0400 Subject: [PATCH] dnm: no computes in va-hci --- scenarios/reproducers/va-hci.yml | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/scenarios/reproducers/va-hci.yml b/scenarios/reproducers/va-hci.yml index 3306f2eca..eac4091ea 100644 --- a/scenarios/reproducers/va-hci.yml +++ b/scenarios/reproducers/va-hci.yml @@ -66,22 +66,6 @@ cifmw_libvirt_manager_configuration: - ocpbm - osp_trunk - osp_trunk - compute: - uefi: "{{ cifmw_use_uefi }}" - root_part_id: "{{ cifmw_root_partition_id }}" - amount: "{{ [cifmw_libvirt_manager_compute_amount|int, 3] | max }}" - image_url: "{{ cifmw_discovered_image_url | default('') }}" - sha256_image_name: "{{ cifmw_discovered_hash | default('') }}" - image_local_dir: "{{ cifmw_basedir }}/images/" - disk_file_name: "compute-base-os.qcow2" - disksize: "{{ [cifmw_libvirt_manager_compute_disksize|int, 50] | max }}" - memory: "{{ [cifmw_libvirt_manager_compute_memory|int, 8] | max }}" - cpus: "{{ [cifmw_libvirt_manager_compute_cpus|int, 4] | max }}" - extra_disks_num: 3 - extra_disks_size: 30G - nets: - - ocpbm - - osp_trunk controller: uefi: "{{ cifmw_use_uefi }}" root_part_id: "{{ cifmw_root_partition_id }}"