b3d048257d
Implements: blueprint tripleo-vitrage-integration Change-Id: I11ed75a3585b3f6d37a4c35ee689cf87aae94ef5 Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn> |
||
---|---|---|
.. | ||
environment.d | ||
install.d | ||
element-deps | ||
package-installs.yaml | ||
pkg-map | ||
README.md | ||
source-repository-puppet-modules |
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