-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(Regression) Tests and bugfixes for multiple socket implementation (#386
) Fix 2 bugs: * Cleaning of the socket name before storing in podmanClients, made it unfindable in the Job task unless you know how the cleaning of the name is done. The cleaning of the socket name was reverted for podmanClients map and only applied when using it as an attribute name (which was the goal anyway) * When all sockets are named and none of them is named default, attributes would not have a driver.podman.* prefix. To fix this, the default podman socket (first in the list) will get mapped to the driver.podman and an extra attribute is exposed to find the original name of the socket given in the driver config.
- Loading branch information
1 parent
c35e10a
commit 3da289f
Showing
2 changed files
with
106 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters