From d51b513447d0b0ed30421d9fa0861b810b20672c Mon Sep 17 00:00:00 2001 From: Carson Long <12767276+ctlong@users.noreply.github.com> Date: Fri, 11 Oct 2024 09:58:26 -0700 Subject: [PATCH] fix(plan-patches/bosh-lite-*): Add medium VM type to Cloud Config Adds a medium VM type to the Cloud Configs of the bosh-lite-gcp and bosh-lite-aws plan patches. This is a trivial change because VM types don't matter in BOSH Lite. However, CF-D now requires a medium VM type, so this change will smooth deployment. --- plan-patches/bosh-lite-aws/cloud-config/cloud-confg.yml | 1 + plan-patches/bosh-lite-gcp/cloud-config/bosh-lite.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/plan-patches/bosh-lite-aws/cloud-config/cloud-confg.yml b/plan-patches/bosh-lite-aws/cloud-config/cloud-confg.yml index ec4dc839d..f52b5a52b 100644 --- a/plan-patches/bosh-lite-aws/cloud-config/cloud-confg.yml +++ b/plan-patches/bosh-lite-aws/cloud-config/cloud-confg.yml @@ -70,3 +70,4 @@ - name: minimal - name: small - name: small-highmem + - name: medium diff --git a/plan-patches/bosh-lite-gcp/cloud-config/bosh-lite.yml b/plan-patches/bosh-lite-gcp/cloud-config/bosh-lite.yml index ec4dc839d..f52b5a52b 100644 --- a/plan-patches/bosh-lite-gcp/cloud-config/bosh-lite.yml +++ b/plan-patches/bosh-lite-gcp/cloud-config/bosh-lite.yml @@ -70,3 +70,4 @@ - name: minimal - name: small - name: small-highmem + - name: medium