system-config/roles/puppet-install/README.rst
Ian Wienand ee7faefe08 Create ansible roles to install puppet
Currently our puppet-requiring hosts (all !bridge) do not manage their
puppet installs.  This is OK for existing servers, but new servers
come up without puppet installed.

This is playbooks to manage puppet installs on hosts.  It is mostly a
port of the relevant parts of ./install_puppet.sh for our various
control-plane platforms.

Basic testing with zuul-integration jobs is added.  Using this in the
control-plane base.yaml playbooks will be a follow-on.

Change-Id: Id5b2f5eb0f1ade198acf53a7c886dd5b3ab79816
2018-08-28 16:42:45 +10:00

24 lines
657 B
ReStructuredText

Install puppet on a host
.. note:: This role uses ``puppetlabs`` versions where available in
preference to system packages.
This roles installs puppet on a host
**Role Variables**
.. zuul:rolevar:: puppet_install_version
:default: 3
The puppet version to install. Platform support for various
version varies.
.. zuul:rolevar:: puppet_install_system_config_modules
:default: yes
If we should clone and run `install_modules.sh
<https://git.openstack.org/cgit/openstack-infra/system-config/tree/install_modules.sh>`__
from OpenStack Infra ``system-config`` repository to populate
required puppet modules on the host.