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 >.
I have written 2 drivers at this point , uploaded one and set it as active which basically updated it to all the matching resources.
Now, I uploaded another one and when I go to set it active it says “Activating the driver will enable it in all relevant resources (skipping resources which already have a different driver). Do you want to continue?”
Does this mean my first driver which is already assigned to resources will not have this second driver in addition to it?
How can we have 2 drivers active at the same time? Is this even possible.
Here is my use case.
I have say 5 devices D1, D2 , D3 , D4, D5
Driver 1 has commands like ping which can be executed on all the devices
Driver 2 has commands which can only be executed on D2, D3, D4
How to make this work so that
D1, D2 , D3 , D4, D5 have Driver1
While D2,D3,D4 have Driver 1 and Driver 2
Answer by Yaniv Kalsky · Feb 16, 2017 at 06:00 PM
Using the activate option will apply the new driver only to resources that are from the selected models, and do not have a driver set for them yet.
So if you add a new driver, and assign it to the same models, the activate will skip any resource that already has Driver 1 set.
While you can assign multiple drivers to a model, you can only assign one driver per resource, and if needed, you can switch between them (manually in Resource Manager or via the API).
For your scenario, you can do either:
1. add all the functionality to Driver 1, and based on the resource, some of the commands will end without doing anything (with a proper message to the user that this command is not relevant to this device)
2. use a combination of a driver and resource scripts, this can be used side by side, so when you look at the list of commands a resource has, you'll see the ones from the driver + any resource script that is assigned to this resource model. Any script that is generic enough can be then used to even multiple models (scripts such as: ping, open ticket/report problem, etc).
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.