From 59ea65ab5b22b7763ad68b5104c4cf2f568b11d4 Mon Sep 17 00:00:00 2001 From: Ronan Berder Date: Tue, 24 Jun 2014 13:32:13 -0700 Subject: [PATCH 1/4] Adding Rundeck, an (old school) orchestration tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f8ba7c0..a2bfdc9 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,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. +* [Rundeck](http://rundeck.org/) - Simple orchestration tool. * [Salt](http://www.saltstack.com/) - It's written in Python. ## Cloud Storage From 5a6430c749836f8baff803090d8de3c7cf9b6096 Mon Sep 17 00:00:00 2001 From: Ronan Berder Date: Tue, 24 Jun 2014 13:34:44 -0700 Subject: [PATCH 2/4] Adding continuous deployment to CI --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a2bfdc9..4c564aa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Cloud Storage](#cloud-storage) * [Configuration Management Database](#configuration-management-database) * [Configuration Management](#configuration-management) - * [Continuous Integration](#continuous-integration) + * [Continuous Integration & Continuous Deployment](#continuous-integration-continuous-deployment) * [Distributed Filesystems](#distributed-filesystems) * [DNS](#dns) * [Hosting Control Panels](#hosting-control-panels) @@ -100,13 +100,14 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Salt](http://www.saltstack.com/) - It's written in Python. * [Slaughter](http://steve.org.uk/Software/slaughter/) - It's written in Perl. -## Continuous Integration -*Continuous integration software.* +## Continuous Integration & Continuous Deployment +*Continuous integration/deployment software.* * [Buildbot](http://buildbot.net/) - Python-based toolkit for continuous integration. * [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software. * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server. +* VladTheDeployer ## Distributed Filesystems *Network distributed filesystems.* From 21c8626a969cd47d854eba5995ec793f6bcf9c54 Mon Sep 17 00:00:00 2001 From: Ronan Berder Date: Tue, 24 Jun 2014 13:35:27 -0700 Subject: [PATCH 3/4] Fixing anchor for CI & CD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c564aa..f49eeb0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [Cloud Storage](#cloud-storage) * [Configuration Management Database](#configuration-management-database) * [Configuration Management](#configuration-management) - * [Continuous Integration & Continuous Deployment](#continuous-integration-continuous-deployment) + * [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment) * [Distributed Filesystems](#distributed-filesystems) * [DNS](#dns) * [Hosting Control Panels](#hosting-control-panels) From 3f9773ba567988dcc5d59484971946097e456730 Mon Sep 17 00:00:00 2001 From: Ronan Berder Date: Tue, 24 Jun 2014 13:36:36 -0700 Subject: [PATCH 4/4] Adding full description for Vlad the Deployer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f49eeb0..bb83d2c 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ A curated list of amazingly awesome open source sysadmin resources inspired by [ * [GitLab CI](https://www.gitlab.com/gitlab-ci/) - Based off of ruby. They also provide GitLab, which manages git repositories. * [Go](http://www.thoughtworks.com/products/go-continuous-delivery) - Open source agile build and release management software. * [Jenkins](http://jenkins-ci.org/) - An extendable open source continuous integration server. -* VladTheDeployer +* [Vlad the Deployer](http://rubyhitsquad.com/Vlad_the_Deployer.html) - Deployment automation. ## Distributed Filesystems *Network distributed filesystems.*