community-catalog/templates/rabbitmq-3/1/rancher-compose.yml
ddmng ea47b6acf8 Improvements in RabbitMQ stack (#280)
* Added RabbitMQ with clustering

* Moved to `rdaneel` base repo on Docker hub

* Wrong tag for `rdaneel/rabbitmq-conf`

* merging @andyshinn and @inabhi9 work

* merging @andyshinn and @inabhi9 work

* erlang cookie moved under environment instead of entrypoint

* added defaul cookie

* Aligned to dockerfile description

* bullets
2016-09-15 17:00:56 -07:00

40 lines
1011 B
YAML
Executable File

.catalog:
name: "Rabbit MQ"
version: "0.2.0"
decription: A reliable, distributed messaging broker
questions:
- variable: "erlang_cookie"
description: "Erlang cookie required for auth"
label: "Erlang cookie:"
required: true
default: defaultcookiepleasechange
type: "string"
- variable: "cluster_partition_handling"
label: "Partition Handling:"
description: "Cluster partition handling mode"
required: true
type: "enum"
default: autoheal
options:
- autoheal
- ignore
- pause_minority
- variable: "net_ticktime"
description: "Rabbitmq net ticktime setting"
label: "Net ticktime:"
required: false
type: "int"
default: 60
- variable: "confd_args"
description: "Confd additional args"
label: "Confd args"
required: false
type: "string"
default: --interval 5
rabbitmq:
metadata:
rabbitmq:
config:
node.name: "$${HOSTNAME}"