Enable Podman Service For Lacking Roles

ComputeOvsDpdkSriov, ComputeOvsDpdkSriovRT and CellController roles do
not include OS::TripleO::Services::Podman which may cause Overcloud deployments to
fail.

Adding Podman service to these roles in order to be aligned with the rest of the roles.

Change-Id: If9b9ffa4651133b966ea0c28069dd1a81f3b2df5
(cherry picked from commit 894481fafe)
This commit is contained in:
Vadim Khitrin
2019-05-04 16:31:30 +03:00
committed by Emilien Macchi
parent 64ed9f859a
commit 480100564d
3 changed files with 3 additions and 0 deletions

View File

@@ -54,4 +54,5 @@
- OS::TripleO::Services::TripleoPackages
- OS::TripleO::Services::Tuned
- OS::TripleO::Services::Vpp
- OS::TripleO::Services::Podman
- OS::TripleO::Services::Ptp

View File

@@ -58,4 +58,5 @@
- OS::TripleO::Services::Timezone
- OS::TripleO::Services::TripleoFirewall
- OS::TripleO::Services::TripleoPackages
- OS::TripleO::Services::Podman
- OS::TripleO::Services::Ptp

View File

@@ -59,4 +59,5 @@
- OS::TripleO::Services::Timezone
- OS::TripleO::Services::TripleoFirewall
- OS::TripleO::Services::TripleoPackages
- OS::TripleO::Services::Podman
- OS::TripleO::Services::Ptp