Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upWorkflow for upgrading Salt #165
Closed
Comments
|
Blocked on saltstack/salt#29098. |
This was referenced Dec 14, 2015
|
@aneeshusa for the "document the workflow" part of this issue, I've moved the Salt docs into their own wiki page at https://github.com/servo/servo/wiki/SaltStack-Administration. It looks like the Salt issue that this was previously blocked on is now resolved. |
|
Great, closing since we've agreed on manual updates for now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Homebrew has packaged Salt 2015.8.1 so I'll put in a PR to update the pinned salt version soon. However, upgrading Salt requires some extra care for two reasons:
salt '*' state.highstatecannot enforce ordering - Salt's orchestration can help with this.I want to make sure there is a concrete plan for this and future Salt version upgrades to prevent breakage. Do you currently have a workflow for updating Salt? If not, I think manual updates are fine for now since there are so few machines: first on the salt master, then on the minions. I'll look into adding some automation to this.