removing rancher zk

This commit is contained in:
Bill Maxwell 2016-03-22 23:46:33 -07:00
parent 55f4d303e0
commit 4b1a21c95a
6 changed files with 0 additions and 54 deletions

@ -1,19 +0,0 @@
# Apache Zookeeper (Experimental)
### Info:
This template creates a multinode Zookeeper cluster on top of Rancher. The configuration is generated from Rancher metadata. Cluster size is fixed after deployment. A node can not be added without losing quorem.
This image is based off of Debian.
### Usage:
Select Apache Zookeeper from catalog.
Enter in the number of nodes for the cluster. This should be an odd number.
Click deploy.
Zookeeper can now be accessed over the Rancher network.

@ -1,11 +0,0 @@
zookeeper-conf:
image: rancher/zookeeper-config:v0.2.0
volumes_from:
- zookeeper
net: "container:zookeeper"
zookeeper:
image: rancher/zookeeper:3.4.6-2
labels:
io.rancher.sidekicks: zookeeper-conf
volumes:
- /opt/rancher

@ -1,18 +0,0 @@
.catalog:
name: Zookeeper
version: 3.4.6-rancher1
projectURL: https://github.com/rancher/compose-templates
maintainer: Rancher Labs
description: |
(Experimental) Apache Zookeeper cluster.
minimum_rancher_version: v0.46.0
questions:
- variable: "scale"
description: "Number of Zookeeper nodes. Note: it should be an odd number"
label: "Number of Nodes:"
required: true
default: 3
type: "int"
zookeeper:
scale: ${scale}
retain_ip: true

Binary file not shown.

Before

(image error) Size: 42 KiB

@ -1,5 +0,0 @@
name: Apache Zookeeper
description: |
(Experimental) Zookeeper cluster
version: 3.4.6-rancher1
category: Clustering