forked from openstack/ansible-collection-kolla
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move podman socket activation to podman role
The expectation was that the podman role would fully configure the podman service, but we needed to run the podman_sdk role for socket activation to be enabled. It also meant that you needed to run the podman_sdk role after the podman role (as it expected that podman was already installed) which is not always desirable. For instance, in kayobe, we setup the virtualenv before configuring the container engine. Closes-Bug: #2054568 Change-Id: Ic9d3cf9ad94f0cb28f9f1073ff02842a38211a54
- Loading branch information
Showing
3 changed files
with
18 additions
and
7 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
releasenotes/notes/move-podman-socket-activation-6b94d5be242d9879.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
upgrade: | ||
- | | ||
Socket activation of podman is now enabled by the ``podman`` role and | ||
not the ``podman_sdk`` role. | ||
fixes: | ||
- | | ||
Fixes an issue where the ``podman`` role did not enable socket activation | ||
for the podman service. | ||
See `LP#2054568 <https://bugs.launchpad.net/ansible-collection-kolla/+bug/2054568>`__ | ||
for further details. |
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