Skip to content

Instantly share code, notes, and snippets.

@dfilppi
Created June 30, 2015 17:17
Show Gist options
  • Save dfilppi/93d79d268f312e5c1a23 to your computer and use it in GitHub Desktop.
Save dfilppi/93d79d268f312e5c1a23 to your computer and use it in GitHub Desktop.
cfy-coordinator-detail
joiner:
type: cloudify.nodes.Compute
properties:
install_agent: false
interfaces:
cloudify.interfaces.lifecycle:
configure:
implementation: scripts/mongo/install-pymongo.sh
executor: central_deployment_agent
start:
implementation: scripts/mongo/set-joiner-outputs.py
executor: central_deployment_agent
relationships:
- type: cloudify.relationships.connected_to
target: mongoc
- type: cloudify.relationship.connected_to
target: mongod
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment