MSO4SC / cloudify-hpc-plugin

Plugin to allow Cloudify to deploy and orchestrate HPC resources
Apache License 2.0
8 stars 8 forks source link

Deploy new blueprints programmatically #68

Open prudhomm opened 6 years ago

prudhomm commented 6 years ago

We currently have to deploy new apps and new blueprints by hand through the marketplace. I understand that it is not easy to work with the marketplace. But could we at least deploy new blueprints automatically in the canary version and possibly the production version if all goes well? It is probably already available from cloudify. what do you think?

victorsndvg commented 5 years ago

The Marketplace provides an API to interact with it. Here is the description of the API and its features: https://fiwaretmfbizecosystem.docs.apiary.io/#reference/software-status-api

In addition, "register-for-all-users" could be also performed by using the Portal API. I don't know if this is yet ready or not. @emepetres , Do you have more details?