blob: 8872db17d53c0824affd6d4d687dddb4854ea241 [file] [log] [blame]
# Copyright (c) 2022 VEXXHOST, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
_openstack_helm_senlin_values: "{{ __openstack_helm_senlin_values | combine(openstack_helm_senlin_values, recursive=True) }}"
__openstack_helm_senlin_values:
endpoints: "{{ openstack_helm_endpoints }}"
images:
pull_policy: Always
tags:
bootstrap: "{{ atmosphere_images['bootstrap'] | docker_image('ref') }}"
db_drop: "{{ atmosphere_images['db_drop'] | docker_image('ref') }}"
db_init: "{{ atmosphere_images['db_init'] | docker_image('ref') }}"
dep_check: "{{ atmosphere_images['dep_check'] | docker_image('ref') }}"
ks_endpoints: "{{ atmosphere_images['ks_endpoints'] | docker_image('ref') }}"
ks_service: "{{ atmosphere_images['ks_service'] | docker_image('ref') }}"
ks_user: "{{ atmosphere_images['ks_user'] | docker_image('ref') }}"
rabbit_init: "{{ atmosphere_images['rabbit_init'] | docker_image('ref') }}"
senlin_api: "{{ atmosphere_images['senlin_api'] | docker_image('ref') }}"
senlin_conductor: "{{ atmosphere_images['senlin_conductor'] | docker_image('ref') }}"
senlin_db_sync: "{{ atmosphere_images['senlin_db_sync'] | docker_image('ref') }}"
senlin_engine_cleaner: "{{ atmosphere_images['senlin_engine_cleaner'] | docker_image('ref') }}"
senlin_engine: "{{ atmosphere_images['senlin_engine'] | docker_image('ref') }}"
senlin_health_manager: "{{ atmosphere_images['senlin_health_manager'] | docker_image('ref') }}"
pod:
replicas:
api: 3
conductor: 3
engine: 3
health_manager: 3
conf:
senlin:
DEFAULT:
log_config_append: null
oslo_messaging_notifications:
driver: noop
manifests:
ingress_api: false
service_ingress_api: false