Execute overstate functions
New in version 0.17.0.
Execute a state run from the master, used as a powerful orchestration system.
CLI Examples:
salt-run state.orchestrate webserver
salt-run state.orchestrate webserver saltenv=dev test=True
Changed in version 2014.1.1.
New in version 0.11.0.
Execute an overstate sequence to orchestrate the executing of states over a group of systems
CLI Examples:
salt-run state.over base /path/to/myoverstate.sls
New in version 0.11.0.
Display the OverState's stage data
CLI Examples:
salt-run state.show_stages
salt-run state.show_stages saltenv=dev /root/overstate.sls
Current Salt release: 2014.1.6
Docs for previous releases on salt.rtfd.org.