Add support for passing configuration profile
authorSimo Sorce <simo@redhat.com>
Tue, 27 May 2014 22:02:29 +0000 (18:02 -0400)
committerSimo Sorce <simo@redhat.com>
Wed, 4 Jun 2014 14:26:34 +0000 (10:26 -0400)
commit8fa20c6c81aab558cd00bf1e4ac87ec8ee5a8556
tree61a981972145fa7c1fff8858d28617ba4839bd4b
parentca38224edc22e794c77418d30c2034cdba7ebe67
Add support for passing configuration profile

The new option --config-profile accepts a INI style file, so that
installation options are passed in via a file. this is useful for
testing and automated installs.

This file can have 2 sections: globals, arguments.

The globals section can change global variable in the install script
like: TEMPLATES, CONFDIR, DATADIR, HTTPDCONFD and so on, so that an
installation can use non-standad directories.

The argumets section accepts any argument option.
The config profile file is parsed after all arguments have parsed and
can override any plugin argument.

Signed-off-by: Simo Sorce <simo@redhat.com>
ipsilon/install/ipsilon-client-install
ipsilon/install/ipsilon-server-install