openstack-helm/tacker/values_overrides/zed-ubuntu_focal.yaml
Ayumu Ueha 97c1c61ea2 Add Tacker chart
At this point it requires nfs provisioner that provides
ReadWriteMany volumes for vnfpackages, csar files and
also the same storage class is used for logs.

Also this patch adds a job that only deploys Tacker but
does not tests it in any way. This job is put to the experimental
pipeline.

Co-authored-by: Vladimir Kozhukalov <kozhukalov@gmail.com>

Story: 2010682
Task: 47771
Change-Id: I56d7ba489746ab4f818086440a7783f4b1ecb292
2023-09-01 05:01:02 +00:00

41 lines
1.9 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_focal
tacker_conductor: docker.io/openstackhelm/tacker:zed-ubuntu_focal
db_init: docker.io/openstackhelm/heat:zed-ubuntu_focal
db_drop: docker.io/openstackhelm/heat:zed-ubuntu_focal
tacker_db_sync: docker.io/openstackhelm/tacker:zed-ubuntu_focal
ks_endpoints: docker.io/openstackhelm/heat:zed-ubuntu_focal
ks_service: docker.io/openstackhelm/heat:zed-ubuntu_focal
ks_user: docker.io/openstackhelm/heat:zed-ubuntu_focal
rabbit_init: docker.io/rabbitmq:3.7-management
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
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