diff options
| author | Bogdan Dobrelya <bdobrelia@mirantis.com> | 2015-12-10 13:32:21 +0100 |
|---|---|---|
| committer | Bogdan Dobrelya <bdobrelia@mirantis.com> | 2015-12-10 17:09:11 +0100 |
| commit | 550241932b1fda01ef2909e56c818d97ceec0452 (patch) | |
| tree | 83104c453a9dbeb8c1d199b8ff696b4431bd7232 /scripts | |
| parent | 06389b4f4a33cb94464d7d72a23ac848c6809082 (diff) | |
| download | rabbitmq-server-git-550241932b1fda01ef2909e56c818d97ceec0452.tar.gz | |
Fix the set_rabbitmq_policy.sh usage
* Call it only if exists
* Address packaging:
- for stable branch, use packaging/common/ to contain the
set_rabbitmq_policy.sh and include it to the debian rules
and rpm spec
NOTE: for master branch landing please update as appropriate,
as it should be using ./scripts source!
Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/set_rabbitmq_policy.sh | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/scripts/set_rabbitmq_policy.sh b/scripts/set_rabbitmq_policy.sh deleted file mode 100755 index a88b0c417a..0000000000 --- a/scripts/set_rabbitmq_policy.sh +++ /dev/null @@ -1,5 +0,0 @@ -# This script is called by rabbitmq-server-ha.ocf during RabbitMQ -# cluster start up. It is a convenient place to set your cluster -# policy here, for example: -# ${OCF_RESKEY_ctl} set_policy ha-all "." '{"ha-mode":"all", "ha-sync-mode":"automatic"}' --apply-to all --priority 0 - |
