Add Environment Helpers installer framework
authorSimo Sorce <simo@redhat.com>
Mon, 28 Apr 2014 17:58:51 +0000 (13:58 -0400)
committerSimo Sorce <simo@redhat.com>
Fri, 2 May 2014 01:05:47 +0000 (21:05 -0400)
commitaaed708431955d4cc01e82f003c9d35851073510
tree766f730d49469ab09cd26271d37e178f942d5578
parentf139821010d71a07e011b257132b4acbc872a21b
Add Environment Helpers installer framework

Environment helpers are meta-plugins that allow to set ipsilon in
well defined environments.
For example when ipsilon is install in a FreeIPA or AD domains and
authentication methods, cetificate, keytabs etc, can be pre-configured
and deployed at the same time the server is installed with minimal
effort and wellknown methods.

These are run before any of the other plugins as they can chage the
configuration option for any of the plugins, enable or disable plugins,
or pre-configure some elements.

Signed-off-by: Simo Sorce <simo@redhat.com>
ipsilon/helpers/__init__.py [new file with mode: 0644]
ipsilon/helpers/common.py [new file with mode: 0755]
ipsilon/install/ipsilon-server-install