Skip to content

cwolferh/aeolus-cfg

 
 

Repository files navigation

aeolus-cfg

Deprecated. Latest scripts are at https://github.com/aeolus-incubator/dev-tools

Next generation approach for installing Aeolus, using Puppet.

As the root user on a box you want to install Aeolus on:

If you want to use system ruby:

# curl https://raw.github.com/cwolferh/aeolus-cfg/master/bootstrap.sh | /bin/sh

If you want to use a specific ruby version via rbenv

# export RBENV_VERSION=1.9.3-p194; curl https://raw.github.com/cwolferh/aeolus-cfg/master/bootstrap.sh | /bin/sh

This should work on rhel6, fc16 and fc17 (the script's env variables + oauth.json are pointing to existing imagefactory/iwhd/deltacloud instances).

About

dev-leaning rewrite

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 54.7%
  • Shell 35.3%
  • Ruby 10.0%