tripleo-puppet-elements/elements/puppet-modules
dongwenjuan b3d048257d add puppet-vitrage and vitrage rpms into image
Implements: blueprint tripleo-vitrage-integration

Change-Id: I11ed75a3585b3f6d37a4c35ee689cf87aae94ef5
Signed-off-by: dongwenjuan <dong.wenjuan@zte.com.cn>
2018-03-15 19:26:33 +08:00
..
environment.d add puppet-vitrage and vitrage rpms into image 2018-03-15 19:26:33 +08:00
install.d Fix puppet modules in mixed src/pkg environments 2016-05-25 15:03:57 +02:00
README.md Pin puppetlabs-ntp when installing from source 2016-10-20 09:30:34 -06:00
element-deps Use package-installs in puppet-modules element 2016-05-23 16:19:46 -04:00
package-installs.yaml Use package-installs in puppet-modules element 2016-05-23 16:19:46 -04:00
pkg-map Do not rely on openstack-puppet-modules 2017-11-02 16:34:12 +00:00
source-repository-puppet-modules add puppet-vitrage and vitrage rpms into image 2018-03-15 19:26:33 +08:00

README.md

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