2014-10-23 10:28:53 -04:00
|
|
|
Installs the full set of puppet modules required to configure
|
|
|
|
an OpenStack installation.
|
|
|
|
|
2014-12-16 13:56:23 -05:00
|
|
|
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
|
2014-10-23 10:28:53 -04:00
|
|
|
|
|
|
|
Configuration
|
|
|
|
-------------
|
2016-10-20 09:30:34 -06:00
|
|
|
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
|
|
|
|
|