Skip to content
/ initr Public
forked from descala/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.

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

lluis/initr

 
 

Repository files navigation

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.

Resources

License

Unknown, GPL-2.0 licenses found

Licenses found

Unknown
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 28.2%
  • HTML 19.1%
  • Ruby 16.8%
  • Perl 15.9%
  • Puppet 12.7%
  • Shell 6.5%
  • Other 0.8%