tripleo-puppet-elements/elements/puppet-modules/README.md

620 B

Installs the full set of puppet modules required to configure an OpenStack installation.

Supports packages (all-in-one) or source-repository based installation of modules via Git.

To use packages:

export DIB_INSTALLTYPE_puppet_modules=packages

To use git:

export DIB_INSTALLTYPE_puppet_modules=source

Configuration

The modules are automatically linked into /etc/puppet/modules.

When installing from source, you can specify a specific branch or tag to use by exporting DIB_REPOREF__=.

For example:

export DIB_REPOREF_puppetlabs_ntp=4.2.x