Remove zookeeper/mesos template parameters
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
scheduler:
|
||||
image: rancher/aurora:latest
|
||||
environment:
|
||||
ZK_SERVICE: ${ZK_SERVICE}
|
||||
MESOS_SERVICE: ${MESOS_SERVICE}
|
||||
ZK_SERVICE: Mesos/zookeeper
|
||||
MESOS_SERVICE: Mesos/mesos-master
|
||||
AURORA_HTTP_PORT: ${AURORA_HTTP_PORT}
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
|
||||
@@ -4,16 +4,6 @@
|
||||
description: |
|
||||
Orchestrate long-running services and cron jobs
|
||||
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: AURORA_HTTP_PORT
|
||||
description: Port to expose Aurora scheduler on.
|
||||
label: Aurora Port
|
||||
|
||||
Reference in New Issue
Block a user