File tree Expand file tree Collapse file tree 3 files changed +10
-48
lines changed Expand file tree Collapse file tree 3 files changed +10
-48
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ kind: Kustomization
5
5
resources :
6
6
- cinder-mariadb-db.yaml
7
7
- cinder-rabbitmq-queue.yaml
8
- - cinder-volume-netapp.yaml
9
8
# less than ideal addition but necessary so that we can have the cinder.conf.d loading
10
9
# working due to the way the chart hardcodes the config-file parameter which then
11
10
# takes precedence over the directory
Original file line number Diff line number Diff line change 5
5
backends :
6
6
# disable the hardcoded one in the OpenStack Helm values.yaml
7
7
rbd1 : null
8
+ netapp_nvme :
9
+ netapp_server_port : " 443"
10
+ netapp_storage_family : ontap_cluster
11
+ netapp_storage_protocol : nvme
12
+ netapp_transport_type : https
13
+ netapp_use_legacy_client : false
14
+ volume_backend_name : netapp_nvme
15
+ volume_driver : cinder_understack.dynamic_netapp_driver.NetappCinderDynamicDriver
8
16
cinder :
9
17
DEFAULT :
10
18
enabled_backends : netapp_nvme
74
82
- secret :
75
83
name : cinder-ks-etc
76
84
- secret :
77
- name : volume-backend
78
- items :
79
- - key : netapp_nvme.conf
80
- path : netapp_nvme.conf
85
+ name : cinder-netapp-config
86
+ optional : true
81
87
cinder_volume_usage_audit :
82
88
cinder_volume_usage_audit :
83
89
volumeMounts :
You can’t perform that action at this time.
0 commit comments