Last active
February 27, 2017 15:43
-
-
Save yeshess/519046b7d35a2da5eef296f4d890c835 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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