2014-04-08 16:20:31 +10:00
|
|
|
Puppet Modules
|
|
|
|
==============
|
|
|
|
|
2011-07-14 13:13:12 -04:00
|
|
|
These are a set of puppet manifests and modules that are currently being
|
2012-12-02 11:52:32 -08:00
|
|
|
used to manage the OpenStack Project infrastructure.
|
2011-07-14 13:13:12 -04:00
|
|
|
|
2013-01-07 11:59:57 -08:00
|
|
|
The main entry point is in manifests/site.pp.
|
2011-07-14 13:14:32 -04:00
|
|
|
|
2012-07-20 16:27:52 -07:00
|
|
|
In general, most of the modules here are designed to be able to be run
|
|
|
|
either in agent or apply mode.
|
2011-07-14 13:14:32 -04:00
|
|
|
|
2012-07-20 16:27:52 -07:00
|
|
|
These puppet modules require puppet 2.7 or greater. Additionally, the
|
|
|
|
site.pp manifest assumes the existence of hiera.
|
2011-12-27 16:27:00 -08:00
|
|
|
|
2015-05-14 21:38:19 +00:00
|
|
|
See http://docs.openstack.org/infra/system-config for more information.
|
2014-04-08 16:20:31 +10:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
==============
|
|
|
|
|
2015-05-14 21:38:19 +00:00
|
|
|
The documentation presented at http://docs.openstack.org/infra/system-config comes from
|
2014-10-03 16:36:18 -04:00
|
|
|
git://git.openstack.org/openstack-infra/system-config repo's docs/source. To
|
2014-04-08 16:20:31 +10:00
|
|
|
build the documentation use
|
|
|
|
|
|
|
|
$ tox -evenv python setup.py build_sphinx
|