add PV storageclass
Change-Id: I58702cc02925ab7a5b492d04551274e96efeab74
diff --git a/.kitchen.yml b/.kitchen.yml
index bdcae80..79f2140 100644
--- a/.kitchen.yml
+++ b/.kitchen.yml
@@ -35,6 +35,8 @@
- linux_repo_opencontrail
- linux
- kubernetes
+ - kubernetes_extra
+ kubernetes_extra.sls: {}
linux.sls:
linux:
system:
@@ -85,4 +87,10 @@
pillars-from-files:
kubernetes.sls: tests/pillar/pool_contrail4_0.sls
+ - name: common_storageclass
+ provisioner:
+ pillars-from-files:
+ kubernetes.sls: tests/pillar/master_cluster.sls
+ kubernetes_extra.sls: tests/pillar/common_storageclass.sls
+
# vim: ft=yaml sw=2 ts=2 sts=2 tw=125