New in version 2017.7.0.
depends: |
|
---|---|
configuration: | See |
The heat module is used to create, show, list and delete Heat staks. Stack can be set as either absent or deploy.
heat.deployed:
- name:
- template: #Required
- enviroment:
- params: {}
- poll: 5
- rollback: False
- timeout: 60
heat.absent:
- name:
- poll: 5
salt.states.heat.
absent
(name, poll=5, timeout=60, profile=None)¶Ensure that the named stack is absent
salt.states.heat.
deployed
(name, template=None, enviroment=None, params=None, poll=5, rollback=False, timeout=60, update=False, profile=None, **connection_args)¶Deploy stack with the specified properties
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2017.7.1