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 the e1050 System Type #17

Open
prb112 opened this issue Feb 4, 2025 · 2 comments · May be fixed by #18
Open

Add the e1050 System Type #17

prb112 opened this issue Feb 4, 2025 · 2 comments · May be fixed by #18
Assignees
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.

Comments

@prb112
Copy link

prb112 commented Feb 4, 2025

Describe the solution you'd like

Per the ibmcloud pi datacenter ls output, the regions mad02, eu-de-1 and dal14 are missing the e1050 system type.

The regions supporting are:

mad02
eu-de-1
dal14

Anything else you would like to add:

https://cloud.ibm.com/docs/power-iaas?topic=power-iaas-ibm-cloud-reg

See: kubernetes-sigs/cluster-api-provider-ibmcloud#2167 (comment)

@mkumatag mkumatag added good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines. labels Feb 4, 2025
@GunaKKIBM
Copy link

/assign

@prb112
Copy link
Author

prb112 commented Feb 5, 2025

Hey @GunaKKIBM

Here is a script to generate the region mappings.

❯ ibmcloud pi datacenter ls --json | jq -r '.datacenters[] | "\(.location.region),\(.capabilitiesDetails.supportedSystems.general[])"' | sort -u

che01,e980
che01,s922
dal10,e1080
dal10,e980
dal10,s1022
dal10,s922
dal12,e980
dal12,s922
dal14,e1050
dal14,e1080
dal14,s1022
eu-de-1,e1050
eu-de-1,e1080
eu-de-1,e980
eu-de-1,s1022
eu-de-1,s922
eu-de-2,e980
eu-de-2,s1022
eu-de-2,s922
lon04,e980
lon04,s922
lon06,e980
lon06,s922
mad02,e1050
mad02,e1080
mad02,e980
mad02,s1022
mad02,s922
mad04,e980
mad04,s1022
mon01,e980
mon01,s922
osa21,e980
osa21,s1022
osa21,s922
sao01,e980
sao01,s1022
sao01,s922
sao04,e980
sao04,s1022
sao04,s922
syd04,e980
syd04,s922
syd05,e980
syd05,s922
tok04,e980
tok04,s1022
tok04,s922
tor01,e980
tor01,s922
us-east,e980
us-east,s922
us-south,e980
us-south,s922
wdc06,e980
wdc06,s1022
wdc06,s922
wdc07,e1080
wdc07,e980
wdc07,s1022
wdc07,s922

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Denotes an issue ready for a new contributor, according to the "help wanted" guidelines. help wanted Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants