From 68bc85160c59354f90a78a3472aea246616f8514 Mon Sep 17 00:00:00 2001 From: "arvind.patel@huawei.com" Date: Wed, 9 Dec 2020 23:20:11 +0530 Subject: [PATCH] Fixed for log issue Signed-off-by: arvind.patel@huawei.com Change-Id: Iad608d9320605c4ff30cf960120a68fa997d17e5 --- ocd/infra/playbooks/ealt-all-uninstall.yml | 18 ++++++++---------- ocd/infra/playbooks/ealt-all.yml | 18 +++++++++--------- ocd/infra/playbooks/roles/docker/tasks/main.yml | 6 +++--- 3 files changed, 20 insertions(+), 22 deletions(-) diff --git a/ocd/infra/playbooks/ealt-all-uninstall.yml b/ocd/infra/playbooks/ealt-all-uninstall.yml index 8c2b290..d1eb485 100644 --- a/ocd/infra/playbooks/ealt-all-uninstall.yml +++ b/ocd/infra/playbooks/ealt-all-uninstall.yml @@ -86,20 +86,18 @@ - kubeconfig - mepkubeconfig - cadvisor - - influxdb - - openebsrole ### Storage ### -- hosts: openebsinfluxdb - become: yes - tags: - - ealt_ebs_influx - - edge +#- hosts: openebsinfluxdb +# become: yes +# tags: +# - ealt_ebs_influx +# - edge - roles: - - influxdb - - openebsrole +# roles: +# - influxdb +# - openebsrole ### Pre-Requisites ### diff --git a/ocd/infra/playbooks/ealt-all.yml b/ocd/infra/playbooks/ealt-all.yml index 296ad58..0381e55 100644 --- a/ocd/infra/playbooks/ealt-all.yml +++ b/ocd/infra/playbooks/ealt-all.yml @@ -133,12 +133,12 @@ ### Storage ### -- hosts: openebsinfluxdb - become: yes - tags: - - ealt_ebs_influx - - edge - - roles: - - influxdb - - openebsrole +#- hosts: openebsinfluxdb +# become: yes +# tags: +# - ealt_ebs_influx +# - edge + +# roles: +# - influxdb +# - openebsrole diff --git a/ocd/infra/playbooks/roles/docker/tasks/main.yml b/ocd/infra/playbooks/roles/docker/tasks/main.yml index b8f4286..01147f4 100644 --- a/ocd/infra/playbooks/roles/docker/tasks/main.yml +++ b/ocd/infra/playbooks/roles/docker/tasks/main.yml @@ -18,6 +18,6 @@ static: false when: operation == 'install' -- include: "uninstall.yml" - static: false - when: operation == 'uninstall' +#- include: "uninstall.yml" +# static: false +# when: operation == 'uninstall' -- 2.16.6