https://github.com/expressenab/salt-helios
A SaltStack Execution Module for Helios
https://github.com/expressenab/salt-helios
Last synced: 8 months ago
JSON representation
A SaltStack Execution Module for Helios
- Host: GitHub
- URL: https://github.com/expressenab/salt-helios
- Owner: ExpressenAB
- License: mit
- Created: 2015-08-19T07:41:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-21T13:48:34.000Z (almost 11 years ago)
- Last Synced: 2024-03-26T16:24:54.964Z (about 2 years ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 70
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# salt-helios
A SaltStack Execution Module for Helios
## helios.create_job(job_id, image, args, **kwargs):
## helios.remove_job(job_id, **kwargs):
## helios.inspect_job(job_id, **kwargs):
## helios.deploy_job(job_id, hosts, **kwargs):
## helios.undeploy_job(job_id, hosts, **kwargs):
## helios.start_job(job_id, hosts, **kwargs):
## helios.stop_job(job_id, hosts, **kwargs):
## helios.history(job_id, **kwargs):
## helios.jobs(pattern, **kwargs):
## helios.hosts(pattern, **kwargs):
## helios.masters(**kwargs):
## helios.status(**kwargs):
## helios.watch(job_id, hosts, **kwargs):
## helios.register(host, id, **kwargs):
## helios.deregister(host, **kwargs):
## helios.create_deployment_group(name, host_selectors, **kwargs):
## helios.remove_deployment_group(name, **kwargs):
## helios.list_deployment_groups(**kwargs):
## helios.inspect_deployment_group(name, **kwargs):
## helios.deployment_group_status(name, **kwargs):
## helios.watch_deployment_group(name, **kwargs):
## helios.rolling_update(job_id, deployment_group_name, **kwargs):
## helios.stop_deployment_group(name, **kwargs):
## helios.version(**kwargs):