guilhermesteinmuller | 155f804 | 2023-01-24 19:47:44 +0000 | [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 | |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 15 | _ceph_provisioners_helm_values: |
Mohammed Naser | c8e1a45 | 2022-08-11 16:16:13 -0400 | [diff] [blame] | 16 | network: |
Mohammed Naser | 2145fc3 | 2023-01-29 23:23:03 +0000 | [diff] [blame] | 17 | public: "{{ ceph_provisioners_ceph_public_network }}" |
| 18 | cluster: "{{ ceph_provisioners_ceph_cluster_network }}" |
Mohammed Naser | c8e1a45 | 2022-08-11 16:16:13 -0400 | [diff] [blame] | 19 | conf: |
| 20 | ceph: |
| 21 | global: |
Mohammed Naser | 3f96178 | 2023-04-20 10:48:21 -0400 | [diff] [blame] | 22 | fsid: "{{ _ceph_provisioners_ceph_fsid }}" |
Mohammed Naser | c8e1a45 | 2022-08-11 16:16:13 -0400 | [diff] [blame] | 23 | 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 |