Add ::ironic::config to Ironic base profile
authorDan Prince <dprince@redhat.com>
Sat, 4 Feb 2017 18:57:03 +0000 (13:57 -0500)
committerDan 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

index 5db1e1f..94619ad 100644 (file)
@@ -54,6 +54,7 @@ class tripleo::profile::base::ironic (
       rabbit_hosts => $rabbit_endpoints,
     }
 
+    include ::ironic::config
     include ::ironic::cors
   }
 }