Fix Helm tests for the Ceph provisioners

We are adding the node selectors to helm tests for Ceph provisioners

Change-Id: I0fc9a78dcd27a92486dc724ce9294da96826eac9
This commit is contained in:
Kiran Kumar Surapathi (ks342f) 2021-03-09 15:18:12 -05:00 committed by Parsons, Cliff (cp769u)
parent ff81e97301
commit 4b42f3f57f
3 changed files with 4 additions and 1 deletions

View File

@ -15,6 +15,6 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Ceph Provisioner
name: ceph-provisioners
version: 0.1.4
version: 0.1.5
home: https://github.com/ceph/ceph
...

View File

@ -130,6 +130,8 @@ apiVersion: v1
metadata:
name: $pod_name
spec:
nodeSelector:
{{ .Values.labels.test.node_selector_key }}: {{ .Values.labels.test.node_selector_value }}
containers:
- name: task-pv-storage
image: {{ .Values.images.tags.ceph_config_helper }}

View File

@ -5,4 +5,5 @@ ceph-provisioners:
- 0.1.2 Validate each storageclass created
- 0.1.3 Uplift from Nautilus to Octopus release
- 0.1.4 Add Ceph CSI plugin
- 0.1.5 Fix Helm tests for the Ceph provisioners
...