ソースを参照

Add storage class defaults for azure

Arun Babu Neelicattu 7 年 前
コミット
c974ccd2b9
1 ファイル変更8 行追加0 行削除
  1. 8 0
      roles/openshift_default_storage_class/defaults/main.yml

+ 8 - 0
roles/openshift_default_storage_class/defaults/main.yml

@@ -10,6 +10,14 @@ openshift_storageclass_defaults:
       type: gp2
       kmsKeyId: ''
       encrypted: 'false'
+
+  azure:
+    provisioner: azure-disk
+    name: azure-standard
+    parameters:
+      storageaccounttype: 'Standard_LRS'
+      kind: 'Shared'
+
   gce:
     name: standard
     provisioner: gce-pd