blob: d5b1c2d6c55937362e95e9f7add776d49414ea99 [file] [log] [blame]
Mohammed Naser3b655592023-02-10 05:59:10 +00001# Copyright (c) 2023 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
15rook_ceph_cluster_name: ceph
16
17rook_ceph_cluster_helm_release_name: "{{ rook_ceph_cluster_name }}"
Mohammed Naser574d6502023-03-21 23:34:48 +000018rook_ceph_cluster_helm_chart_path: "../../charts/rook-ceph-cluster/"
Mohammed Naser3b655592023-02-10 05:59:10 +000019rook_ceph_cluster_helm_chart_ref: /usr/local/src/rook-ceph-cluster
20
21rook_ceph_cluster_helm_release_namespace: openstack
Austin Talbot78a774a2024-09-25 10:15:36 -060022rook_ceph_cluster_helm_kubeconfig: "{{ kubeconfig_path | default('/etc/kubernetes/admin.conf') }}"
Mohammed Naser3b655592023-02-10 05:59:10 +000023rook_ceph_cluster_helm_values: {}
24
Mohammed Naserc139abc2025-02-05 14:03:20 -050025# Class name to use for the Ingress
26rook_ceph_cluster_ingress_class_name: "{{ atmosphere_ingress_class_name }}"
27
Mohammed Naser3b655592023-02-10 05:59:10 +000028# List of annotations to apply to the Ingress
29rook_ceph_cluster_radosgw_annotations: {}
30
31rook_ceph_cluster_mon_group: controllers
32
33rook_ceph_cluster_spec: {}
34rook_ceph_cluster_radosgw_spec: {}