Skip to content

Commit

Permalink
Merge pull request #1209 from sap-contributions/medium_vm_type
Browse files Browse the repository at this point in the history
Add medium VM type to cloud-config
  • Loading branch information
jochenehret authored Oct 28, 2024
2 parents e9e6f54 + 57ce1a1 commit b1ed7c4
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iaas-support/alicloud/cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.sn1ne.2xlarge
ephemeral_disk: {size: "51_200"}
- name: compiler
cloud_properties:
instance_type: ecs.sn1.large
Expand Down
3 changes: 3 additions & 0 deletions iaas-support/openstack/cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: medium

disk_types:
- name: 5GB
Expand Down
4 changes: 4 additions & 0 deletions iaas-support/openstack/flavors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@
ram: 31232
vcpus: 4
ephemeral: 100
- name: medium
ram: 16384
vcpus: 8
ephemeral: 50
5 changes: 5 additions & 0 deletions iaas-support/vsphere/cloud-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ vm_types:
cpu: 4
ram: 32768
disk: 10240
- name: medium
cloud_properties:
cpu: 8
ram: 16384
disk: 10240

disk_types:
- disk_size: 5120
Expand Down

0 comments on commit b1ed7c4

Please sign in to comment.