noheat: deploy MetalLB, cert-manager and prometheus
[integration.git] / deployment / noheat / cluster-rke / ansible / create.yml
index 00e5f23..9a2943b 100644 (file)
   hosts: control,workers
   roles:
     - role: setup_docker
+- name: Deploy k8s
+  hosts: operator0
+  roles:
+    - role: setup_k8s
+- name: Download OOM
+  hosts: operator0
+  tasks:
+    - name: Clone OOM
+      git:
+        repo: "https://git.onap.org/oom"
+        dest: "{{ oom_dir }}"
+        version: "master"
+- name: Install Helm
+  hosts: operator0
+  roles:
+    - role: setup_helm
+- name: Install metallb, cert-manager and prometheus
+  hosts: operator0
+  gather_facts: false
+  roles:
+    - role: deps