tar file check
[ealt-edge.git] / ocd / infra / playbooks / ealt-all.yml
index 47ef75f..9192078 100644 (file)
@@ -1,4 +1,5 @@
-# Copyright 2020 Huawei Technologies Co., Ltd.
+#
+# Copyright 2021 Huawei Technologies Co., Ltd.
 #
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+#
 
 ---
-- hosts: infra-k3s
-  become: true
+
+############ Center ############
+
+### Other 3rd party related ###
+
+- hosts: thirdpartycenter
+  become: yes
+  tags:
+    - thirdpartycenter
+    - center
+
+  roles:
+    - grafana
+
+############ Edge ############
+
+### Other 3rd party related ###
+
+- hosts: thirdpartyedge
+  become: yes
+  tags:
+    - thirdpartyedge
+    - edge
+
+  roles:
+    - rabbitmq
+    - cadvisor
+
+### Storage ###
+
+- hosts: openebsinfluxdb
+  become: yes
   tags:
-  - k3s
-  - infra
-  - mep
+    - ealt_ebs_influx
+    - edge
 
   roles:
-  - k3s
+    - influxdb
+    - openebsrole
+    - velero