Created
September 22, 2016 16:25
-
-
Save grkvlt/8af1f21b8e035b0ea4b0f7072a7cb0aa to your computer and use it in GitHub Desktop.
Clocker Mesos Access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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