openstack-helm-infra/releasenotes/notes/change-default-ovs-image-c1e24787f1b03170.yaml
Andrii Ostapenko 8f24a74bc7 Introduces templates linting
This commit rewrites lint job to make template linting available.
Currently yamllint is run in warning mode against all templates
rendered with default values. Duplicates detected and issues will be
addressed in subsequent commits.

Also all y*ml files are added for linting and corresponding code changes
are made. For non-templates warning rules are disabled to improve
readability. Chart and requirements yamls are also modified in the name
of consistency.

Change-Id: Ife6727c5721a00c65902340d95b7edb0a9c77365
2020-06-11 23:29:42 -05:00

9 lines
272 B
YAML

---
other:
- |
The default image used by the openvswitch chart has been changed from a
a Debian based image including a source build of openvswitch v2.8.1 to an
Ubuntu Bionic based image including a distribution provided build of
openvswitch v2.9.2.
...