X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Fealt-all-uninstall.yml;h=e6231c1175280c50f54ce4918cdaac409de4f517;hb=93f1cd237853da0ed43b7e1226957fcc5cd3a1b3;hp=352d3a2d3f88a06c96b01ac5b65a3abdfe6bb8b6;hpb=ee5deb464ea3a9d9db035a25b60610221a22499f;p=ealt-edge.git diff --git a/ocd/infra/playbooks/ealt-all-uninstall.yml b/ocd/infra/playbooks/ealt-all-uninstall.yml index 352d3a2..e6231c1 100644 --- a/ocd/infra/playbooks/ealt-all-uninstall.yml +++ b/ocd/infra/playbooks/ealt-all-uninstall.yml @@ -15,20 +15,6 @@ --- -############ OCD ############ - -- hosts: ocdconsolidated - become: yes - tags: - - ocdhost - - ocdconsolidated - - roles: - - eg_helm-repo - - eg_certs - - helm - - k8s - ############ Center ############ ### EdgeGallery related ### @@ -71,17 +57,6 @@ - kubeconfig - helm -### Infrastructure ### - -- hosts: center-infra - become: yes - tags: - - center-infra - - center - - roles: - - k8s - ############ Edge ############ ### EdgeGallery related ### @@ -112,6 +87,17 @@ - mepkubeconfig - cadvisor +### Storage ### + +- hosts: openebsinfluxdb + become: yes + tags: + - ealt_ebs_influx + - edge + + roles: + - influxdb + ### Pre-Requisites ### - hosts: prerequisiteedge @@ -133,3 +119,19 @@ roles: - k3s - docker + +############ OCD ############ + +- hosts: ocdconsolidated + become: yes + tags: + - ocdhost + - ocdconsolidated + + roles: + - eg_helm-repo + - eg_registry + - eg_certs + - helm + - k8s + - docker