Feature 11037 Installation of ingress controller in OSM community installer
[osm/devops.git] / jenkins / ci-pipelines / ci_stage_3.groovy
index cff7217..1347650 100644 (file)
@@ -593,9 +593,9 @@ node("${params.NODE}") {
                                     ${osm_installation_options}
                             """
                         }
-                        prometheusHostname = IP_ADDRESS
-                        prometheusPort = 9091
-                        osmHostname = IP_ADDRESS
+                        prometheusHostname = "prometheus.${IP_ADDRESS}.nip.io"
+                        prometheusPort = 80
+                        osmHostname = "nbi.${IP_ADDRESS}.nip.io:443"
                     }
                 } // stage("Install")
 ///////////////////////////////////////////////////////////////////////////////////////