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 >.
George Rainovic suggested an idea (#1760) · Jul 22, 2017 at 07:32 PM · ansibleapiinventorypluginscripts
I'd like to have a way to dynamically update Ansible inventory file with information about resources from the Quali server.
This solution should be independent of Quali Execution Server on Linux.
Meni Beso commented · Jul 23, 2017 at 07:00 AM
Hi
Thank you for adding this idea, can you please describe the end to end use case? what are you trying to achieve?
George Rainovic commented · Sep 12, 2017 at 02:13 PM
I'd like my Ansible playbooks to be hosted on my Linux server, organized in a way that makes sense to my organization. That Linux server is not necessarily the Quali Execution Server.
I'd like to call Ansible playbooks from my divers (resource, topology) and from other places. I'd like to provide resource details (name, ip address, username, password) easily available to those playbooks. I am looking for a way (solution) to update Ansible inventory info (hosts file or whatever) with info from Quali server (the primary source of that info).
Meni Beso commented · Oct 10, 2017 at 09:16 AM
There are multiple ways to pull inventory information from CloudShell,
If you are running a script or a driver command in a sandbox, you can use the Context object (in python) to get all the sandbox information - see more in our Developer Guide:
Getting information - Drivers:
https://qualisystems.github.io/devguide/shells/8.0.0/getting-information-from-cloudshell.html
Getting information -Scripts: https://qualisystems.github.io/devguide/orchestration/8.0.0/getting-information-from-cloudshell.html
You can also use the cloudshell_automation_api to pull general inventory details (outside the scope of a specific sandbox) - API Documentation
You call the Ansible API from any script that you develop and use the details you get from CloudShell as inputs. When working with the APIs, it shouldn't matter in which servers you have Ansible or CloudShell, as long as you have aceess to the API.
Nuno Guerreiro commented · Mar 31, 2021 at 09:25 PM
for VMware and many other providers Ansible has dynamic inventory features....
This could be done in the Execution Server....
https://github.com/ansible-collections/community.general/tree/main/scripts/inventory
gilat naor commented · Jun 02, 2021 at 07:02 AM
Hi,
I hanged the status to exists, if anything is still missing - please create a new idea-box item with the exact need and motivation.
Thanks!
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.
Help us make things better. Share your great idea or vote for other people's.
Python API call to download driver (resource/service)
Provide capability to use private repositories for Ansible Playbooks and for Scripts
FindResources should optionally return excluded devices
Distribute Blueprint and Resource Scripts with associated Metadata
Get resource context in initialize command if exists
The CloudShell orchestration package needs to be in the script Python env by default
Sandbox API to return resource Address
Get reservable license number by API for regular CloudShell user