X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Fealt-all-uninstall.yml;h=e6231c1175280c50f54ce4918cdaac409de4f517;hb=3c1bb1c727ca416486ab96384557ee3d12acf1e9;hp=c17b3941c9b71692113a464739e59b075b1bafcb;hpb=c1ec72d0f22345c0c3484c774430be476a5290e7;p=ealt-edge.git diff --git a/ocd/infra/playbooks/ealt-all-uninstall.yml b/ocd/infra/playbooks/ealt-all-uninstall.yml index c17b394..e6231c1 100644 --- a/ocd/infra/playbooks/ealt-all-uninstall.yml +++ b/ocd/infra/playbooks/ealt-all-uninstall.yml @@ -15,21 +15,6 @@ --- -############ OCD ############ - -- hosts: ocdconsolidated - become: yes - tags: - - ocdhost - - ocdconsolidated - - roles: - - eg_helm-repo - - eg_registry - - eg_certs - - helm - - k8s - ############ Center ############ ### EdgeGallery related ### @@ -72,17 +57,6 @@ - kubeconfig - helm -### Infrastructure ### - -- hosts: center-infra - become: yes - tags: - - center-infra - - center - - roles: - - k8s - ############ Edge ############ ### EdgeGallery related ### @@ -113,6 +87,17 @@ - mepkubeconfig - cadvisor +### Storage ### + +- hosts: openebsinfluxdb + become: yes + tags: + - ealt_ebs_influx + - edge + + roles: + - influxdb + ### Pre-Requisites ### - hosts: prerequisiteedge @@ -134,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