Revert "Feature 11010: Use of upstream helm charts for Prometheus and Grafana in...
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index 1347650..b9e528f 100644 (file)
@@ -593,9 +593,9 @@ node("${params.NODE}") {
                                     ${osm_installation_options}
                             """
                         }
-                        prometheusHostname = "prometheus.${IP_ADDRESS}.nip.io"
-                        prometheusPort = 80
-                        osmHostname = "nbi.${IP_ADDRESS}.nip.io:443"
+                       prometheusHostname = IP_ADDRESS
+                        prometheusPort = 9091
+                        osmHostname = IP_ADDRESS
                     }
                 } // stage("Install")
 ///////////////////////////////////////////////////////////////////////////////////////