tripleo-image-elements/elements/nova-baremetal
Jan Grant 54a3122bca Prevent stand-alone tftpd on Debian
The tftpd-hpa package includes a SysV startup script. Ensure
(rather brutally) that this is turned off, to let xinetd get a
look-in.

Change-Id: I01f34c6869b60432cff115e46246cd526ec12a62
2014-04-14 12:24:01 +01:00
..
install.d Prevent stand-alone tftpd on Debian 2014-04-14 12:24:01 +01: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 Relabel /tftpboot if selinux is used 2014-04-02 22:48:53 -07:00
README.md Split out nova-bm-dnsmasq. 2013-09-18 18:18:58 +12:00
element-deps Inject rather than read-out the virt power key. 2014-02-14 09:46:51 +13:00

README.md

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.