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.
name -- The app name/id
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.
name -- The app name/id
config -- The configuration to apply (dict)
A standard Salt changes dictionary
Ensure that the marathon app with the given id is present and restart if set.
name -- The app name/id
restart -- Restart the app
force -- Override the current deployment
A standard Salt changes dictionary
Generated on May 22, 2024 at 17:25:40 UTC.
You are viewing docs for the latest stable release, 3007.1. Switch to docs for the previous stable release, 3006.8, or to a recent doc build from the master branch.
© 2024 VMware, Inc. | Privacy Policy