From 6c816e1ab0d362c91a73fb16abbcac10d58aa94b Mon Sep 17 00:00:00 2001 From: Tim Downey Date: Wed, 16 Apr 2025 09:38:28 -0600 Subject: [PATCH] Revert "Use e2 instead of n1 GCP VMs for BOSH Lites (#127)" e2 machine types are now the default in bosh-deployment https://github.com/cloudfoundry/bosh-deployment/pull/482 This reverts commit ee48dcbec34fb5fd718f817960e8aaea0dc4da92. --- ci/bosh-lite/create-bosh-lite.sh | 2 +- ci/bosh-lite/use-e2-standard-8.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100644 ci/bosh-lite/use-e2-standard-8.yml diff --git a/ci/bosh-lite/create-bosh-lite.sh b/ci/bosh-lite/create-bosh-lite.sh index d6894985..30ce5b5a 100755 --- a/ci/bosh-lite/create-bosh-lite.sh +++ b/ci/bosh-lite/create-bosh-lite.sh @@ -45,7 +45,7 @@ pushd "${state_dir}" > /dev/null -o "${deployment_repo}/gcp/cpi.yml" \ -o "${deployment_repo}/bosh-lite.yml" \ -o "${deployment_repo}/bosh-lite-runc.yml" \ - -o "${script_dir}/use-e2-standard-8.yml" \ + -o "${deployment_repo}/gcp/bosh-lite-vm-type.yml" \ -o "${deployment_repo}/jumpbox-user.yml" \ -o "${deployment_repo}/external-ip-not-recommended.yml" \ -o "${deployment_repo}/uaa.yml" \ diff --git a/ci/bosh-lite/use-e2-standard-8.yml b/ci/bosh-lite/use-e2-standard-8.yml deleted file mode 100644 index 384202e2..00000000 --- a/ci/bosh-lite/use-e2-standard-8.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -# Configure sizes for bosh-lite on gcp -- type: replace - path: /resource_pools/name=vms/cloud_properties/machine_type - value: e2-standard-8 \ No newline at end of file