AETHER-2529 aether-roc-umbrella 3 prometheus and 2 prom-label-proxy

Change-Id: I01c4f60bfa265156cda88ffa1e8b73c5232c22d8
diff --git a/aether-roc-umbrella/tests/aether-roc-umbrella.go b/aether-roc-umbrella/tests/aether-roc-umbrella.go
index b64786a..e1cf337 100644
--- a/aether-roc-umbrella/tests/aether-roc-umbrella.go
+++ b/aether-roc-umbrella/tests/aether-roc-umbrella.go
@@ -61,15 +61,15 @@
 		Set("import.aether-roc-gui.v3.enabled", false).
 		Set("import.aether-roc-gui.v4.enabled", true).
 		Set("import.onos-cli.enabled", false).
-		Set("onos-topo.image.tag", "latest").
-		Set("onos-config.image.tag", "latest").
-		Set("aether-roc-api.image.tag", "latest").
-		Set("aether-roc-websocket.image.tag", "latest").
-		Set("subscriber-proxy.image.tag", "latest").
-		Set("prom-label-proxy.image.tag", "latest").
-		//Set("sdcore-adapter-v4.image.tag", "latest").
-		Set("aether-roc-gui-v4.image.tag", "latest").
-		Set("aether-roc-gui-v4.ingress.enabled", false).
+		Set("import.prometheus.acc.enabled", false).
+		Set("aether-roc-gui-v4.prometheus.acc.proxyEnabled", false).
+		Set("import.prometheus.amp.enabled", false).
+		Set("aether-roc-gui-v4.prometheus.amp.proxyEnabled", false).
+		Set("import.prometheus.ace.enabled", false).
+		Set("aether-roc-gui-v4.prometheus.site", nil).
+		Set("import.grafana.enabled", false).
+		Set("aether-roc-gui-v4.grafana.enabled", false).
+		Set("aether-roc-gui-v4.grafana.proxyEnabled", false).
 		Set("aether-roc-gui-v4.service.type", "NodePort").
 		Set("onos-config.plugin.compiler.target", "github.com/onosproject/onos-config@master").
 		Set("global.image.registry", registry)