Adds ability to specify NICs to bridge on the jumphost 44/1344/1
authorTim Rozet <trozet@redhat.com>
Wed, 26 Aug 2015 22:18:59 +0000 (18:18 -0400)
committerTim Rozet <trozet@redhat.com>
Thu, 27 Aug 2015 14:47:20 +0000 (10:47 -0400)
commit1903ca60ff23ab90b2ff8801ed655779225024b5
tree21b128c9c19811941756b3331807560c6b3c8fcc
parente81470c59a70eab98426917702d592c4fc7f97e0
Adds ability to specify NICs to bridge on the jumphost

This patch adds new functionality to be able to specify the physical
interfaces on the jumphost to bridge to (rather than figured out
dynamically).  The patch introduces new args for each nic:
 - admin_nic
 - private_nic
 - public_nic
 - storage_nic

The public_nic is the only arg to be used when using -virtual.  In
baremetal: admin_nic, private_nic, and public_nic must either be all or
none specified.  The patch also cleans up virtual node logic, which was
working, but had unnecessary logic.

JIRA: APEX-4

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