Skip to content
Snippets Groups Projects
Commit 5e8562af authored by r0zehnal0vak's avatar r0zehnal0vak
Browse files

deploy storage class

parent e9657031
No related branches found
No related tags found
1 merge request!11Storage class
......@@ -9,4 +9,5 @@
roles:
- modify
- nginx_ingress
- monitoring
\ No newline at end of file
- monitoring
- storageClass
\ No newline at end of file
......@@ -7,3 +7,4 @@ netaddr==0.9.0
pbr==5.11.1
ruamel.yaml==0.17.35
ruamel.yaml.clib==0.2.8
kubernetes
- name: Apply storageClass.yaml
kubernetes.core.k8s:
kubeconfig: "{{ playbook_dir }}/../artifacts/admin.conf"
state: present
src: "{{ role_path }}/templates/storageClass.yaml"
\ No newline at end of file
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
name: csi-sc-cinderplugin
provisioner: cinder.csi.openstack.org
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment