Skip to content

Instantly share code, notes, and snippets.

@yeshess
Last active February 27, 2017 15:43
Show Gist options
  • Save yeshess/519046b7d35a2da5eef296f4d890c835 to your computer and use it in GitHub Desktop.
Save yeshess/519046b7d35a2da5eef296f4d890c835 to your computer and use it in GitHub Desktop.
clearwater.nodes.sprout:
derived_from: clearwater.nodes.monitoredconfig
interfaces:
cloudify.interfaces.lifecycle:
configure: scripts/clearwater/sprout/install-sprout.sh
stop: scripts/clearwater/sprout/stop-sprout.sh
delete: scripts/clearwater/other/remove-cluster-node.sh
clearwater.nodes.bono:
derived_from: clearwater.nodes.monitoredconfig
interfaces:
cloudify.interfaces.lifecycle:
configure: scripts/clearwater/bono/install-bono.sh
stop: scripts/clearwater/bono/stop-bono.sh
delete: scripts/clearwater/other/remove-cluster-node.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment