Signed-off-by: khemendra kumar <khemendra.kumar@huawei.com>
Change-Id: Ia26fb2828ac58fc39f2e2c327dcddb69a40902b1
ignore_errors: yes
no_log: True
+- name: local-path storage class setup
+ command: kubectl apply -f https://raw.githubusercontent.com/rancher/local-path-provisioner/master/deploy/local-path-storage.yaml
+ ignore_errors: yes
+ no_log: True
+
+- name: setup default class
+ command: kubectl patch storageclass local-path -p '{"metadata": {"annotations":{"storageclass.kubernetes.io/is-default-class":"true"}}}'
+ ignore_errors: yes
+ no_log: True
- name: Install hackbit
command: helm install eclipse-hawkbit eclipse-iot/hawkbit