Rename configuration variable GATEWAY to KVMHOST
authorMartin Schwenke <martin@meltin.net>
Wed, 18 Jun 2014 02:24:32 +0000 (12:24 +1000)
committerMartin Schwenke <martin@meltin.net>
Wed, 25 Jun 2014 10:46:15 +0000 (20:46 +1000)
commit96d0c28116f4dda10433c881ffa355c349a42bbe
tree08177ab439efb71e0795482a2f227e5a7c4c9f5d
parent90125744b49031bffb3bf7a7f190873f7c4cfdbd
Rename configuration variable GATEWAY to KVMHOST

A previous commit meant that the value of GATEWAY is no longer used as
the gateway for the default network route, so renaming the variable
adds clarity.

This means that GATEWAY is no longer available to kickstart via the
basic post-install script.  So generate some new variables INSTALL_GW
and INSTALL_IP in create_base() and tweak the post-install logic to
use them.

Signed-off-by: Martin Schwenke <martin@meltin.net>
autocluster
base/all/etc/hosts
base/all/etc/ntp.conf
base/rhel_base/etc/hosts
config.d/00base.defconf
config.d/10shareddisk.defconf
templates/basic-postinstall.sh