aboutsummaryrefslogtreecommitdiffstats
path: root/Puppetfile_extras
diff options
context:
space:
mode:
authorDan Prince <dprince@redhat.com>2017-02-13 10:07:24 -0500
committerAlex Schultz <aschultz@redhat.com>2017-02-21 14:40:43 -0700
commitfb6965116d567a061a42d077d51c3ca2d220f46d (patch)
tree4c5894fbb32b2ea4820374a7233d0d41eb15eea0 /Puppetfile_extras
parent71f655326be5eee7e030946fb6dd6cd4ba03b640 (diff)
Configure authtoken in Nova Placement
The Nova Placement API's configuration currently relies on the nova-api profile for its keystone authtoken configuration. This means that Nova Placement would fail if it got installed on an isolated node or docker container (this currently breaks TripleO's deployment of placement via docker). This patch creates a new authtoken profile and calls it via the api and placement roles. Change-Id: I7b38ab6ba5cae41689ac500d97dec4d09c73d387 Co-Authored-By: Alex Schultz <aschultz@redhat.com>
Diffstat (limited to 'Puppetfile_extras')
-rw-r--r--Puppetfile_extras4
1 files changed, 4 insertions, 0 deletions
diff --git a/Puppetfile_extras b/Puppetfile_extras
index 80ab083..7339074 100644
--- a/Puppetfile_extras
+++ b/Puppetfile_extras
@@ -32,3 +32,7 @@ mod 'etcd',
mod 'fdio',
:git => 'https://git.fd.io/puppet-fdio',
:ref => 'master'
+
+mod 'certmonger',
+ :git => 'https://github.com/earsdown/puppet-certmonger',
+ :ref => 'v1.1.1'