apache / cloudstack

Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
https://cloudstack.apache.org/
Apache License 2.0
2k stars 1.09k forks source link

Add Domain/Account Assignment at Instance Creation #9612

Closed scottsignal closed 1 month ago

scottsignal commented 1 month ago
ISSUE TYPE
COMPONENT NAME
UI
CLOUDSTACK VERSION
4.19.1.1
CONFIGURATION
N/A
OS / ENVIRONMENT
KVM
SUMMARY

Add Account/Domain Assignment at instance creation. At this time, you need to go through the instance creation wizard and then assign the account later on.

STEPS TO REPRODUCE
N/A - Workflow Enhancement
EXPECTED RESULTS
When creating an instance being able to assign Domain/Account out of the gate.  Proposed to add these as dropdowns under #8 Details Section in the wizard.
ACTUAL RESULTS
Not possible today unless done via API.  You need to create the instance and then circle back to assign domain/account.
BryanMLima commented 1 month ago

Hey @scottsignal, can you check if PR #8919 addresses your case? This PR adds an option to specify the account (and its domain) to be considered the owner of resources such as VMs and networks. The PR is already merged, therefore, it will be available in version 4.20.

scottsignal commented 1 month ago

@BryanMLima Yes, this will work. I didn't think to search for VM since they are called Instances now. Thanks for the response.

DaanHoogland commented 1 month ago

fixed in #8919