Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce deployments to make rolling updates based on allocation health #2799

Merged
merged 105 commits into from
Jul 7, 2017

Conversation

dadgar
Copy link
Contributor

@dadgar dadgar commented Jul 7, 2017

This PR introduces:

  • A new noun to Nomad, deployment.
  • Multiple job versions with diffs between jobs
  • Job stability and auto rollback on failed job updates
  • Canaries

A deployment is created when a job with an update policy is changed. The deployment tracks the desired set of changes and its progress.

Rolling updates now are based on allocation health. The health can be determined by the tasks in the allocation being running and also that the checks registered in Consul are successful.

@dadgar dadgar merged commit 880ba14 into master Jul 7, 2017
@dadgar dadgar deleted the f-deployment branch July 7, 2017 21:58
@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 30, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants