diff --git a/templates/zookeeper-rancher/0/README.md b/templates/zookeeper-rancher/0/README.md deleted file mode 100644 index 83384de..0000000 --- a/templates/zookeeper-rancher/0/README.md +++ /dev/null @@ -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. - diff --git a/templates/zookeeper-rancher/0/answer.txt b/templates/zookeeper-rancher/0/answer.txt deleted file mode 100644 index 4f5d217..0000000 --- a/templates/zookeeper-rancher/0/answer.txt +++ /dev/null @@ -1 +0,0 @@ -scale=3 diff --git a/templates/zookeeper-rancher/0/docker-compose.yml b/templates/zookeeper-rancher/0/docker-compose.yml deleted file mode 100644 index f1b473f..0000000 --- a/templates/zookeeper-rancher/0/docker-compose.yml +++ /dev/null @@ -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 diff --git a/templates/zookeeper-rancher/0/rancher-compose.yml b/templates/zookeeper-rancher/0/rancher-compose.yml deleted file mode 100644 index 3508054..0000000 --- a/templates/zookeeper-rancher/0/rancher-compose.yml +++ /dev/null @@ -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 diff --git a/templates/zookeeper-rancher/catalogIcon-zookeeper.png b/templates/zookeeper-rancher/catalogIcon-zookeeper.png deleted file mode 100644 index df751f4..0000000 Binary files a/templates/zookeeper-rancher/catalogIcon-zookeeper.png and /dev/null differ diff --git a/templates/zookeeper-rancher/config.yml b/templates/zookeeper-rancher/config.yml deleted file mode 100644 index b801bfd..0000000 --- a/templates/zookeeper-rancher/config.yml +++ /dev/null @@ -1,5 +0,0 @@ -name: Apache Zookeeper -description: | - (Experimental) Zookeeper cluster -version: 3.4.6-rancher1 -category: Clustering