Search code examples
salt-project

Saltstack local installation progress for orchestration


How can I do view of progress salt installation for local console?
I use orchestration for install software on several servers, it took two hours.
How I can do output of saltstack orchestration more useful?

  1. current stage
  2. summary output, like:
    • state1 - Success
    • state2 - Success
    • state3 - Failed, etc

Solution

  • I solved it catch event from salt bus.

    There are two problem which didn't resolv yet: - event sent after state was applyed ( so if state get a lot of time, there isn't any message about it) - some state doesn't send any additional info and will be displayed as N\A