From 7172590e2ea99731e699007540dc26dc779a68ea Mon Sep 17 00:00:00 2001 From: Bogdan Dobrelya Date: Tue, 21 Jan 2020 15:02:44 +0100 Subject: [PATCH] Fix link to UC install guide and mention podman Change-Id: I2298f961431a2abfc6e2eeea903fe95ac560bc02 Signed-off-by: Bogdan Dobrelya --- deploy-guide/source/deployment/undercloud.rst | 8 +++++--- doc/source/contributor/new_developers.rst | 5 +++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/deploy-guide/source/deployment/undercloud.rst b/deploy-guide/source/deployment/undercloud.rst index 5079b8c6..29742d5c 100644 --- a/deploy-guide/source/deployment/undercloud.rst +++ b/deploy-guide/source/deployment/undercloud.rst @@ -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 will be deployed (containers vs base OS). -The undercloud architecture based on Moby_ containers is not very different from -the baremetal/VM based one. The services deployed in the traditional baremetal -undercloud are also deployed in the containers based one. +The undercloud architecture based on Moby_ (also Podman_ as of Stein) containers +is not very different from the baremetal/VM based one. The services deployed in +the traditional baremetal undercloud are also deployed in the containers based +one. .. _Moby: https://mobyproject.org/ +.. _Podman: https://podman.io/ One obvious difference between these two types of deployments is that the openstack services are deployed as containers in a container runtime rather than diff --git a/doc/source/contributor/new_developers.rst b/doc/source/contributor/new_developers.rst index aa4b4f33..f2bff2d8 100644 --- a/doc/source/contributor/new_developers.rst +++ b/doc/source/contributor/new_developers.rst @@ -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 services. -Please see the following guide on how to set up a containerized undercloud: -https://docs.openstack.org/tripleo-docs/latest/install/containers_deployment/undercloud.html +Please see `Undercloud Deployment Guide `_ +on how to set up a containerized undercloud. +