Configure Marathon apps via a salt proxy.
my_app:
marathon_app.config:
- config:
cmd: "while [ true ] ; do echo 'Hello Marathon' ; sleep 5 ; done"
cpus: 0.1
mem: 10
instances: 3 New in version 2015.8.2.
Ensure that the marathon app with the given id is not present.
| Parameters: | name -- The app name/id |
|---|---|
| Returns: | A standard Salt changes dictionary |
Ensure that the marathon app with the given id is present and is configured to match the given config values.
| Parameters: |
|
|---|---|
| Returns: |
A standard Salt changes dictionary |
Ensure that the marathon app with the given id is present and restart if set.
| Parameters: |
|
|---|---|
| Returns: |
A standard Salt changes dictionary |
© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/states/all/salt.states.marathon_app.html