From b02aab5174faa94280f3a49175e462ca48c3c397 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Wed, 11 Jan 2017 10:32:30 -0500 Subject: [PATCH] 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 --- Puppetfile | 4 ++++ external_modules.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/Puppetfile b/Puppetfile index 64719c02e..de9747db5 100644 --- a/Puppetfile +++ b/Puppetfile @@ -154,6 +154,10 @@ mod 'sysctl', :git => 'https://github.com/duritong/puppet-sysctl', :ref => 'v0.0.11' +mod 'ipaclient', + :git => 'https://github.com/joshuabaird/puppet-ipaclient', + :ref => '2.5.1' + mod 'staging', :git => 'https://github.com/nanliu/puppet-staging', :ref => '1.0.4' diff --git a/external_modules.txt b/external_modules.txt index 290ca5467..125702a46 100644 --- a/external_modules.txt +++ b/external_modules.txt @@ -1,6 +1,7 @@ antonlindstrom/puppet-powerdns camptocamp/puppet-kmod duritong/puppet-sysctl +joshuabaird/puppet-ipaclient nanliu/puppet-staging puppetlabs/puppetlabs-apache puppetlabs/puppetlabs-apt