tripleo-image-elements/elements/nova-baremetal
Robert Collins e401ef4f38 Inject rather than read-out the virt power key.
Currently we make a throwaway key when using the virtual power
manager. This doesn't work all that well - users authorised_key files
get huge - and it doesn't work at all for Tripleo-CI.

Change-Id: I93191f8716a9e77da789a12c531ffa00bcd6cd5b
2014-02-14 09:46:51 +13:00
..
install.d Merge "Install nova-baremetal-manage into /usr/local/bin" 2014-01-28 13:01:44 +00:00
os-apply-config/mnt/state/var/lib/nova Inject rather than read-out the virt power key. 2014-02-14 09:46:51 +13:00
os-refresh-config Merge "Moving iptables rules to the relevant elements" 2014-01-30 21:41:43 +00:00
element-deps Inject rather than read-out the virt power key. 2014-02-14 09:46:51 +13:00
README.md Split out nova-bm-dnsmasq. 2013-09-18 18:18:58 +12:00

Nova baremetal services

Configures the nova-baremetal directories on disk and restarts the deploy helper service in os-refresh-config.

An iptables rule to capture incoming EC2 metadata API requests and redirect them to the nova API is automatically added to the neutron.ovs.physical_bridge interface. See the neutron-openvswitch-agent for the full set of ovs parameters. For example:

neutron:
  ovs:
    physical_bridge: br-ctlplane

In the future we may create a dedicated parameter to permit nova-baremetal to run separately from the neutron agents in the undercloud.