Skip to content

Commit

Permalink
fix(plan-patches/bosh-lite-*): Add medium VM type to Cloud Config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ctlong committed Oct 11, 2024
1 parent 846de1b commit c6720ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions plan-patches/bosh-lite-aws/cloud-config/cloud-confg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@
- name: minimal
- name: small
- name: small-highmem
- name: medium
1 change: 1 addition & 0 deletions plan-patches/bosh-lite-gcp/cloud-config/bosh-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,4 @@
- name: minimal
- name: small
- name: small-highmem
- name: medium

0 comments on commit c6720ee

Please sign in to comment.