
The TripleO cloud does not work when the neutron-based floating ip logic creates a floating ip directly on a server port. The problem is that the floating IP is correctly created and correctly associated with the server, but Nova has no clue that this has happened, so GET calls to /server do not show that the server has the floating IP. As that's the way we track success, we can't use it. However, if a floating IP is created using the nova proxy, it all works - so just configure the cloud with "has_network: False" so that direct neutron interactions are not attempted. Change-Id: Idb90cad36feb99bc5aa19da4874ce97f868681c7
Puppet Modules
These are a set of puppet manifests and modules that are currently being used to manage the OpenStack Project infrastructure.
The main entry point is in manifests/site.pp.
In general, most of the modules here are designed to be able to be run either in agent or apply mode.
These puppet modules require puppet 2.7 or greater. Additionally, the site.pp manifest assumes the existence of hiera.
See http://docs.openstack.org/infra/system-config for more information.
Documentation
The documentation presented at http://docs.openstack.org/infra/system-config comes from git://git.openstack.org/openstack-infra/system-config repo's docs/source. To build the documentation use
$ tox -evenv python setup.py build_sphinx
Description
Languages
Jinja
37%
Python
36.7%
Shell
13.6%
Dockerfile
3.9%
JavaScript
3%
Other
5.8%