025110241e
This ensures database migrations only happen on one node. It moves database migration from post-configure.d to configure.d within individual service elements and protects all 'db sync' call with an os-is-bootstrap-host check until we have a better story regarding leadership checks. Also removes all redundant 'db sync' calls from the boot-stack element (they were not actually being run there, anyway). Change-Id: Idf3c642614699cf3f79aefd7434b3eb4983df1ae Closes-bug: #1339047 |
||
---|---|---|
.. | ||
install.d | ||
os-apply-config/mnt/state/var/lib/nova | ||
os-refresh-config | ||
element-deps | ||
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.