X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Feg_mep%2Ftasks%2Funinstall.yml;h=99203f6da2e95f11af2ff405c3b4d610119d6164;hb=5a96855385ed2fe197daea2d3f128d7fbd534998;hp=d64aa0d6fe1e9b51df2fd76a3bfa0e5e8dc652e5;hpb=7e2cb303310388ad4876b4c59f878113338e507c;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/eg_mep/tasks/uninstall.yml b/ocd/infra/playbooks/roles/eg_mep/tasks/uninstall.yml index d64aa0d..99203f6 100644 --- a/ocd/infra/playbooks/roles/eg_mep/tasks/uninstall.yml +++ b/ocd/infra/playbooks/roles/eg_mep/tasks/uninstall.yml @@ -1,4 +1,3 @@ -# # Copyright 2020 Huawei Technologies Co., Ltd. # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -44,7 +43,6 @@ - name: Delete network isolation multus eg sp controller # yamllint disable rule:line-length command: kubectl delete -f /tmp/eg_mep/deploy/edge/network-isolation/eg-sp-controller.yaml - # yamllint disable rule:line-length args: chdir: /tmp/eg_mep/deploy/ ignore_errors: yes @@ -53,13 +51,13 @@ - name: Delete network isolation multus eg sp rbac # yamllint disable rule:line-length command: kubectl delete -f /tmp/eg_mep/deploy/conf/edge/network-isolation/eg-sp-rbac.yaml - # yamllint disable rule:line-length args: chdir: /tmp/eg_mep/deploy/ ignore_errors: yes no_log: True - name: Delete network isolation multus + # yamllint disable rule:line-length command: kubectl delete -f /tmp/eg_mep/deploy/conf/edge/network-isolation/multus.yaml args: chdir: /tmp/eg_mep/deploy/ @@ -67,6 +65,7 @@ no_log: True - name: Delete network isolation rm host local + # yamllint disable rule:line-length command: rm /opt/cni/bin/macvlan /opt/cni/bin/host-local args: chdir: /tmp/remote-platform/ @@ -109,6 +108,7 @@ no_log: True - name: Uninstall dns metallb config mep + # yamllint disable rule:line-length command: kubectl delete -f /tmp/eg_mep/deploy/conf/edge/metallb/config-map.yaml args: chdir: /tmp/eg_mep/deploy/ @@ -116,6 +116,7 @@ no_log: True - name: Delete dns metallb + # yamllint disable rule:line-length command: kubectl delete -f /tmp/eg_mep/deploy/conf/edge/metallb/metallb.yaml args: chdir: /tmp/eg_mep/deploy/ @@ -125,7 +126,6 @@ - name: Delete dns metallb namespace # yamllint disable rule:line-length command: kubectl delete -f /tmp/eg_mep/deploy/conf/edge/metallb/namespace.yaml - # yamllint disable rule:line-length args: chdir: /tmp/eg_mep/deploy/ ignore_errors: yes