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 >.
Hi Everyone,
I have developed a CloudShell Shell with a python driver for CloudShell version 7.1 and it works as expected. However, I need to make this shell compatible with an older version of CloudShell, mainly CloudShell version 6.2.3, what changes would be required?. I can't seem to find information for compiling for older version of CloudShell. If someone can point me in the right direction that would be great.
Thank you for your time.
Answer by Yaniv Kalsky · Apr 04, 2017 at 05:10 PM
Hi @janusz
Python drivers were introduced in CloudShell 7.0, so there is no way to take it back to CloudShell 6.2.3.
You will need to either upgrade to a newer version of CloudShell (probably the prefered option) or re-develop the driver with CloudShell Authoring.
Yaniv
Answer by janusz · Apr 11, 2017 at 01:07 PM
Hi @Yaniv.K
Thank you for the fast response. I do not have control over updating to Cloudshell to version 7 & up, is there any documentation for developing drivers with CloudShell authoring targeting version 6? The CloudShell Developer Guide is only for version 7.X and 8.
Thank you.
Answer by Yaniv Kalsky · Apr 11, 2017 at 06:40 PM
Try to start from here:
http://help.quali.com/Online%20Help/8.0/Portal/Content/CSA/Crt-Autom-Drvr.htm
The concept is similar, you create a resource driver from the template, and then add a new function for each command (there are some example commands in the template that you can duplicate).
Yaniv
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.
Adding behavior to a resource 2 Answers
Shell for CloudShell authoring driver 1 Answer
Discovery failed for resource: No module named paramiko 2 Answers
Failed to install shell? 1 Answer