Remove zookeeper/mesos template parameters

This commit is contained in:
James Oliver
2016-05-23 16:36:41 -07:00
parent 5dc83c0e4b
commit 1da93ae043
10 changed files with 10 additions and 62 deletions
@@ -1,8 +1,8 @@
scheduler:
image: rancher/elasticsearch:latest
environment:
MESOS_SERVICE: ${MESOS_SERVICE}
ZK_SERVICE: ${ZK_SERVICE}
ZK_SERVICE: Mesos/zookeeper
MESOS_SERVICE: Mesos/mesos-master
SCHEDULER_PORT: ${SCHEDULER_PORT}
JAVA_OPTS: -Xms256M -Xmx256M
NODE_COUNT: ${NODE_COUNT}
@@ -4,16 +4,6 @@
description: |
You know, for search
questions:
- variable: ZK_SERVICE
description: Choose the Zookeeper service to use.
label: Zookeeper Service
required: true
type: service
- variable: MESOS_SERVICE
description: Choose the Mesos stack to use.
label: Mesos Stack
required: true
type: service
- variable: SCHEDULER_PORT
description: Port to expose scheduler on.
label: Scheduler Port