eg_appstore uninstall playbook added 42/3842/1
authorarvindpatel <arvind.patel@huawei.com>
Wed, 28 Oct 2020 11:43:43 +0000 (17:13 +0530)
committerarvindpatel <arvind.patel@huawei.com>
Wed, 28 Oct 2020 11:44:36 +0000 (17:14 +0530)
Signed-off-by: arvindpatel <arvind.patel@huawei.com>
Change-Id: I01c4f03294f31baa202a57975782583e7ffdcb05

ocd/infra/playbooks/roles/eg_appstore/tasks/main.yml
ocd/infra/playbooks/roles/eg_appstore/tasks/uninstall.yml [new file with mode: 0644]

index bb6447b..e8bea5a 100644 (file)
@@ -1,5 +1,26 @@
+#
+# Copyright 2020 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.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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.
+#
+
 ---
+
 # tasks file for eg_appstore
 - include: "install.yml"
   static: false
   when: operation == 'install'
+
+- include: "uninstall.yml"
+  static: false
+  when: operation == 'uninstall'
diff --git a/ocd/infra/playbooks/roles/eg_appstore/tasks/uninstall.yml b/ocd/infra/playbooks/roles/eg_appstore/tasks/uninstall.yml
new file mode 100644 (file)
index 0000000..d4e089f
--- /dev/null
@@ -0,0 +1,20 @@
+#
+# Copyright 2020 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.
+# You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# 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.
+#
+
+---
+
+- name: Unisntall appstore
+  command: helm uninstall appstore-edgegallery