Code Review
/
apex-puppet-tripleo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a75c6c6
)
Add ::ironic::config to Ironic base profile
author
Dan Prince
<dprince@redhat.com>
Sat, 4 Feb 2017 18:57:03 +0000
(13:57 -0500)
committer
Dan Prince
<dprince@redhat.com>
Sat, 4 Feb 2017 18:57:03 +0000
(13:57 -0500)
I have ExtraConfig settings that need to be set in
ironic.conf. Adding the ::ironic::config module
to our base Ironic profile should allow users to
customize Ironic if needed.
Change-Id: I93e9b3b5d4def1d8fa42b77b611b7d9d6cb7963b
manifests/profile/base/ironic.pp
patch
|
blob
|
history
diff --git
a/manifests/profile/base/ironic.pp
b/manifests/profile/base/ironic.pp
index
5db1e1f
..
94619ad
100644
(file)
--- a/
manifests/profile/base/ironic.pp
+++ b/
manifests/profile/base/ironic.pp
@@
-54,6
+54,7
@@
class tripleo::profile::base::ironic (
rabbit_hosts => $rabbit_endpoints,
}
+ include ::ironic::config
include ::ironic::cors
}
}