X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Finfluxdb%2Ftasks%2Finstall.yml;h=c0c856df931100c1a1d85d4915ee2771fd885ade;hb=99da3c0d886a48078363905b4bb870d2cbed65c5;hp=bdffd3bfe5e6a485a5cc3cce398a90901c60a2bf;hpb=16fccbdadfc34845823e92d206a8a0714798f150;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/influxdb/tasks/install.yml b/ocd/infra/playbooks/roles/influxdb/tasks/install.yml index bdffd3b..c0c856d 100644 --- a/ocd/infra/playbooks/roles/influxdb/tasks/install.yml +++ b/ocd/infra/playbooks/roles/influxdb/tasks/install.yml @@ -19,7 +19,11 @@ - name: "INSTALL: Install influxdata by helm charts" shell: cmd: helm repo add influxdata https://influxdata.github.io/helm-charts + ignore_errors: yes + no_log: True - name: "INSTALL: Deploye influxdata" shell: cmd: helm upgrade -i influxdb influxdata/influxdb --set image.tag=1.8.0 + ignore_errors: yes + no_log: True