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

deploy storage class

parent e9657031
Branches
No related tags found
No related merge requests found
...@@ -9,4 +9,5 @@ ...@@ -9,4 +9,5 @@
roles: roles:
- modify - modify
- nginx_ingress - nginx_ingress
- monitoring - monitoring
\ No newline at end of file - storageClass
\ No newline at end of file
...@@ -7,3 +7,4 @@ netaddr==0.9.0 ...@@ -7,3 +7,4 @@ netaddr==0.9.0
pbr==5.11.1 pbr==5.11.1
ruamel.yaml==0.17.35 ruamel.yaml==0.17.35
ruamel.yaml.clib==0.2.8 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.
Please register or to comment