Fix link to UC install guide and mention podman

Change-Id: I2298f961431a2abfc6e2eeea903fe95ac560bc02
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
This commit is contained in:
Bogdan Dobrelya 2020-01-21 15:02:44 +01:00
parent 79e31e29c0
commit 7172590e2e
2 changed files with 8 additions and 5 deletions

View File

@ -5,11 +5,13 @@ The requirements for a containerized undercloud are the same as for any other
undercloud deployment. The real difference is in where the undercloud services undercloud deployment. The real difference is in where the undercloud services
will be deployed (containers vs base OS). will be deployed (containers vs base OS).
The undercloud architecture based on Moby_ containers is not very different from The undercloud architecture based on Moby_ (also Podman_ as of Stein) containers
the baremetal/VM based one. The services deployed in the traditional baremetal is not very different from the baremetal/VM based one. The services deployed in
undercloud are also deployed in the containers based one. the traditional baremetal undercloud are also deployed in the containers based
one.
.. _Moby: https://mobyproject.org/ .. _Moby: https://mobyproject.org/
.. _Podman: https://podman.io/
One obvious difference between these two types of deployments is that the One obvious difference between these two types of deployments is that the
openstack services are deployed as containers in a container runtime rather than openstack services are deployed as containers in a container runtime rather than

View File

@ -131,5 +131,6 @@ development using this framework instead of a complete overcloud.
This is very useful if you are developing Heat templates or containerized This is very useful if you are developing Heat templates or containerized
services. services.
Please see the following guide on how to set up a containerized undercloud: Please see `Undercloud Deployment Guide <https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/deployment/undercloud.html>`_
https://docs.openstack.org/tripleo-docs/latest/install/containers_deployment/undercloud.html on how to set up a containerized undercloud.