HPE Morpheus Enterprise Software
1856339 Members
7547 Online
104111 Solutions
New Discussion

Region Selection for Provsioning

 
RJ12
Frequent Advisor

Region Selection for Provsioning

Hi Team,

In order to deploy a VM, there is no region selection for public clouds. Is it something achievable any any other means ? Every time we deploy a VM, it goes to the same availability zone.

Regards
RJ

2 REPLIES 2
cbunge
HPE Pro

Re: Region Selection for Provsioning

We do prompt for region when you are deploying via Instances. If you are referring to a custom Catalog, you can create an Option List with REST API call to:
https://morpheus.bungebash.com/api/options/zoneRegions with a Request script of:
if (input.targetCloud) { results.push({name: 'zoneId', value: input.targetCloud}) }

Essentially you need to pass the cloud ID to filter the list of available zones.

Ollie-Phillips
HPE Pro

Re: Region Selection for Provsioning

I think Resource Pool offers this in public clouds. In an integrated multi-region cloud these can be scoped to specific regions, which can be selected at provision time.



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo