Added install and uninstall resolved Lint issue 64/3464/3
authorArvind Patel <arvind.patel@huawei.com>
Fri, 15 May 2020 10:45:56 +0000 (16:15 +0530)
committerGaurav Agrawal <gaurav.agrawal@huawei.com>
Fri, 15 May 2020 12:29:44 +0000 (12:29 +0000)
Change-Id: I5059a0e504452b059e6096d13cb418453556c54c

ocd/infra/playbooks/ealt-all-uninstall.yml
ocd/infra/playbooks/ealt-all.yml

index 47ef75f..4ca3365 100644 (file)
 # limitations under the License.
 
 ---
+
+- hosts: mecm
+  become: yes
+  tags:
+  - infra
+  - infra-mecm
+
+  roles:
+  - grafana
+  - helm
+
+- hosts: mep
+  become: yes
+  tags:
+  - infra
+  - infra-mep
+
+  roles:
+  - rabbitmq
+  - cAdvisor
+  - prometheus
+  - helm
+  - k3s
+
+- hosts: infra-helm
+  become: yes
+  tags:
+  - helm
+
+  roles:
+  - helm
+
+- hosts: infra-k8s
+  become: yes
+  tags:
+  - k8s
+  - infra
+
+  roles:
+  - k8s
+
 - hosts: infra-k3s
-  become: true
+  become: yes
   tags:
   - k3s
   - infra
-  - mep
 
   roles:
   - k3s
index 47ef75f..fc59ff6 100644 (file)
 # limitations under the License.
 
 ---
+
+- hosts: infra-k8s
+  become: yes
+  tags:
+  - k8s
+  - infra
+  - mecm
+
+  roles:
+  - k8s
+
 - hosts: infra-k3s
-  become: true
+  become: yes
   tags:
   - k3s
   - infra
 
   roles:
   - k3s
+
+- hosts: infra-helm
+  become: yes
+  tags:
+  - helm
+
+  roles:
+  - helm
+
+- hosts: mecm
+  become: yes
+  tags:
+  - infra
+  - infra-mecm
+  - mecm
+
+  roles:
+  - helm
+  - grafana
+
+- hosts: mep
+  become: yes
+  tags:
+  - infra
+  - infra-mep
+  - mep
+
+  roles:
+  - k3s
+  - helm
+  - rabbitmq
+  - cAdvisor
+  - prometheus