salt.proxy.marathon#
Marathon#
Proxy minion for managing a Marathon cluster.
Dependencies#
Pillar#
The marathon proxy configuration requires a 'base_url' property that points to the marathon endpoint:
proxy:
proxytype: marathon
base_url: http://my-marathon-master.mydomain.com:8080
New in version 2015.8.2.
- salt.proxy.marathon.init(opts)#
Perform any needed setup.
- salt.proxy.marathon.ping()#
Is the marathon api responding?
- salt.proxy.marathon.shutdown(opts)#
For this proxy shutdown is a no-op