|
|
|
@ -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
|
|
|
|
|