Disable hashserv and prserv settings until new servers are actually up
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 26 Apr 2022 21:32:02 +0000 (23:32 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 26 Apr 2022 21:32:22 +0000 (23:32 +0200)
The new server revisions for kirkstone need to be deployed before we can use them.

Bug-AGL: SPEC-4343

Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I351d7e2a7f434bf194b03ed5cb982a1a3d93f282

templates/feature/agl-ci/99_local.conf.inc

index 3083c01..93b9d5a 100644 (file)
@@ -21,12 +21,12 @@ INHERIT += "buildstats"
 INHERIT += "buildstats-summary"
 
 # setup for PRSERV and HASHSERV
-AGL_HOST_PRSERV ?= "10.30.72.18"
-AGL_HOST_HASHSERV ?= "10.30.72.18"
+#AGL_HOST_PRSERV ?= "10.30.72.18"
+#AGL_HOST_HASHSERV ?= "10.30.72.18"
 
-BB_HASHSERVE = "${AGL_HOST_HASHSERV}:8686"
-BB_SIGNATURE_HANDLER = "OEEquivHash"
+#BB_HASHSERVE = "${AGL_HOST_HASHSERV}:8686"
+#BB_SIGNATURE_HANDLER = "OEEquivHash"
 
-PRSERV_HOST = "${AGL_HOST_PRSERV}:8585"
+#PRSERV_HOST = "${AGL_HOST_PRSERV}:8585"
 
 IMAGE_INSTALL:append = " curl"