Enable yamllint checks

- document-end
- document-start
- empty-lines
- hyphens
- indentation
- key-duplicates
- new-line-at-end-of-file
- new-lines
- octal-values

with corresponding code adjustment.

Change-Id: I92d6aa20df82aa0fe198f8ccd535cfcaf613f43a
This commit is contained in:
Andrii Ostapenko
2020-05-17 15:14:56 -05:00
parent b19c7f21c9
commit 731a6b4cfa
119 changed files with 298 additions and 82 deletions

View File

@@ -15,6 +15,7 @@
# Declare name/value pairs to be passed into your templates.
# name: value
---
release_group: null
labels:
@@ -188,3 +189,4 @@ manifests:
daemonset_libvirt: true
job_image_repo_sync: true
network_policy: false
...

View File

@@ -1,5 +1,7 @@
---
pod:
mandatory_access_control:
type: apparmor
libvirt-libvirt-default:
libvirt: runtime/default
...

View File

@@ -1,2 +1,4 @@
---
manifests:
network_policy: true
...

View File

@@ -2,3 +2,4 @@
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
...

View File

@@ -2,3 +2,4 @@
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
...

View File

@@ -2,3 +2,4 @@
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
...

View File

@@ -2,3 +2,4 @@
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:latest-opensuse_15
...

View File

@@ -2,3 +2,4 @@
images:
tags:
libvirt: docker.io/openstackhelm/libvirt:ubuntu_xenial-20190903
...