Deploy Keystone and Gnocchi API with new Apache profile
authorEmilien Macchi <emilien@redhat.com>
Wed, 20 Jul 2016 20:08:05 +0000 (16:08 -0400)
committerEmilien Macchi <emilien@redhat.com>
Thu, 21 Jul 2016 13:39:12 +0000 (13:39 +0000)
Deploy Keystone and Gnocchi API with the new Apache/Pacemaker profile.

Change-Id: Id28c618133e53e28dfac7e3e9cf9f5f5a6b2421a

manifests/profile/pacemaker/gnocchi/api.pp
manifests/profile/pacemaker/keystone.pp

index da65731..ede4c9a 100644 (file)
@@ -28,6 +28,7 @@ class tripleo::profile::pacemaker::gnocchi::api (
 ) {
 
   include ::tripleo::profile::pacemaker::gnocchi
+  include ::tripleo::profile::pacemaker::apache
 
   class { '::tripleo::profile::base::gnocchi::api':
     step    => $step,
index e8e12a3..1cd5178 100644 (file)
@@ -51,6 +51,7 @@ class tripleo::profile::pacemaker::keystone (
   }
 
   include ::tripleo::profile::base::keystone
+  include ::tripleo::profile::pacemaker::apache
 
   if $step >= 5 and $pacemaker_master and $enable_load_balancer {
     pacemaker::constraint::base { 'haproxy-then-keystone-constraint':