openstack-helm/values_overrides/tacker/zed-ubuntu_jammy.yaml
Vladimir Kozhukalov adc22b613b Update yamllint.conf
This PR updates the yaml linter configuration
to align it with what we have in the osh-infra
repo.

Change-Id: I3585fdc6663b2ae7bfb5c1d8a13672ac3055bf86
2025-03-12 22:59:57 -05:00

41 lines
1.8 KiB
YAML

# Default values for tacker.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
---
images:
tags:
tacker_server: docker.io/openstackhelm/tacker:zed-ubuntu_jammy
tacker_conductor: docker.io/openstackhelm/tacker:zed-ubuntu_jammy
db_init: docker.io/openstackhelm/heat:zed-ubuntu_jammy
db_drop: docker.io/openstackhelm/heat:zed-ubuntu_jammy
tacker_db_sync: docker.io/openstackhelm/tacker:zed-ubuntu_jammy
ks_endpoints: docker.io/openstackhelm/heat:zed-ubuntu_jammy
ks_service: docker.io/openstackhelm/heat:zed-ubuntu_jammy
ks_user: docker.io/openstackhelm/heat:zed-ubuntu_jammy
conf:
paste:
composite:tackerapi_v1_0:
noauth: request_id catch_errors extensions tackerapiapp_v1_0
keystone: request_id catch_errors alarm_receiver authtoken keystonecontext extensions tackerapiapp_v1_0
composite:vnfpkgmapi_v1:
noauth: request_id catch_errors vnfpkgmapp_v1
keystone: request_id catch_errors authtoken keystonecontext vnfpkgmapp_v1
composite:vnflcm_v1:
noauth: request_id catch_errors vnflcmaapp_v1
keystone: request_id catch_errors authtoken keystonecontext vnflcmaapp_v1
composite:vnflcm_v2:
noauth: request_id catch_errors vnflcmaapp_v2
keystone: request_id catch_errors authtoken keystonecontext vnflcmaapp_v2
composite:vnfpm_v2:
noauth: request_id catch_errors vnfpmaapp_v2
keystone: request_id catch_errors authtoken keystonecontext vnfpmaapp_v2
composite:vnflcm_versions:
noauth: request_id catch_errors vnflcm_api_versions
keystone: request_id catch_errors authtoken keystonecontext vnflcm_api_versions
composite:vnffm_v1:
noauth: request_id catch_errors vnffmaapp_v1
keystone: request_id catch_errors authtoken keystonecontext vnffmaapp_v1
...