magnum/magnum/templates/mesos
Hongbin Lu 64c5496536 Enable HA mode for mesos bay in Heat templates
Support a cluster of master nodes, which tolerates failure of no more
than half number of nodes. The setup requires manually write down
IP addresses of all master nodes, which is impossible by using
cloud-init. Therefore, it replaces cloud-init with
SoftwareDeploymentGroup.

Using SoftwareDeployment requires to build additional packages into
the image [1]. The image building instruction has been updated for
that.

[1] http://docs.openstack.org/developer/heat/template_guide/
software_deployment.html#software-deployment-resources

Partially-Implements: blueprint mesos-multi-master-node
Change-Id: I34b85680803ea6070df94a6bccee3d677b8bfaab
2015-12-07 11:41:01 -05:00
..
elements Rename heat-kubernetes, heat-mesos, docker-swarm 2015-11-11 16:29:33 -05:00
fragments Enable HA mode for mesos bay in Heat templates 2015-12-07 11:41:01 -05:00
COPYING Rename heat-kubernetes, heat-mesos, docker-swarm 2015-11-11 16:29:33 -05:00
Dockerfile Rename heat-kubernetes, heat-mesos, docker-swarm 2015-11-11 16:29:33 -05:00
README.md Rename heat-kubernetes, heat-mesos, docker-swarm 2015-11-11 16:29:33 -05:00
mesoscluster.yaml Enable HA mode for mesos bay in Heat templates 2015-12-07 11:41:01 -05:00
mesosmaster.yaml Enable HA mode for mesos bay in Heat templates 2015-12-07 11:41:01 -05:00
mesosslave.yaml Enable HA mode for mesos bay in Heat templates 2015-12-07 11:41:01 -05:00

README.md

A Mesos cluster with Heat

See Mesos cluster with Heat for instructions.