From 2ce9344035973698dbd81751a955e323566e0742 Mon Sep 17 00:00:00 2001 From: Aleksandr Kurbatov <ak@geant.org> Date: Wed, 27 Nov 2024 15:32:46 +0000 Subject: [PATCH] Add GRPC in base-config --- .../roles/bc_templates/routers/nokia/general.j2 | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/geant/gap_ansible/roles/bc_templates/routers/nokia/general.j2 b/geant/gap_ansible/roles/bc_templates/routers/nokia/general.j2 index 5efc5665..7a4d3027 100644 --- a/geant/gap_ansible/roles/bc_templates/routers/nokia/general.j2 +++ b/geant/gap_ansible/roles/bc_templates/routers/nokia/general.j2 @@ -10,6 +10,13 @@ <lsr-load-balancing>lbl-ip-l4-teid</lsr-load-balancing> <system-ip-load-balancing>true</system-ip-load-balancing> </load-balancing> + <grpc> + <admin-state>enable</admin-state> + <allow-unsecure-connection></allow-unsecure-connection> + <gnmi> + <auto-config-save>true</auto-config-save> + </gnmi> + </grpc> <login-control> <motd> <text alu:operation="replace">{{ nokia_motd }}</text> -- GitLab