From b3608f247cce057ba50a9ec5e0ff6ec0a08ce137 Mon Sep 17 00:00:00 2001 From: Carson Long <12767276+ctlong@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:51:03 -0700 Subject: [PATCH] fix(iaas-support/bosh-lite): cloud-config needs medium VM type Adds a medium VM type to the cloud-config so that base CF-D can deploy succesfully. --- iaas-support/bosh-lite/cloud-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/iaas-support/bosh-lite/cloud-config.yml b/iaas-support/bosh-lite/cloud-config.yml index c9874054c..fc42a7493 100644 --- a/iaas-support/bosh-lite/cloud-config.yml +++ b/iaas-support/bosh-lite/cloud-config.yml @@ -58,6 +58,7 @@ vm_types: - name: minimal - name: small - name: small-highmem +- name: medium # Note: the "default" vm type is not used in cf-deployment. # it is included for compatibility with the bosh-deployment # cloud-config.