Files
deb-python-dcos/cli/tests/data/package/json/test_describe_marathon.json
Tamar Ben-Shachar ac12d45a8b Remove Marathon AppDefinition checks
This commit also updates the tests to pass against the latest universe
2015-10-19 18:08:15 -07:00

27 lines
1.3 KiB
JSON

{
"description": "A cluster-wide init and control system for services in cgroups or Docker containers.",
"framework": true,
"images": {
"icon-large": "https://downloads.mesosphere.io/marathon/assets/icon-service-marathon-large.png",
"icon-medium": "https://downloads.mesosphere.io/marathon/assets/icon-service-marathon-medium.png",
"icon-small": "https://downloads.mesosphere.io/marathon/assets/icon-service-marathon-small.png"
},
"licenses": [
{
"name": "Apache License Version 2.0",
"url": "https://github.com/mesosphere/marathon/blob/master/LICENSE"
}
],
"maintainer": "support@mesosphere.io",
"name": "marathon",
"postInstallNotes": "Marathon DCOS Service has been successfully installed!\n\n\tDocumentation: https://mesosphere.github.io/marathon\n\tIssues: https:/github.com/mesosphere/marathon/issues\n",
"postUninstallNotes": "The Marathon DCOS Service has been uninstalled and will no longer run.\nPlease follow the instructions at http://docs.mesosphere.com/services/marathon/#uninstall to clean up any persisted state",
"preInstallNotes": "We recommend a minimum of one node with at least 2 CPU's and 1GB of RAM available for the Marathon Service.",
"scm": "https://github.com/mesosphere/marathon.git",
"tags": [
"init",
"long-running"
],
"version": "0.11.1"
}