Fix cinder & external_openstack cacert deployment (#6745)

The CA cert was only deployed on master nodes
This commit is contained in:
bozzo
2020-10-06 14:34:21 +02:00
committed by GitHub
parent f8ae086334
commit b1bb5a4796
4 changed files with 34 additions and 10 deletions

View File

@@ -0,0 +1,12 @@
---
# include to workaround mitogen issue
# https://github.com/dw/mitogen/issues/663
- name: Cinder CSI Driver | Write cacert file
copy:
src: "{{ cinder_cacert }}"
dest: "{{ kube_config_dir }}/cinder-cacert.pem"
group: "{{ kube_cert_group }}"
mode: 0640
tags: cinder-csi-driver
delegate_to: "{{ delegate_host_to_write_cacert }}"