Adds support for subnets other than /24 and fixes issue where default_gw 50/350/2
authorTim Rozet <trozet@redhat.com>
Thu, 16 Apr 2015 13:46:38 +0000 (09:46 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 16 Apr 2015 15:39:27 +0000 (11:39 -0400)
commitbaa86cc250a0fcf44b6f4dea7c8aeb73f4f9f0fa
tree63467921a8b50c0de62fbb738d065bf57277ac1d
parent5ab51fd2706fb240e5279be15c10e71b12ad3780
Adds support for subnets other than /24 and fixes issue where default_gw
was set in the wrong place
PATCHSET2: Fixes improper spacing in network_type for .yaml settings

Correct subnet is now detected . This was needed for Intel Pod1, but can
be used in other environments.  Vagrantfile is now updated to add
this correct netmask, and variables are updated with correct netmask as
well.  default_gw was being set before the base_config was copied, so we
were losing the value of the variable.  Moved this statement to be after
base_config.

JIRA: BGS-31

Change-Id: I36c69abf5e687fe19a92a9659b2069e1f32275a8
Signed-off-by: Tim Rozet <trozet@redhat.com>
foreman/ci/deploy.sh