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 >.
Trying to create a custom python based resource driver and am running into an issue when I upload it. Within the compressed file I've got my driver.py, drivermetadata.xml, and requirements.txt. Pretty new at this so working with a very basic driver setup. When I attempt to upload I get the following error - Error Invalid driver: drivermetadata.xml is missing. Can anyone offer any insights or known gotchas that would be causing this?
Answer by Sadanand Hegde · May 12, 2017 at 04:11 PM
Please try zip only the files, not the folder
Answer by Yaniv Kalsky · May 12, 2017 at 03:31 PM
You're trying to upload it as a package instead of uploading it through the Manage/Drivers page.
A package can contain much more elements (data model, resources, blueprints, drivers, scripts, metadata file, etc) so it has a different structure (try to export a blueprint and look at the zip content.
I am attempting to upload through the Manage/Drivers/Resource page. Eventually I would like to include all those elements, but at the moment I've got the following in my package:
Is uploading as a .zip file now the through the Manage/Drivers/Resource page not the best method?
Sorry, I missed the file name that it was complaining about (if metadata.xml is missing - that's when you try to load a package).
If you have these files, it's good enough for uploading as a driver - just make sure you're having them in the root of the zip file and not in a folder.
That did it, I had the files in a folder and was then zipping the folder instead of just zipping the files.
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.