Enable taint toleration for ceph-rgw

This adds taint toleration support for openstack jobs

Signed-off-by: Lucas Cavalcante <lucasmedeiros.cavalcante@windriver.com>
Change-Id: I5e55e93d4034da5f7f323a6dcb3ca511abd9ac4e
This commit is contained in:
Thiago Brito 2022-03-22 15:15:41 -03:00 committed by Thiago Paiva Brito
parent 0d5b16cabb
commit 09bf2fbb92
3 changed files with 5 additions and 1 deletions

View File

@ -15,6 +15,6 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Ceph RadosGW
name: ceph-rgw
version: 0.1.19
version: 0.1.20
home: https://github.com/ceph/ceph
...

View File

@ -233,6 +233,9 @@ pod:
key: node.kubernetes.io/unreachable
operator: Exists
tolerationSeconds: 60
- key: node-role.kubernetes.io/master
operator: Exists
effect: NoSchedule
network_policy:
rgw:

View File

@ -20,4 +20,5 @@ ceph-rgw:
- 0.1.17 Update htk requirements
- 0.1.18 Consolidate mon_endpoints discovery
- 0.1.19 Add ClusterRole to the bootstrap-job
- 0.1.20 Enable taint toleration for Openstack services jobs
...