aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/haproxy_bundle.pp
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-13 21:49:21 +0000
committerGerrit Code Review <review@openstack.org>2017-06-13 21:49:21 +0000
commit44cf09fea3a81b43f3a1c3c83fda1b29a826a2ea (patch)
tree35f106645099853581424e8f97ef87fc323ffa70 /manifests/profile/pacemaker/haproxy_bundle.pp
parentd2239b31fd29c190e8c3b7836fd3b2d4fc58b17b (diff)
parentb10adec303ebbd0159ef8cc2a0078828814b45b9 (diff)
Merge "Make sure the resource bundles use a location_rule"
Diffstat (limited to 'manifests/profile/pacemaker/haproxy_bundle.pp')
-rw-r--r--manifests/profile/pacemaker/haproxy_bundle.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/profile/pacemaker/haproxy_bundle.pp b/manifests/profile/pacemaker/haproxy_bundle.pp
index 3e7b7dd..292c9dd 100644
--- a/manifests/profile/pacemaker/haproxy_bundle.pp
+++ b/manifests/profile/pacemaker/haproxy_bundle.pp
@@ -87,6 +87,7 @@ class tripleo::profile::pacemaker::haproxy_bundle (
pacemaker::resource::bundle { 'haproxy-bundle':
image => $haproxy_docker_image,
replicas => $haproxy_nodes_count,
+ location_rule => $haproxy_location_rule,
container_options => 'network=host',
options => '--user=root --log-driver=journald -e KOLLA_CONFIG_STRATEGY=COPY_ALWAYS',
run_command => '/bin/bash /usr/local/bin/kolla_start',