blob: 45eea44529f25c29a105268e92d36d19519de644 [file] [log] [blame]
okozachenko120323147262023-01-28 04:16:42 +11001# 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
15_rook_ceph_helm_values:
16 image:
okozachenko12035a6905a2023-01-28 04:32:52 +110017 repository: "{{ atmosphere_images['rook_ceph'] | vexxhost.atmosphere.docker_image('name') }}"
okozachenko120323147262023-01-28 04:16:42 +110018 nodeSelector:
19 openstack-control-plane: enabled
20 # NOTE(mnaser): Once we implement storage inside Atmosphere, we can rely on
21 # Rook to manage this.
22 csi:
23 enableRbdDriver: false
okozachenko1203c3e9ea42023-01-28 04:25:11 +110024 enableCephfsDriver: false