lluis / initr

initr automates the lifecycle of computer systems. From provision to operations, puts and keeps the nodes on track. It uses Puppet as enabling technology.

Home Page:www.initr.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Initr

Adds a user interface to configure Puppet modules and acts as an external node classifier to puppet server.

Initr is a Redmine plugin.

Install

You will need Redmine 2.x

Copy plugin to plugins/initr inside Redmine

Migrate initr and all Initr plugins:

rake redmine:plugins:migrate NAME=initr
rake redmine:plugins:migrate

Restart Redmine

Configuration

It is recomended to run a Puppetmaster configured with storeconfigs.

You’ll need to configure puppetmaster "external nodes" to call the script provided in bin/external_node.sh which gets node classes and parameters from an initr url.

Known issues

To avoid this bug in Redmine http://www.redmine.org/issues/15881 apply patch

Uninstall

Uninstall initr and all the initr plugins

bundle exec rake redmine:plugins:migrate NAME=bind  VERSION=0
bundle exec rake redmine:plugins:migrate NAME=custom_klasses VERSION=0
bundle exec rake redmine:plugins:migrate NAME=link_klass VERSION=0
bundle exec rake redmine:plugins:migrate NAME=nagios VERSION=0
bundle exec rake redmine:plugins:migrate NAME=webserver1 VERSION=0
bundle exec rake redmine:plugins:migrate NAME=initr VERSION=0

Remove plugins/initr

About

initr automates the lifecycle of computer systems. From provision to operations, puts and keeps the nodes on track. It uses Puppet as enabling technology.

www.initr.org

License:Other


Languages

Language:JavaScript 28.2%Language:HTML 19.1%Language:Ruby 16.8%Language:Perl 15.9%Language:Puppet 12.7%Language:Shell 6.5%Language:PHP 0.5%Language:Vim Script 0.2%Language:CSS 0.1%Language:Batchfile 0.0%