python-tripleoclient/releasenotes/notes/deploy-undercloud-with-heat-789655d324b2727b.yaml
Bogdan Dobrelya dcaecb4dad Install prerequisites for undercloud deploy
Address the tech debt introduced in the quickstart-extras
undercloud-deploy role. Move installation of the packages
into the 'openstack undercloud deploy' prerequisites phase,
executed as a separate deployment step.
Add new flag --install-kolla, defaults to False. If enabled,
adds the openatack-kolla package to the prerequisites.
Add release notes for undercloud deploy.
Add missing python-heat-agent-ansible prerequisite.

Change-Id: I54445b73891ff414acc6d3323aa378243d4d655f
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
2017-06-12 13:36:30 +02:00

14 lines
574 B
YAML

---
features:
- |
EXPERIMENTAL feature to install the undercloud with openstack heat
add support for a containerized undercloud. It checks for prequisites
and installs missing packages then deploys undercloud with heat-all.
- |
New flag `--install-kolla`, defaults to False. Adds or removes Kolla
packages to/from the list of required packages to be installed by the
``openstack undercloud deploy`` command. Set it to True, if you want
to build Kolla containers on the undercloud node as the part of your
continuous deployment pipeline.