blob: 4b0faa456436820a9be0bd9fa45cec7b34bb5858 [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_horizon_values:
endpoints: "{{ openstack_helm_endpoints }}"
images:
pull_policy: Always
tags:
bootstrap: "{{ lookup('vexxhost.atmosphere.image_ref', 'bootstrap', output='ref') }}"
db_drop: "{{ lookup('vexxhost.atmosphere.image_ref', 'db_drop', output='ref') }}"
db_init: "{{ lookup('vexxhost.atmosphere.image_ref', 'db_init', output='ref') }}"
dep_check: "{{ lookup('vexxhost.atmosphere.image_ref', 'dep_check', output='ref') }}"
ks_endpoints: "{{ lookup('vexxhost.atmosphere.image_ref', 'ks_endpoints', output='ref') }}"
ks_service: "{{ lookup('vexxhost.atmosphere.image_ref', 'ks_service', output='ref') }}"
ks_user: "{{ lookup('vexxhost.atmosphere.image_ref', 'ks_user', output='ref') }}"
horizon_db_sync: "{{ lookup('vexxhost.atmosphere.image_ref', 'horizon_db_sync', output='ref') }}"
horizon: "{{ lookup('vexxhost.atmosphere.image_ref', 'horizon', output='ref') }}"
rabbit_init: "{{ lookup('vexxhost.atmosphere.image_ref', 'rabbit_init', output='ref') }}"
pod:
replicas:
server: 3
conf:
horizon:
local_settings:
config:
secure_proxy_ssl_header: "True"
horizon_images_upload_mode: direct
openstack_enable_password_retrieve: "True"
raw:
WEBSSO_KEYSTONE_URL: https://{{ openstack_helm_endpoints['identity']['host_fqdn_override']['public']['host'] }}/v3
local_settings_d:
_50_monasca_ui_settings: "{{ lookup('file', '50-monasca-ui-settings.py') }}"
extra_panels:
- designatedashboard
- heat_dashboard
- ironic_ui
- magnum_ui
- monitoring
- neutron_vpnaas_dashboard
- octavia_dashboard
- senlin_dashboard
policy:
monitoring:
default: "@"
monasca_user_role: role:monasca-user
monitoring:monitoring: rule:monasca_user_role
monitoring:kibana_access: rule:monasca_user_role
manifests:
ingress_api: false
service_ingress_api: false