blob: 12fa0a60e55145c4c2d92bf2de67aeb5065b8c28 [file] [log] [blame]
guilhermesteinmuller155f8042023-01-24 19:47:44 +00001# 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
Mohammed Naser2145fc32023-01-29 23:23:03 +000015_ceph_provisioners_helm_values:
Mohammed Naserc8e1a452022-08-11 16:16:13 -040016 network:
Mohammed Naser2145fc32023-01-29 23:23:03 +000017 public: "{{ ceph_provisioners_ceph_public_network }}"
18 cluster: "{{ ceph_provisioners_ceph_cluster_network }}"
Mohammed Naserc8e1a452022-08-11 16:16:13 -040019 conf:
20 ceph:
21 global:
Mohammed Naser3f961782023-04-20 10:48:21 -040022 fsid: "{{ _ceph_provisioners_ceph_fsid }}"
Mohammed Naserc8e1a452022-08-11 16:16:13 -040023 manifests:
24 configmap_bin: false
25 configmap_bin_common: false
26 deployment_rbd_provisioner: false
27 deployment_csi_rbd_provisioner: false
28 deployment_cephfs_provisioner: false
29 job_cephfs_client_key: false
30 job_namespace_client_key_cleaner: false
31 job_namespace_client_key: false
32 storageclass: false