Remove zookeeper/mesos template parameters
This commit is contained in:
parent
5dc83c0e4b
commit
1da93ae043
@ -1,8 +1,8 @@
|
|||||||
scheduler:
|
scheduler:
|
||||||
image: rancher/aurora:latest
|
image: rancher/aurora:latest
|
||||||
environment:
|
environment:
|
||||||
ZK_SERVICE: ${ZK_SERVICE}
|
ZK_SERVICE: Mesos/zookeeper
|
||||||
MESOS_SERVICE: ${MESOS_SERVICE}
|
MESOS_SERVICE: Mesos/mesos-master
|
||||||
AURORA_HTTP_PORT: ${AURORA_HTTP_PORT}
|
AURORA_HTTP_PORT: ${AURORA_HTTP_PORT}
|
||||||
volumes:
|
volumes:
|
||||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||||
|
@ -4,16 +4,6 @@
|
|||||||
description: |
|
description: |
|
||||||
Orchestrate long-running services and cron jobs
|
Orchestrate long-running services and cron jobs
|
||||||
questions:
|
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
|
- variable: AURORA_HTTP_PORT
|
||||||
description: Port to expose Aurora scheduler on.
|
description: Port to expose Aurora scheduler on.
|
||||||
label: Aurora Port
|
label: Aurora Port
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
chronos:
|
chronos:
|
||||||
image: rancher/chronos:latest
|
image: rancher/chronos:latest
|
||||||
environment:
|
environment:
|
||||||
MESOS_SERVICE: ${MESOS_SERVICE}
|
ZK_SERVICE: Mesos/zookeeper
|
||||||
ZK_SERVICE: ${ZK_SERVICE}
|
MESOS_SERVICE: Mesos/mesos-master
|
||||||
CHRONOS_HTTP_PORT: ${CHRONOS_HTTP_PORT}
|
CHRONOS_HTTP_PORT: ${CHRONOS_HTTP_PORT}
|
||||||
ports:
|
ports:
|
||||||
- "${CHRONOS_HTTP_PORT}:${CHRONOS_HTTP_PORT}"
|
- "${CHRONOS_HTTP_PORT}:${CHRONOS_HTTP_PORT}"
|
@ -4,17 +4,6 @@
|
|||||||
description: |
|
description: |
|
||||||
Distributed, fault-tolerant cron
|
Distributed, fault-tolerant cron
|
||||||
questions:
|
questions:
|
||||||
- variable: ZK_SERVICE
|
|
||||||
description: Choose the Zookeeper service to use.
|
|
||||||
label: Zookeeper Service
|
|
||||||
required: true
|
|
||||||
type: service
|
|
||||||
# a stack type would be nice
|
|
||||||
- variable: MESOS_SERVICE
|
|
||||||
description: Choose the Mesos stack to use.
|
|
||||||
label: Mesos Stack
|
|
||||||
required: true
|
|
||||||
type: service
|
|
||||||
- variable: CHRONOS_HTTP_PORT
|
- variable: CHRONOS_HTTP_PORT
|
||||||
description: Port to expose Chronos on.
|
description: Port to expose Chronos on.
|
||||||
label: Chronos Port
|
label: Chronos Port
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
scheduler:
|
scheduler:
|
||||||
image: rancher/elasticsearch:latest
|
image: rancher/elasticsearch:latest
|
||||||
environment:
|
environment:
|
||||||
MESOS_SERVICE: ${MESOS_SERVICE}
|
ZK_SERVICE: Mesos/zookeeper
|
||||||
ZK_SERVICE: ${ZK_SERVICE}
|
MESOS_SERVICE: Mesos/mesos-master
|
||||||
SCHEDULER_PORT: ${SCHEDULER_PORT}
|
SCHEDULER_PORT: ${SCHEDULER_PORT}
|
||||||
JAVA_OPTS: -Xms256M -Xmx256M
|
JAVA_OPTS: -Xms256M -Xmx256M
|
||||||
NODE_COUNT: ${NODE_COUNT}
|
NODE_COUNT: ${NODE_COUNT}
|
||||||
|
@ -4,16 +4,6 @@
|
|||||||
description: |
|
description: |
|
||||||
You know, for search
|
You know, for search
|
||||||
questions:
|
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
|
- variable: SCHEDULER_PORT
|
||||||
description: Port to expose scheduler on.
|
description: Port to expose scheduler on.
|
||||||
label: Scheduler Port
|
label: Scheduler Port
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
scheduler:
|
scheduler:
|
||||||
image: rancher/kafka:latest
|
image: rancher/kafka:latest
|
||||||
environment:
|
environment:
|
||||||
MESOS_SERVICE: ${MESOS_SERVICE}
|
ZK_SERVICE: Mesos/zookeeper
|
||||||
ZK_SERVICE: ${ZK_SERVICE}
|
MESOS_SERVICE: Mesos/mesos-master
|
||||||
SCHEDULER_PORT: ${SCHEDULER_PORT}
|
SCHEDULER_PORT: ${SCHEDULER_PORT}
|
||||||
ports:
|
ports:
|
||||||
- "${SCHEDULER_PORT}:${SCHEDULER_PORT}"
|
- "${SCHEDULER_PORT}:${SCHEDULER_PORT}"
|
||||||
|
@ -4,16 +4,6 @@
|
|||||||
description: |
|
description: |
|
||||||
A high-throughput distributed messaging system
|
A high-throughput distributed messaging system
|
||||||
questions:
|
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
|
- variable: SCHEDULER_PORT
|
||||||
description: Port to expose Kafka Scheduler on.
|
description: Port to expose Kafka Scheduler on.
|
||||||
label: Scheduler Port
|
label: Scheduler Port
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
marathon:
|
marathon:
|
||||||
image: rancher/marathon:latest
|
image: rancher/marathon:latest
|
||||||
environment:
|
environment:
|
||||||
MESOS_SERVICE: ${MESOS_SERVICE}
|
ZK_SERVICE: Mesos/zookeeper
|
||||||
ZK_SERVICE: ${ZK_SERVICE}
|
MESOS_SERVICE: Mesos/mesos-master
|
||||||
MARATHON_HTTP_PORT: ${MARATHON_HTTP_PORT}
|
MARATHON_HTTP_PORT: ${MARATHON_HTTP_PORT}
|
||||||
ports:
|
ports:
|
||||||
- "${MARATHON_HTTP_PORT}:${MARATHON_HTTP_PORT}"
|
- "${MARATHON_HTTP_PORT}:${MARATHON_HTTP_PORT}"
|
||||||
|
@ -4,17 +4,6 @@
|
|||||||
description: |
|
description: |
|
||||||
Container orchestration platform for Mesos and DCOS
|
Container orchestration platform for Mesos and DCOS
|
||||||
questions:
|
questions:
|
||||||
- variable: ZK_SERVICE
|
|
||||||
description: Choose the Zookeeper service to use.
|
|
||||||
label: Zookeeper Service
|
|
||||||
required: true
|
|
||||||
type: service
|
|
||||||
# a stack type would be nice
|
|
||||||
- variable: MESOS_SERVICE
|
|
||||||
description: Choose the Mesos stack to use.
|
|
||||||
label: Mesos Stack
|
|
||||||
required: true
|
|
||||||
type: service
|
|
||||||
- variable: MARATHON_HTTP_PORT
|
- variable: MARATHON_HTTP_PORT
|
||||||
description: Port to expose Marathon on.
|
description: Port to expose Marathon on.
|
||||||
label: Marathon Port
|
label: Marathon Port
|
||||||
|
Loading…
x
Reference in New Issue
Block a user