Mohammed Naser | 3b65559 | 2023-02-10 05:59:10 +0000 | [diff] [blame] | 1 | # 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 | |
| 15 | rook_ceph_cluster_name: ceph |
| 16 | |
| 17 | rook_ceph_cluster_helm_release_name: "{{ rook_ceph_cluster_name }}" |
Mohammed Naser | 574d650 | 2023-03-21 23:34:48 +0000 | [diff] [blame] | 18 | rook_ceph_cluster_helm_chart_path: "../../charts/rook-ceph-cluster/" |
Mohammed Naser | 3b65559 | 2023-02-10 05:59:10 +0000 | [diff] [blame] | 19 | rook_ceph_cluster_helm_chart_ref: /usr/local/src/rook-ceph-cluster |
| 20 | |
| 21 | rook_ceph_cluster_helm_release_namespace: openstack |
Austin Talbot | 78a774a | 2024-09-25 10:15:36 -0600 | [diff] [blame] | 22 | rook_ceph_cluster_helm_kubeconfig: "{{ kubeconfig_path | default('/etc/kubernetes/admin.conf') }}" |
Mohammed Naser | 3b65559 | 2023-02-10 05:59:10 +0000 | [diff] [blame] | 23 | rook_ceph_cluster_helm_values: {} |
| 24 | |
Mohammed Naser | c139abc | 2025-02-05 14:03:20 -0500 | [diff] [blame] | 25 | # Class name to use for the Ingress |
| 26 | rook_ceph_cluster_ingress_class_name: "{{ atmosphere_ingress_class_name }}" |
| 27 | |
Mohammed Naser | 3b65559 | 2023-02-10 05:59:10 +0000 | [diff] [blame] | 28 | # List of annotations to apply to the Ingress |
| 29 | rook_ceph_cluster_radosgw_annotations: {} |
| 30 | |
| 31 | rook_ceph_cluster_mon_group: controllers |
| 32 | |
| 33 | rook_ceph_cluster_spec: {} |
| 34 | rook_ceph_cluster_radosgw_spec: {} |