Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 1 | # Copyright (c) 2022 VEXXHOST, Inc. |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); you may |
| 4 | # not use this file except in compliance with the License. You may obtain |
| 5 | # a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, WITHOUT |
| 11 | # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the |
| 12 | # License for the specific language governing permissions and limitations |
| 13 | # under the License. |
| 14 | |
| 15 | _openstack_helm_heat_values: "{{ __openstack_helm_heat_values | combine(openstack_helm_heat_values, recursive=True) }}" |
| 16 | __openstack_helm_heat_values: |
| 17 | endpoints: "{{ openstack_helm_endpoints }}" |
| 18 | images: |
Mohammed Naser | b9c32bf | 2022-09-07 17:06:33 -0400 | [diff] [blame] | 19 | pull_policy: Always |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 20 | tags: |
| 21 | bootstrap: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 22 | db_drop: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 23 | db_init: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 24 | dep_check: "{{ openstack_helm_heat_image_repository }}/kubernetes-entrypoint:latest" |
| 25 | heat_api: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 26 | heat_cfn: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 27 | heat_cloudwatch: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 28 | heat_db_sync: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 29 | heat_engine_cleaner: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 30 | heat_engine: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 31 | heat_purge_deleted: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 32 | ks_endpoints: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 33 | ks_service: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 34 | ks_user: "{{ openstack_helm_heat_image_repository }}/heat:{{ openstack_helm_heat_image_tag }}" |
| 35 | rabbit_init: "{{ openstack_helm_heat_image_repository }}/rabbitmq:3.8.23-management" |
| 36 | pod: |
| 37 | replicas: |
| 38 | api: 3 |
| 39 | cfn: 3 |
| 40 | cloudwatch: 3 |
| 41 | engine: 3 |
| 42 | conf: |
| 43 | heat: |
| 44 | DEFAULT: |
| 45 | auth_encryption_key: "{{ openstack_helm_heat_auth_encryption_key }}" |
| 46 | log_config_append: null |
| 47 | region_name_for_services: "{{ openstack_helm_endpoints['identity']['auth']['heat']['region_name'] }}" |
| 48 | server_keystone_endpoint_type: public |
| 49 | clients_keystone: |
| 50 | endpoint_type: publicURL |
ricolin | 2d8dd48 | 2022-07-07 06:55:02 +0800 | [diff] [blame] | 51 | oslo_messaging_notifications: |
| 52 | driver: noop |
Mohammed Naser | b7b97d6 | 2022-03-12 16:30:00 -0500 | [diff] [blame] | 53 | manifests: |
| 54 | ingress_api: false |
| 55 | ingress_cfn: false |
| 56 | service_ingress_api: false |
| 57 | service_ingress_cfn: false |