Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Latest commit

 

History

History
26 lines (19 loc) · 592 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 592 Bytes

Mesosphere Aurora Tutorial

This repo contains support files for the Mesosphere Aurora Tutorial.

ACCP: Aurora Cluster Configuration Program

Usage

See: ./accp.bash --help

Sample Configuration File

# Mesos Master IP (external)   Mesos Master IP (internal)
54.168.1.10                    192.168.1.10

# Master and Slave sections must be seperated by a newline.
# Leading and trailing blanks are okay.
# Comments are from '#' to end-of-line.
# Mesos Slave IP's (external)
54.168.1.11
54.168.1.12
54.168.1.13