rabbitmq-server/scripts
David Ansari b08ef4583e Add Bazel targets start-cluster and stop-cluster
to have the equivalent of `make start-cluster` and `make stop-cluster`.

To create a 3-node RabbitMQ cluster:
```
bazel run --config=local start-cluster
```
To define number of nodes or a custom directory:
```
bazel run --config=local start-cluster NODES=5 TEST_TMPDIR="$HOME/scratch/myrabbit"
```

To stop the cluster:
```
bazel run --config=local stop-cluster
```
or, if started by the 2nd command:
```
bazel run --config=local stop-cluster NODES=5 TEST_TMPDIR="$HOME/scratch/myrabbit"
```
2022-07-04 13:54:26 +00:00
..
bazel Add Bazel targets start-cluster and stop-cluster 2022-07-04 13:54:26 +00:00
bash_autocomplete.sh Check for rabbitmqctl using `[ -x ]` and not `which` in autocompletion 2017-01-30 17:54:41 +00:00
rabbitmq-script-wrapper Small changes to follow name and quote style. 2020-10-13 06:54:42 -07:00
rabbitmq-server.ocf Switch to MPL 2.0 2020-07-17 16:10:14 +03:00
rabbitmqctl-autocomplete.sh Check for rabbitmqctl using `[ -x ]` and not `which` in autocompletion 2017-01-30 17:54:41 +00:00
zsh_autocomplete.sh Check for rabbitmqctl using `[ -x ]` and not `which` in autocompletion 2017-01-30 17:54:41 +00:00