dcaecb4dad
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>
14 lines
574 B
YAML
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.
|