Skip to content

Instantly share code, notes, and snippets.

@grkvlt
Created September 22, 2016 16:25
Show Gist options
  • Save grkvlt/8af1f21b8e035b0ea4b0f7072a7cb0aa to your computer and use it in GitHub Desktop.
Save grkvlt/8af1f21b8e035b0ea4b0f7072a7cb0aa to your computer and use it in GitHub Desktop.
Clocker Mesos Access
# Copyright 2014-2016 by Cloudsoft Corporation Limited
name: clocker-mesos
description: |
Access an Apache Mesos cluster using Clocker.
services:
- type: mesos-cluster
id: clocker-mesos-access
name: "clocker-mesos-access"
brooklyn.config:
entity.dynamicLocation.name: "bluebox-mesos-cluster"
mesos.url: "http://A.B.C.D:5050/"
marathon.mesos.framework.url: "http://A.B.C.D:8080/"
mesos.slave.accessible: true
mesos.slave.ssh.user: "ubuntu"
mesos.slave.ssh.privateKey.file: "~/.ssh/openstack.pem"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment