Category: plugins
-
Cloudify Plugin Development: Best Practices
- By Isaac Shabtay
- February 14, 2018
Article Contents Overview Prerequisite Skills Overall Structure Interface First Layered Approach The Third-Party SDK The Context-Independent Code The Cloudify Integration Layer Testing Packaging Writing setup.py Coding Referring to ctx Downloading Resources using ctx.download_resource Exception Handling… Read More -
Creating a Wagon File
- By Isaac Shabtay
- February 14, 2018
Article Contents Wagon’s Version Wagon’s Installation Work Around the manylinux Bug Wagon Tool Invocation Wagon’s Version As of Cloudify 4.2, the version that should be used is 0.3.2. Always use the same version of Wagon as the one used by the targeted Cloudify Manager. Note, this… Read More