项目作者: qqiangwu

项目描述 :
Mesos cluster setup via ansible
高级语言: Shell
项目地址: git://github.com/qqiangwu/mesos-cluster-setup.git
创建时间: 2017-04-24T08:08:11Z
项目社区:https://github.com/qqiangwu/mesos-cluster-setup

开源协议:MIT License

下载


Introduction

The original repo is in here. It’s primarily for vagrant, and cannot be transparently applied to bare mental(I’ve tried but got a curious result).

What I do

  • Rewrited some scripts and make it primarily for Ubuntu 14.04.
  • Add cAdvisor to mesos slaves

Potential Bugs

  • In cluster.yml, I use ansible_em1.ipv4.address to refer the host ip, it works in my machines for the primary network interfaces are called em1, you may replace it with eth0

How to use

  • Update your machines in inventory/vagrant
  • Make sure your current machine can access machines specified in inventor/vagrant via root without passwords
  • ansible-playbook cluster.yml