Skip to content

Commit d51b513

Browse files
ctlongbeyhan
authored andcommitted
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.
1 parent d238c16 commit d51b513

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

plan-patches/bosh-lite-aws/cloud-config/cloud-confg.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@
7070
- name: minimal
7171
- name: small
7272
- name: small-highmem
73+
- name: medium

plan-patches/bosh-lite-gcp/cloud-config/bosh-lite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@
7070
- name: minimal
7171
- name: small
7272
- name: small-highmem
73+
- name: medium

0 commit comments

Comments
 (0)