From 23dbdf525b97bd88e9f169dab543cac441b14c56 Mon Sep 17 00:00:00 2001 From: ganglv <88995770+ganglyu@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:40:09 +0800 Subject: [PATCH] Enable host services #13800 Why I did it Need to enable host service to suport GNMI native write How I did it Update rules/config How to verify it Run GNMI end2end test --- rules/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/config b/rules/config index c01adc0f53..0cf5c00dc0 100644 --- a/rules/config +++ b/rules/config @@ -139,7 +139,7 @@ INCLUDE_MGMT_FRAMEWORK = y # ENABLE_HOST_SERVICE_ON_START - enable sonic-host-server for mgmt-framework and/or # telemetry containers to access host functionality by default -ENABLE_HOST_SERVICE_ON_START = n +ENABLE_HOST_SERVICE_ON_START = y # INCLUDE_RESTAPI - build docker-sonic-restapi for configuring the switch using REST APIs INCLUDE_RESTAPI = n