-
Notifications
You must be signed in to change notification settings - Fork 712
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Managing Weave Scope deployment descriptors #1507
Comments
cc @errordeveloper - for consideration re: adding this to the Kubernetes generator. |
@pidster, @errordeveloper possibly "Kubernetes generator" is wider than its name tells, however Apaches Mesos with Marathon are not directly related to Kubernetes |
Yes the kubernetes generator could be made to also generate marathon config; but in the mean time getting the config into this repo seems sensible. @sadovnikov could you make a PR? |
yes, sure. Let me study this repository structure to pick the most suitable location |
…nstalling.md file
#1507. Adding Marathon JSON for launching on minimesos cluster
I'm from https://github.com/ContainerSolutions/minimesos/ project - running Apache Mesos cluster on a single machine for prototyping and unit testing of Mesos frameworks.
In
minimesos
default cluster configuration file includes URL to Marathon JSON file for installing Weave Scope. Currently the file is hosted withinminimesos
repository itself https://github.com/ContainerSolutions/minimesos/blob/master/opt/apps/weave-scope.json and URL in cluster configuration file looks like https://raw.githubusercontent.com/ContainerSolutions/minimesos/e2a43362f4581122762c80d8780d09b567783f1a/apps/weave-scope.jsonWould you be possible to host this file in Weave Scope repository, so its versioning becomes more transparent. For example, https://raw.githubusercontent.com/weaveworks/scope/v0.13.1/some-path/marathon.json
The text was updated successfully, but these errors were encountered: