tripleo-puppet-elements/elements/puppet-modules
liuwei 9669efaa3f update git.openstack.org to opendev
Change-Id: I7fcdce372ef6e093c36a4f6bd6f3e89775b21310
2019-05-20 19:28:22 +00:00
..
environment.d Remove MongoDB 2018-12-28 13:17:03 +01: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 update git.openstack.org to opendev 2019-05-20 19:28:22 +00: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