From 3ae501d006abd9ca819f545198e1cea4ae85a7c2 Mon Sep 17 00:00:00 2001 From: Andrew Childs Date: Thu, 26 Jun 2014 16:48:55 -0400 Subject: [PATCH 1/2] Add Overcast to Configuration Management section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c50d990..76b3769 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [CFEngine](http://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language. * [Chef](http://www.opscode.com/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL. * [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. +* [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any of them via SSH. * [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL. * [Salt](http://www.saltstack.com/) - It's written in Python. * [Slaughter](http://steve.org.uk/Software/slaughter/) - It's written in Perl. From 76caf40dd60a9e3d1b513234eb6c8e7dfcb77745 Mon Sep 17 00:00:00 2001 From: Andrew Childs Date: Thu, 26 Jun 2014 18:32:45 -0400 Subject: [PATCH 2/2] Move Overcast to Cloud Orchestration section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76b3769..c325186 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ ## Cloud Orchestration * [Cloudify](http://www.getcloudify.org/) - Open source TOSCA-based cloud orchestration software platform written in Python and YAML. +* [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any or all of them in parallel via SSH. * [Rundeck](http://rundeck.org/) - Simple orchestration tool. * [Salt](http://www.saltstack.com/) - It's written in Python. @@ -110,7 +111,6 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [CFEngine](http://cfengine.com/) - Lightweight agent system. Configuration state is specified via a declarative language. * [Chef](http://www.opscode.com/chef/) - It's written in Ruby and Erlang and uses a pure-Ruby DSL. * [Fabric](http://www.fabfile.org/) - Python library and cli tool for streamlining the use of SSH for application deployment or systems administration tasks. -* [Overcast](http://andrewchilds.github.io/overcast/) - Deploy VMs across different cloud providers, and run commands and scripts across any of them via SSH. * [Puppet](http://puppetlabs.com/) - It's written in Ruby and uses Puppet's declarative language or a Ruby DSL. * [Salt](http://www.saltstack.com/) - It's written in Python. * [Slaughter](http://steve.org.uk/Software/slaughter/) - It's written in Perl.