openstack-helm/cinder/values_overrides/rocky-ubuntu_xenial.yaml
Andrii Ostapenko 8cfa2aa390 Enable yamllint checks
- brackets
- braces
- colon
- commas
- comments
- document-end
- document-start
- empty-lines
- hyphens
- indentation
- new-line-at-end-of-file
- new-lines
- octal-values
- trailing-spaces

with corresponding code adjustment.

Also add yamllint.conf under the check.

Change-Id: Ie6251c9063c9c99ebe7c6db54c65d45d6ee7a1d4
2020-05-27 19:16:34 -05:00

19 lines
1.0 KiB
YAML

---
images:
tags:
db_init: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
cinder_db_sync: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
db_drop: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
ks_user: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
ks_service: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
ks_endpoints: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
cinder_api: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
bootstrap: docker.io/openstackhelm/heat:rocky-ubuntu_xenial
cinder_scheduler: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
cinder_volume: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
cinder_volume_usage_audit: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
cinder_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
cinder_backup: docker.io/openstackhelm/cinder:rocky-ubuntu_xenial
cinder_backup_storage_init: docker.io/openstackhelm/ceph-config-helper:latest-ubuntu_xenial
...