tripleo-quickstart-extras/releasenotes/notes/deploy-undercloud-with-heat-d3f76546f2048fed.yaml
Sorin Sbarnea 72141b7fab Adopt yamllint strict linting
Upgrades yamllint to latest version and adots use of its strict
checking.

Fix all known problems reported by yamllint so we don't have to do
that while touching these files.

Change-Id: I4bdc520d9e2aff086c4b463718bc1e053261a4f5
Story: https://tree.taiga.io/project/tripleo-ci-board/task/381
2018-11-26 12:37:21 +00:00

19 lines
927 B
YAML

---
features:
- |
EXPERIMENTAL feature to install the undercloud with openstack heat
add support for a containerized undercloud. It allows to update the
specified packages, install custom t-h-t templates and fetch work
in progress dependency changes. This can be done deployment runtime,
by an undercloud deploy script defined from a given template.
The feature is invoked by using the config file in
config/general_config/containers_undercloud_minimal.yml
e.g. ./quickstart.sh -c $working_dir/config/general_config/containers_undercloud_minimal.yml --tags all -R master-tripleo-ci -w $working_dir $VIRTHOST
deprecations:
- |
The variable "undercloud_hieradata_override_file" which was the hieradata
override file for the undercloud, was deprecated in favor of the
variables "hieradata_override_file_classic_undercloud" and
"hieradata_override_file_t_h_t_undercloud".