blob: 20d3e60c661a1eaea71ac373233ea0d7c4fa24db [file] [log] [blame]
Mohammed Naser0d421e22023-02-09 21:42:38 -05001# Copyright (c) 2023 VEXXHOST, Inc.
okozachenko120323147262023-01-28 04:16:42 +11002#
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_helm_values:
16 image:
Michiel Piscaer2a2a92e2023-08-30 16:16:20 +020017 repository: "{{ atmosphere_images['rook_ceph'] | vexxhost.kubernetes.docker_image('name') }}"
Mohammed Naser31171f42023-03-19 00:10:46 +000018 tag: "{{ atmosphere_images['rook_ceph'] | vexxhost.kubernetes.docker_image('tag') }}"
okozachenko120323147262023-01-28 04:16:42 +110019 nodeSelector:
20 openstack-control-plane: enabled
21 # NOTE(mnaser): Once we implement storage inside Atmosphere, we can rely on
22 # Rook to manage this.
23 csi:
24 enableRbdDriver: false
okozachenko1203c3e9ea42023-01-28 04:25:11 +110025 enableCephfsDriver: false