X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fprometheus%2Ftasks%2Finstall.yml;fp=blueprints%2Fiotgateway%2Fplaybooks%2Froles%2Fprometheus%2Ftasks%2Finstall.yml;h=a06891e3dde3865cdda6878ef857b2f762fd211f;hb=c030e91757126da5b7f1ed717184dff29e88e455;hp=2c0d05aaf84c57199d353126a73260354c20d5ed;hpb=140ab71354801c7f38b7936b7534bd70e4a70b0b;p=eliot.git diff --git a/blueprints/iotgateway/playbooks/roles/prometheus/tasks/install.yml b/blueprints/iotgateway/playbooks/roles/prometheus/tasks/install.yml index 2c0d05a..a06891e 100644 --- a/blueprints/iotgateway/playbooks/roles/prometheus/tasks/install.yml +++ b/blueprints/iotgateway/playbooks/roles/prometheus/tasks/install.yml @@ -30,13 +30,6 @@ # yamllint disable rule:line-length when: result.stdout == "" -- name: "INSTALL: Install prometheus on x86_64" - shell: - cmd: helm install mep-prometheus stable/prometheus --version v9.3.1 - ignore_errors: yes - no_log: True - when: result is failed and ansible_architecture == 'x86_64' - - name: "INSTALL: copy values.yaml to host" copy: src: values.yaml @@ -49,7 +42,6 @@ # yamllint disable rule:line-length ignore_errors: yes no_log: True - when: result is failed and ansible_architecture == 'aarch64' - name: Expose promethious server # yamllint disable rule:line-length