59e5ff63c8
Due to the puppet3 support removal in the upstream puppetlabs-ntp module, we need to provide a default pin for the module when a developer is installing from source. If the user does not properly pin the ntp module, the overcloud deployment fails due to a puppet parse error. Change-Id: I2f4c1387b61c4aa2dcbb1ec5a3fa298e9330f0e8 Closes-Bug: #1633713
26 lines
620 B
Markdown
26 lines
620 B
Markdown
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_<module namespace>_<module name>=<git reference>.
|
|
|
|
For example:
|
|
|
|
export DIB\_REPOREF\_puppetlabs\_ntp=4.2.x
|
|
|