-
Notifications
You must be signed in to change notification settings - Fork 306
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
Add medium VM type to cloud-config #1209
Conversation
@@ -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 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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 |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
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.
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?
Does this PR introduce a breaking change? Please take a moment to read through the examples before answering the question.
How should this change be described in cf-deployment release notes?
Adds medium VM type to AliCloud, vSphere and OpensStack cloud-config.
Does this PR introduce a new BOSH release into the base cf-deployment.yml manifest or any ops-files?
Does this PR make a change to an experimental or GA'd feature/component?
Please provide Acceptance Criteria for this change?
What is the level of urgency for publishing this change?
Tag your pair, your PM, and/or team!