97c1c61ea2
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
17 lines
778 B
YAML
17 lines
778 B
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:2023.1-ubuntu_focal
|
|
tacker_conductor: docker.io/openstackhelm/tacker:2023.1-ubuntu_focal
|
|
db_init: docker.io/openstackhelm/heat:2023.1-ubuntu_focal
|
|
db_drop: docker.io/openstackhelm/heat:2023.1-ubuntu_focal
|
|
tacker_db_sync: docker.io/openstackhelm/tacker:2023.1-ubuntu_focal
|
|
ks_endpoints: docker.io/openstackhelm/heat:2023.1-ubuntu_focal
|
|
ks_service: docker.io/openstackhelm/heat:2023.1-ubuntu_focal
|
|
ks_user: docker.io/openstackhelm/heat:2023.1-ubuntu_focal
|
|
rabbit_init: docker.io/rabbitmq:3.7-management
|
|
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
|