Add puppet-ipaclient
The puppet-nova manifest file for novajoin references the ipaclient module to register the undercloud node with IPA by doing an ipa-client-install. In order for the unit tests to pass, puppet-ipa-client needs to be in the CI environment. Change-Id: I8e9bd4ed859cc438a309d9a00dd278c65dbb822d
This commit is contained in:
parent
629a21f98a
commit
b02aab5174
@ -154,6 +154,10 @@ mod 'sysctl',
|
|||||||
:git => 'https://github.com/duritong/puppet-sysctl',
|
:git => 'https://github.com/duritong/puppet-sysctl',
|
||||||
:ref => 'v0.0.11'
|
:ref => 'v0.0.11'
|
||||||
|
|
||||||
|
mod 'ipaclient',
|
||||||
|
:git => 'https://github.com/joshuabaird/puppet-ipaclient',
|
||||||
|
:ref => '2.5.1'
|
||||||
|
|
||||||
mod 'staging',
|
mod 'staging',
|
||||||
:git => 'https://github.com/nanliu/puppet-staging',
|
:git => 'https://github.com/nanliu/puppet-staging',
|
||||||
:ref => '1.0.4'
|
:ref => '1.0.4'
|
||||||
|
@ -1,6 +1,7 @@
|
|||||||
antonlindstrom/puppet-powerdns
|
antonlindstrom/puppet-powerdns
|
||||||
camptocamp/puppet-kmod
|
camptocamp/puppet-kmod
|
||||||
duritong/puppet-sysctl
|
duritong/puppet-sysctl
|
||||||
|
joshuabaird/puppet-ipaclient
|
||||||
nanliu/puppet-staging
|
nanliu/puppet-staging
|
||||||
puppetlabs/puppetlabs-apache
|
puppetlabs/puppetlabs-apache
|
||||||
puppetlabs/puppetlabs-apt
|
puppetlabs/puppetlabs-apt
|
||||||
|
Loading…
Reference in New Issue
Block a user