noheat: deploy ONAP
[integration.git] / deployment / noheat / cluster-rke / ansible / roles / oom / tasks / main.yml
diff --git a/deployment/noheat/cluster-rke/ansible/roles/oom/tasks/main.yml b/deployment/noheat/cluster-rke/ansible/roles/oom/tasks/main.yml
new file mode 100644 (file)
index 0000000..58a68b8
--- /dev/null
@@ -0,0 +1,10 @@
+- name: Build OOM charts
+  make:
+    chdir: "{{ oom_dir }}/kubernetes"
+    target: all
+    params:
+      SKIP_LINT: "TRUE"
+
+- name: Deploy sm-onap
+  command:
+    cmd: "helm deploy onap local/onap --namespace onap --create-namespace --set global.masterPassword=scrtPasswd -f {{ oom_dir }}/kubernetes/onap/resources/overrides/sm-onap.yaml"