Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add medium VM type to cloud-config #1209

Merged
merged 2 commits into from
Oct 28, 2024

Conversation

dimivel
Copy link
Contributor

@dimivel dimivel commented Oct 23, 2024

WHAT is this change about?

Adds medium VM type to AliCloud, vSphere and OpensStack cloud-config.

What customer problem is being addressed? Use customer persona to define the problem e.g. Alana is unable to...

cloud-config examples in https://github.com/cloudfoundry/cf-deployment/tree/main/iaas-support

Please provide any contextual information.

#1202

Has a cf-deployment including this change passed cf-acceptance-tests?

  • YES
  • NO

Does this PR introduce a breaking change? Please take a moment to read through the examples before answering the question.

  • YES - please choose the category from below. Feel free to provide additional details.
  • NO

How should this change be described in cf-deployment release notes?

Adds medium VM type to AliCloud, vSphere and OpensStack cloud-config.

Something brief that conveys the change and is written with the persona (Alana, Cody...) in mind. See previous release notes for examples.

Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?

  • YES - please specify
  • NO

Does this PR make a change to an experimental or GA'd feature/component?

  • experimental feature/component
  • GA'd feature/component

Please provide Acceptance Criteria for this change?

What is the level of urgency for publishing this change?

  • Urgent - unblocks current or future work
  • Slightly Less than Urgent

Tag your pair, your PM, and/or team!

It's helpful to tag a few other folks on your team or your team alias in case we need to follow up later.

@@ -14,6 +14,9 @@ vm_types:
- name: small-highmem-100GB-ephemeral-disk
cloud_properties:
instance_type: small-highmem-100GB-ephemeral-disk
- name: medium
cloud_properties:
instance_type: m1.large
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we should change the other flavors to the defaults listed on https://docs.openstack.org/nova/latest/admin/flavors.html?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

@@ -26,6 +26,10 @@ vm_types:
cloud_properties:
instance_type: ecs.sn2ne.xlarge
ephemeral_disk: {size: "51_200"}
- name: medium
cloud_properties:
instance_type: ecs.sn1.2xlarge
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've only found type ecs.sn1ne.2xlarge with 8 CPUs and 16GB memory. Did you mean that size?
Docu: https://www.alibabacloud.com/help/en/ecs/user-guide/compute-optimized-instance-families

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes ecs.sn1ne.2xlarge is much bigger, if we compare it with the compiler vm type ecs.sn1.large (4 CPUs and 8GB memory). Also network baseline bandwidth is 2 Gbit/s.

@jochenehret jochenehret merged commit b1ed7c4 into cloudfoundry:develop Oct 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants