From 6859a434697bcc319964d38825ea42a0a2f02468 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Tue, 6 Aug 2024 22:24:50 +0200 Subject: [PATCH] Create Solutions Orchestration.md --- .../Solutions/Solutions Orchestration.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Cheat Sheets/Solutions/Solutions Orchestration.md diff --git a/Cheat Sheets/Solutions/Solutions Orchestration.md b/Cheat Sheets/Solutions/Solutions Orchestration.md new file mode 100644 index 000000000..40703f5ba --- /dev/null +++ b/Cheat Sheets/Solutions/Solutions Orchestration.md @@ -0,0 +1,18 @@ +This page is about non-cloud orchestration tools. + +# Linux Orchestration Tools + +- [JuJu](https://launchpad.net/juju): mostly for Ubuntu, service orchestration tool (Python, commercially backed) +- [Maestro](http://www.maestrodev.com/) (enterprise, commercial) +- [mcollective](http://puppetlabs.com/mcollective) - Puppet parallelizing and orchestration framework +- [SaltStack](http://www.saltstack.com/community/) +- Ansible + +### Orchestration Standards + +- [TOSCA](https://www.oasis-open.org/committees/tc_home.php?wg_abbrev=tosca) (OASIS) + +### Orchestration Frameworks + +- [calm.io](https://calm.io) +- [Cloudify](https://getcloudify.org/)