From 57ab56477ee3b4cc93e3df034c866fd4efbfe728 Mon Sep 17 00:00:00 2001 From: Dmytro Dovbii Date: Tue, 14 Apr 2015 12:46:46 +0300 Subject: [PATCH] Add missed call of method deploy() Call of method 'deploy' for influxdb was missed. So, it caused to error. Change-Id: Iee4b19e2c688a363ed8d4d6791856f413fa3e1a1 Closes-Bug: #1442223 --- Applications/Grafana/package/Classes/DockerGrafana.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Applications/Grafana/package/Classes/DockerGrafana.yaml b/Applications/Grafana/package/Classes/DockerGrafana.yaml index a02da45..2a17a9e 100644 --- a/Applications/Grafana/package/Classes/DockerGrafana.yaml +++ b/Applications/Grafana/package/Classes/DockerGrafana.yaml @@ -34,6 +34,12 @@ Methods: - $._scope: switch($.publish, $ => public, not $ => internal) + deploy: + Body: + - $.influxDB.deploy() + - $.super($.deploy()) + + getContainer: Body: - $influxDbLink: $.getConnectionTo($.influxDB, 8086)