Last active
April 16, 2019 08:13
-
-
Save harryge00/24ed3c2673dd28e8da36e41818f608fa to your computer and use it in GitHub Desktop.
nettools
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
{ | |
"packages":[ | |
{ | |
"packagingVersion":"3.0", | |
"name":"nettools", | |
"version":"3.0.7-0.0.1", | |
"maintainer":"[email protected]", | |
"description":"This is a single nettools container, which is suited for HA setups. nettools is a popular in-memory data structure store, used as database, cache and message broker.. See documentation for more details: https://github.com/dcos/examples/tree/master/nettools ", | |
"website":"http://nettools.io", | |
"framework":false, | |
"tags":[ | |
"mesosphere", | |
"service", | |
"nettools", | |
"net" | |
], | |
"licenses":[ | |
{ | |
"name":"BSD", | |
"url":"http://nettools.io/topics/license" | |
} | |
], | |
"postInstallNotes":"nettools installed!", | |
"preInstallNotes":"This DC/OS Service is currently in preview. There may be bugs, incomplete features, incorrect documentation, or other discrepancies. nettools requires a single node with 300MB of RAM and 0.1 CPUs. ", | |
"postUninstallNotes":"Thank you for using nettools", | |
"releaseVersion":0, | |
"resource":{ | |
"images":{ | |
"icon-small":"https://downloads.mesosphere.com/assets/universe/000/redis-icon-small.png", | |
"icon-medium":"https://downloads.mesosphere.com/assets/universe/000/reids-icon-medium.png", | |
"icon-large":"https://downloads.mesosphere.com/assets/universe/000/-icon-large.png", | |
"screenshots":[ | |
"https://redis.io/images/nettools-white.png" | |
] | |
}, | |
"assets":{ | |
"container":{ | |
"docker":{ | |
"nettools":"hyge/nettools" | |
} | |
} | |
} | |
}, | |
"marathon":{ | |
"v2AppMustacheTemplate":"ewogImlkIjogInt7c2VydmljZS5uYW1lfX0iLAogImluc3RhbmNlcyI6IDEsCiAiY3B1cyI6IHt7bmV0dG9vbHMuY3B1c319LAogIm1lbSI6IHt7bmV0dG9vbHMubWVtfX0sCiAiZGlzayI6IDIwMDAsCiAiY29udGFpbmVyIjogewogICAidHlwZSI6ICJET0NLRVIiLAogICAiZG9ja2VyIjogewogICAgICJpbWFnZSI6ICJ7e3Jlc291cmNlLmFzc2V0cy5jb250YWluZXIuZG9ja2VyLm5ldHRvb2xzfX0iLAogICAgICJuZXR3b3JrIjogIkJSSURHRSIsCiAgICAgInBvcnRNYXBwaW5ncyI6IFsKICAgICAgIHsKICAgICAgICJjb250YWluZXJQb3J0IjogODA4MCwKICAgICAgICJwcm90b2NvbCI6ICJ0Y3AiLAogICAgICAgImxhYmVscyI6IHsKICAgICAgICAgICAgIlZJUF8wIjogIi9uZXR0b29sczo4MDgwIgogICAgICAgICAgfQogICAgICAgfQogICAgIF0KICAgfQogfSwKICJjbWQiOiAic2xlZXAgMzAwMDAiLAogImhlYWx0aENoZWNrcyI6IFsKICAgewogICAicHJvdG9jb2wiOiAiVENQIiwKICAgImdyYWNlUGVyaW9kU2Vjb25kcyI6IDYwLAogICAiaW50ZXJ2YWxTZWNvbmRzIjogNSwKICAgInBvcnRJbmRleCI6IDAsCiAgICJ0aW1lb3V0U2Vjb25kcyI6IDUsCiAgICJtYXhDb25zZWN1dGl2ZUZhaWx1cmVzIjogMwogICB9CiBdCn0K" | |
}, | |
"config":{ | |
"type":"object", | |
"properties":{ | |
"service":{ | |
"type":"object", | |
"description":"DC/OS service configuration properties", | |
"properties":{ | |
"name":{ | |
"description":"Name of this service instance.", | |
"type":"string", | |
"default":"nettools" | |
} | |
} | |
}, | |
"nettools":{ | |
"type":"object", | |
"description":"Redis instance configuration properties", | |
"properties":{ | |
"cpus":{ | |
"description":"CPU shares to allocate to the Redis instance.", | |
"type":"number", | |
"default":1, | |
"minimum":1 | |
}, | |
"mem":{ | |
"description":"Memory to allocate to the Redis instance.", | |
"type":"number", | |
"default":1024, | |
"minimum":1024 | |
} | |
}, | |
"required":[ | |
"cpus", | |
"mem" | |
] | |
} | |
} | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment