Files
tripleo-puppet-elements/elements/puppet-modules
Zenghui Shi 6e36b5cbc7 add puppet-ptp into image
Change-Id: I9af8a8b727e6a26155e1831990accaa67b9f38dd
2017-12-13 01:55:35 +00:00
..
2017-12-13 01:55:35 +00:00

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