Questions tagged [cloudify-script-plugin]
6 questions
0
votes
1 answer
Cloudify Manager: How to read a conf file from a python script in cloudify manager?
My directory structure is --> test => [blueprint.yaml, scripts [python_script.py, sample.conf]]
python_script.py would basically read default configurations from sample.conf and parse/do some string operations and generates a new conf file.
But am…

Kasibak
- 1
0
votes
1 answer
How to vary creation/not creation of node instances during "install" workflow?
The task is: we have a blueprint with all needed node templates described in it,
and we want to create a deployment, that includes all these nodes, but we don't want all of them to be created during the "install" workflow.
I mean, e.g. it's needed…
0
votes
1 answer
Cloudify 3.3.1 simple-manager bootstrap fails with http 504 / filename argument expected
I'm trying to bootstrap a cloudify manager using the simple-manager-blueprint from the cloudify-manager-repo and following the instructions here
I am running the bootstrap process from Ubuntu 16, and attempting to bootstrap onto an already-existing…

user1699153
- 23
- 3
0
votes
1 answer
Cloudify 3.3 - Use of existing network (no Floating IP)
we want to configure a Cloudify Manager into an OpenStack project in which there is only an external network (named public_net), with public IP addresses.
In other words, each Cloudify VM (both Manager and Application) should be attached to the…

Joe
- 47
- 1
- 8
0
votes
2 answers
Cloudify 3.3 - Openstack:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
I'm trying to create a Cloudify Manager into OpenStack with Keystone using HTTPS connection.
When I execute the command:
cfy bootstrap --install-plugins -p /path/to/manager/blueprint/file -i /path/to/inputs/yaml/file
I receive the following…

Joe
- 47
- 1
- 8
0
votes
1 answer
Cloudify Script Plugin : Passing inputs as Environment Variables to scripts
I am trying to pass blueprints inputs as environment variables to a python script (executed by script_plugin during one of the lifecycle operations of a node).
We are using Cloudify 3.1.
My blueprint looks like below (trimmed it to show the required…

Chandu
- 81,493
- 19
- 133
- 134