Closed (fixed)
Project:
Cloud Orchestrator
Version:
4.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
21 Jul 2021 at 16:36 UTC
Updated:
25 Aug 2021 at 06:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #3
baldwinlouie commented@yas. This PR adds the ability to enable Terrform, VMware and OpenStack. I've decided to make AWS Cloud and K8s enabled by default because we use the two tabbed dashboard as the homepage.
This way, it simplifies the code in
submitForminModuleConfigureFormComment #4
yas@baldwinlouie
Thank you for the patch. I tested the patch and it works fine, and I feel that we should add AWS and K8s options during the installation like before because as an IT admin, it would be easier to recognize which modules are being installed. In that case, I think the AWS and K8s checkbox are disabled.
What do you think?
Comment #5
baldwinlouie commented@yas, I added a set of "disabled" checkboxes to show the user that AWS and K8s are already enabled. The disabled checkboxes do not do anything because the modules are enabled once the Install Profile is installed. They are there merely for UI/UX.
Please see screenshot and the PR.
See this screenshot.

I split it up into its own set of checkboxes because
1. Easier to implement than adding them to the Checkboxes with OpenStack/VMware/Terraform. It would have been harder to disable AWS and K8s if I put them there.
2. Technically, AWS/K8s are already enabled once the Install Profile is enabled, since those modules were part of the
cloud_orchestrator.info.ymlComment #6
yas@baldwinlouie
Thank you for the update. It looks good. I'll merge the patch to
3.xand4.x, and close this issue as Fixed.Comment #10
yas