
We were using version 0.4.0 which supported Wildfly 9 just fine (with the systemd sysv support hack), but now we need wildfly 10 on the translate-dev server. Unfortunately 0.4.0 does not support wildfly 10 properly because wildfly 10 removed its built in init scripts. This newer puppet module will install systemd unit files that should work fine. Note that even though the new version of the puppet module supports wildfly 8, 9, and 10 it does not appear to do so on all ubuntu releases. Wildfly 10 requires a current enough release to have proper systemd. Older wildfly versions shoudl work on older ubuntu releases via the built in init scripts. Depends-On: I39453506821ff7073290a4e5696eda8575b6cb06 Change-Id: Iac6abcc4644276b1fc3117737e1dd4aa1be87785
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
36.9%
Python
36.8%
Shell
13.6%
Dockerfile
3.8%
JavaScript
3%
Other
5.9%