Update MongoDB image to 3.2

This commit is contained in:
Dominik Hahn
2016-03-01 10:27:58 +01:00
parent aea7d97a21
commit 9ae372829a
4 changed files with 73 additions and 1 deletions
+19
View File
@@ -0,0 +1,19 @@
.catalog:
name: "MongoDB"
version: "3.0.1-rancher1"
description: "MongoDB Replica Set"
uuid: mongodb-1
minimum_rancher_version: v0.46.0
questions:
- variable: replset_name
description: "Name of the MongoDB replicaSet"
label: "ReplicaSet Name"
type: "string"
required: true
default: "rs0"
mongo-cluster:
scale: 3
metadata:
mongo:
yml:
replset.name: "${replset_name}"