cloudify-manager-blueprints
cloudify-manager-blueprints copied to clipboard
It should pass the ignore_failures value (True) to next iteration, otherwise ignore_failures would be set to False as default value and raise a Runtime Error exception which is not expected.
At runtime, it doesn't matter whether the port is `connected_to` the network or `contained_in`, because the code looks for any kind of a relationship. So the original code works. However,...
I see in the manager-blueprints the current package url points to http://repository.cloudifysource.org/cloudify/16.12.1/release/cloudify-manager-resources_16.12.1-community.tar.gz Seems that does not contain the latest cloudify compoments. So where can I download the package for version...
If we're replicating the REST service config files across a cluster, we need to make sure every node actually connects to its own rabbitmq - let's use 127.0.0.1 for that...
All our exchanges require that vhost; make sure it is created always when the exchanges are created, by declaring it in the definitions file that declares the exchanges. In normal...
Hi, I'm trying to deploy a Cloudify Manager instance on to the Azure VM provider. I have been set up appropriately and have the necessary keys and IDs for the...
There is no need for the user to ever care about the secret_key value, the only thing that matters is that it isn't easy to guess (or repeated across hosts)....