Skip to content

Commit e827d75

Browse files
committed
DNM: use minimal iso
1 parent 9715a29 commit e827d75

File tree

1 file changed

+1
-1
lines changed
  • ansible/roles/create-ai-cluster/tasks

1 file changed

+1
-1
lines changed

ansible/roles/create-ai-cluster/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
"ssh_authorized_key": "{{ lookup('file', ssh_public_key_file) }}",
177177
"pull_secret": "{{ pull_secret | to_json }}",
178178
"static_network_config": "{{ static_network_config }}",
179-
"image_type": "full-iso",
179+
"image_type": "minimal-iso",
180180
"cluster_id": "{{ ai_cluster_id }}",
181181
"openshift_version": "{{ openshift_version }}",
182182
}

0 commit comments

Comments
 (0)