aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/rabbitmq.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-15 18:33:05 +0000
committerGerrit Code Review <review@openstack.org>2017-07-15 18:33:05 +0000
commit9c49a5c39a0705a5222985700131cdc19be0cfcc (patch)
treee990a2fe19d01ec80ca5d9cc55d22c29abf3ae92 /manifests/profile/base/rabbitmq.pp
parent152d224c73cdbd3243a560a27f6a18e5ffbb2e3c (diff)
parenta87fb1282327f7c67542cff006d5a83c87afb75c (diff)
Merge "Add new profile for the Veritas HyperScale's cinder backend."
Diffstat (limited to 'manifests/profile/base/rabbitmq.pp')
-rw-r--r--manifests/profile/base/rabbitmq.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/profile/base/rabbitmq.pp b/manifests/profile/base/rabbitmq.pp
index 8ab6049..d0b4a05 100644
--- a/manifests/profile/base/rabbitmq.pp
+++ b/manifests/profile/base/rabbitmq.pp
@@ -166,4 +166,7 @@ class tripleo::profile::base::rabbitmq (
}
}
+ if $step >= 1 and hiera('veritas_hyperscale_controller_enabled', false) {
+ include ::veritas_hyperscale::hs_rabbitmq
+ }
}