openstack-virtual-baremetal/bin
Ben Nemec cbf1d6a467 Use a single Neutron port for bmc
The original single bmc change configured the bmc instance with
two Neutron ports.  This was done mostly to avoid some extra
manual network configuration in the bmc instance, but it resulted
in duplicate routes to the private network.  Recently it has come
to my attention that Ironic is having intermittent problems
talking to the bmc instance, which may be caused by this duplicate
route.  I had similar problems with the initial single bmc change
because it added N routes to the bmc when N baremetal instances
were created.  Reducing the duplicate routes probably mitigated
the problem, but didn't eliminate it.

This change switches to a single Neutron port for the bmc and does
the necessary configuration via os-net-config so the default route
and the Neutron assigned address will continue to work.  It also
removes the note in the documentation about needing to allow
multiple ports on a single network.
2016-02-22 18:26:46 -06:00
..
build-nodes-json Allow loading node details from YAML 2016-02-12 11:06:00 -06:00
deploy-controller Switch order of -e in all deploy scripts 2015-11-25 13:53:53 -06:00
deploy-quintupleo Allow customizing the stack name in deploy-quintupleo 2016-02-12 10:35:59 -06:00
deploy-stack Put undercloud floating ip into own type 2015-11-24 09:54:32 +13:00
install_openstackbmc.sh Use a single Neutron port for bmc 2016-02-22 18:26:46 -06:00
openstackbmc Allow a single BMC to manage multiple BMs 2015-11-03 10:57:15 +13:00