Tags: danfengliu/vic
Tags
Fix verifying default docker registry (vmware#8233) (vmware#8248) The default docker registry has been changed from registry.hub.docker.com to registry-1.docker.io in PR#8140. Scenario test should also rectify the URL. (cherry picked from commit c8199af)
Workaround for concurrent exec issues (vmware#8098) (vmware#8101) There are outstanding issues to address with concurrent exec. This work is palliative rather than an actual fix. Removes checking for "started" in the status string - we reliably see this field not propagating to the property collector despite being logged as set in the tether. This _only_ applies to execs at this time as that is the only path calling task.State (via InspectTask). Adds locking around dispatch of execs, with a timeout, to serialize that initial dispatch path against a single container. If the timeout expires it reverts to current behaviour and relies on concurrent modification and retry. (cherry picked from commit c99f021)
Workaround for concurrent exec issues (vmware#8098) (vmware#8101) There are outstanding issues to address with concurrent exec. This work is palliative rather than an actual fix. Removes checking for "started" in the status string - we reliably see this field not propagating to the property collector despite being logged as set in the tether. This _only_ applies to execs at this time as that is the only path calling task.State (via InspectTask). Adds locking around dispatch of execs, with a timeout, to serialize that initial dispatch path against a single container. If the timeout expires it reverts to current behaviour and relies on concurrent modification and retry. (cherry picked from commit c99f021)
Send Longevity slack notifications to general (vmware#7990) (vmware#8080 ) Update robot tests to send Slack notifications about Longevity to the new #general channel. (cherry picked from commit dd6fbfe)
vic-machine: Extract extended-help printing code (vmware#7854) Extract the extended-help printing code into the extended-help struct, allowing create and configure to better share related code.
PreviousNext