These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
VISIT OUR DIFFERENT FORUMS:
Announcements > | |
CloudShell > | TestShell > |
Developers > | BI (Business Inteligence) > |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide > | Configuration Management > |
Getting started with Shells > | Extending CloudShell with Cloud Providers > |
Getting started with Orchestration > | API Guide > |
To share your integration, follow the instructions in this guide >.
Meni Beso created · Sep 18, 2016 at 02:22 PM · vmcloudshell
This solution is an implementation example of a CloudShell capability which allows you to model in CloudShell virtual machines which weren't deployed by CloudShell app feature and aren't managed as part of the reservation life-cycle processes. It allows you to create a resource that represents this virtual machine in CloudShell inventory and then associate it with the Cloud Provider resource (vCenter) so it will get the vCenterShell capabilities like power on, power off, connectivity etc.
The one thing that differentiates between the creation process of Static VM and a regular resource is the get_inventory command, which given the VM's full path in vCenter and the name of the vCenter resource (in CloudShell) it finds the VM in vCenter and creates the linkage between the resource to the vCenter resource, thus giving it the vCenterShell capabilities. In the attached example the get_inventory command gets this information from attributes on the root model ("vCenter Name" and "vCenter VM"). However, a static VM resource can have any modelling in CloudShell and be created by 1st Gen or 2nd Gen shells as long as its get_inventory command gets the relevant information and does the linkage process to the vCenter resource (see the driver in the attached example for reference). For details on how to create a static VM shell, see this CloudShell Dev Guide article.
The difference between a VM which was deployed by CloudShell to a Static VM is that the OOB Setup and Teardown identify the static VMs and don't automatically power them on/off or connect/disconnect them. Note that the Delete command that comes from the vCenterShell isn't available for Static VMs as they weren't deployed by CloudShell.
Compatible for VMware 6.5 and 6.7.
As Alona updated in the description, the OOTB won't power on/off these static VMs.
We have a fork of these default setup/teardown over here: cloudshell-orch-sandbox which also adds more features around physical resources and snapshots.
The description of this repository has been updated. I'm hoping it will clarify things and answer your questions.
Alona
These forums are a place for learning, helping and sharing experiences with others about any of our products. Feel free to ask a question and get answers from our community and our most advanced users.
Note that these are public forums - anyone can view the discussions here.
Announcements | |
CloudShell | TestShell |
Developers | BI (Business Inteligence) |
This is where you can suggest your ideas to help and improve the product for everyone.
Please make sure to read the following article before posting a new idea, to get more information about the required information and ideas lifecycle.
Feel free to vote and comment on other ideas to promote them.
Thanks for everyone who suggested the ideas and voted for them.
Find, download and share integrations that can extend and enhance the CloudShell experience.
Integrations have several levels:
Certified - Officially tested and supported by Quali.
Preview - Provides a sneak peek to what the Quali team is developing. Officially supported by Quali. Feel free to experiment and comment, but please take into consideration that it is not yet tested and released.
Community - Integrations shared by community users. Feel free to look into what other users have contributed, please take into consideration that these integrations are not tested by Quali.
To learn more about creating Shells and integrating with CloudShell, use the following links:
CloudShell's Dev Guide | Configuration Management |
Getting started with Shells | Extending CloudShell with Cloud Providers |
Getting started with Orchestration | API Guide |
To share your integration, follow the instructions in this guide.