From mboxrd@z Thu Jan 1 00:00:00 1970 From: Waldemar Quevedo Subject: Org Converge: Configuration management with Org Babel Date: Sat, 7 Jun 2014 19:48:39 +0900 Message-ID: Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=001a11c20ed6beaf2204fb3cb932 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:50083) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtEBJ-0006IG-UH for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 06:49:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WtEBI-0001lG-UR for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 06:49:01 -0400 Received: from mail-oa0-x22c.google.com ([2607:f8b0:4003:c02::22c]:65004) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WtEBI-0001l9-PI for emacs-orgmode@gnu.org; Sat, 07 Jun 2014 06:49:00 -0400 Received: by mail-oa0-f44.google.com with SMTP id o6so3967350oag.3 for ; Sat, 07 Jun 2014 03:48:59 -0700 (PDT) List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode --001a11c20ed6beaf2204fb3cb932 Content-Type: text/plain; charset=UTF-8 Hello Org mode users, I've had the idea for some time of using Org babel functionality as a method to provide configuration management features and the result is the following: https://github.com/wallyqs/org-converge Note that this uses the Ruby implementation of the Org mode parser that I've been maintaining to interop with some useful gems from Ruby, like rake and foreman. The idea here is to a able to use Org Babel not only for reproducible research, but also for reproducible runs entirely. This way a local development environment could be considered to be a run where the processes run in parallel, or in the case of the configuration of a server, we rely on the tangling syntax from Org Babel as well defined idempotency checks to make sure that the configuration from a server converges. In case you have some feedback, please let me know! Feel free to create any issues in the tracker in case you think that the idea has potential :) Thanks, - Waldemar --001a11c20ed6beaf2204fb3cb932 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

Hello Org mode users,

I've had the idea for some time of using Org babel functionality
as a method to provide configuration management
features a= nd the result is the following:


Note that= this uses the Ruby implementation of the Org mode parser
that I&= #39;ve been maintaining to interop with some useful gems from Ruby, like ra= ke and foreman.

The idea here is to a able to use Org Babel not only
for reproducible research, but also for reproducible runs entirely.=
This way a local development environment could be considered to = be=C2=A0
a run where the processes run in parallel, or in the case
of= the configuration of a server, we rely on the tangling
syntax fr= om Org Babel as well defined idempotency checks
to make sure that= the configuration from a server converges.

In case you have some feedback, please let me know!
Feel free to create any issues in the tracker in case
you = think that the idea has potential :)

Thanks,

- Waldemar

--001a11c20ed6beaf2204fb3cb932--