From 12d80fd8cd73f5b67c20383a26f62c29debce052 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 17 Jun 2024 17:38:52 +0200 Subject: Re-enable PRserv and HASHserv after api migration The new services were deployed and can be enabled. Add a feature agl-prhash-public to enable use. Bug-AGL: SPEC-5173 Change-Id: I552fcc170748ce0c7ef6b4537beaceb97333f1a7 Signed-off-by: Jan-Simon Moeller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29995 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- templates/feature/agl-prhash-public/99_local.conf.inc | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 templates/feature/agl-prhash-public/99_local.conf.inc (limited to 'templates/feature/agl-prhash-public') diff --git a/templates/feature/agl-prhash-public/99_local.conf.inc b/templates/feature/agl-prhash-public/99_local.conf.inc new file mode 100644 index 000000000..c82b0f4cf --- /dev/null +++ b/templates/feature/agl-prhash-public/99_local.conf.inc @@ -0,0 +1,11 @@ +# setup for PRSERV and HASHSERV +AGL_HOST_PRSERV ?= "prserv.automotivelinux.org" +AGL_HOST_HASHSERV ?= "prserv.automotivelinux.org" + +# r/o hashserv +BB_HASHSERVE = "auto" +BB_HASHSERVE_UPSTREAM = "${AGL_HOST_HASHSERV}:8484" +BB_SIGNATURE_HANDLER = "OEEquivHash" + +# r/o prserv +PRSERV_HOST = "${AGL_HOST_PRSERV}:8282" -- cgit