blob: 5137e10c274dd06dfb000a7d9150ce9b7d262c84 [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_heat_values: "{{ __openstack_helm_heat_values | combine(openstack_helm_heat_values, recursive=True) }}"
__openstack_helm_heat_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') }}"
heat_api: "{{ atmosphere_images['heat_api'] | docker_image('ref') }}"
heat_cfn: "{{ atmosphere_images['heat_cfn'] | docker_image('ref') }}"
heat_cloudwatch: "{{ atmosphere_images['heat_cloudwatch'] | docker_image('ref') }}"
heat_db_sync: "{{ atmosphere_images['heat_db_sync'] | docker_image('ref') }}"
heat_engine_cleaner: "{{ atmosphere_images['heat_engine_cleaner'] | docker_image('ref') }}"
heat_engine: "{{ atmosphere_images['heat_engine'] | docker_image('ref') }}"
heat_purge_deleted: "{{ atmosphere_images['heat_purge_deleted'] | 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') }}"
pod:
replicas:
api: 3
cfn: 3
cloudwatch: 3
engine: 3
conf:
heat:
DEFAULT:
auth_encryption_key: "{{ openstack_helm_heat_auth_encryption_key }}"
log_config_append: null
region_name_for_services: "{{ openstack_helm_endpoints['identity']['auth']['heat']['region_name'] }}"
server_keystone_endpoint_type: public
clients_keystone:
endpoint_type: publicURL
oslo_messaging_notifications:
driver: noop
manifests:
ingress_api: false
ingress_cfn: false
service_ingress_api: false
service_ingress_cfn: false