-
Notifications
You must be signed in to change notification settings - Fork 616
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
Use assignments instead of tasks #1508
Commits on Sep 7, 2016
-
Initial secrets protobuf changes and dispatcher support
Add a Secret top-level object type. Add a SecretReference that allows a service to reference the secrets it needs. Add dispatcher Assignments method which will replace Tasks going forward. This provides a stream with incremental task and secret updates. Additional object types can be supported in the assignment set in the future. The first message returned from the Assignments stream is the complete set of tasks and secrets for the node, and this is used to synchronize the node's view with the manager's. Additional messages returned by the stream are incremental updates that add, update, or remove one or more tasks or secrets. If the agent gets out of sync with the manager, it can reinitiate the Assignments stream to sync up. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
Configuration menu - View commit details
-
Copy full SHA for 03f0729 - Browse repository at this point
Copy the full SHA 03f0729View commit details -
Remove secrets part of previous commit
Signed-off-by: cyli <cyli@twistedmatrix.com>
Configuration menu - View commit details
-
Copy full SHA for d7695f3 - Browse repository at this point
Copy the full SHA d7695f3View commit details -
Changing the agent to use Assignments instead of Tasks
Signed-off-by: Diogo Monica <diogo.monica@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ee24218 - Browse repository at this point
Copy the full SHA ee24218View commit details -
Adding fallback from Assignments to tasks
Signed-off-by: Diogo Monica <diogo.monica@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a2ffed - Browse repository at this point
Copy the full SHA 2a2ffedView commit details -
Minor cleanup from a cherry-picked commit
Signed-off-by: cyli <cyli@twistedmatrix.com>
Configuration menu - View commit details
-
Copy full SHA for e997eb2 - Browse repository at this point
Copy the full SHA e997eb2View commit details -
Changing protos and addressing comments
(removed the proto parts - cyli) Signed-off-by: Diogo Monica <diogo.monica@gmail.com> Signed-off-by: cyli <cyli@twistedmatrix.com>
Configuration menu - View commit details
-
Copy full SHA for 4dc641a - Browse repository at this point
Copy the full SHA 4dc641aView commit details -
Fixed small bug in Assignments and changed tests from Tasks to Assign…
…ments Signed-off-by: Diogo Monica <diogo.monica@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3dd13bf - Browse repository at this point
Copy the full SHA 3dd13bfView commit details -
Cherry-picked a partial commit
Signed-off-by: cyli <cyli@twistedmatrix.com>
Configuration menu - View commit details
-
Copy full SHA for e92692a - Browse repository at this point
Copy the full SHA e92692aView commit details -
Cherry-picked a partial commit
Signed-off-by: cyli <cyli@twistedmatrix.com>
Configuration menu - View commit details
-
Copy full SHA for c2d82f6 - Browse repository at this point
Copy the full SHA c2d82f6View commit details -
Signed-off-by: Diogo Monica <diogo.monica@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1eb3402 - Browse repository at this point
Copy the full SHA 1eb3402View commit details -
Signed-off-by: Diogo Monica <diogo.monica@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 443a457 - Browse repository at this point
Copy the full SHA 443a457View commit details