Skip to content
Snippets Groups Projects
Commit d0ef101d authored by Aleksandr Kurbatov's avatar Aleksandr Kurbatov
Browse files

GRPC config in general with condition

parent b6cd755b
No related branches found
No related tags found
1 merge request!198GRPC config in general with condition
Pipeline #90718 passed
...@@ -10,13 +10,15 @@ ...@@ -10,13 +10,15 @@
<lsr-load-balancing>lbl-ip-l4-teid</lsr-load-balancing> <lsr-load-balancing>lbl-ip-l4-teid</lsr-load-balancing>
<system-ip-load-balancing>true</system-ip-load-balancing> <system-ip-load-balancing>true</system-ip-load-balancing>
</load-balancing> </load-balancing>
<grpc> {% if grpc_enabled %}
<grpc alu:operation="replace">
<admin-state>enable</admin-state> <admin-state>enable</admin-state>
<allow-unsecure-connection></allow-unsecure-connection> <allow-unsecure-connection></allow-unsecure-connection>
<gnmi> <gnmi>
<auto-config-save>true</auto-config-save> <auto-config-save>true</auto-config-save>
</gnmi> </gnmi>
</grpc> </grpc>
{% endif %}
<login-control> <login-control>
<motd> <motd>
<text alu:operation="replace">{{ nokia_motd }}</text> <text alu:operation="replace">{{ nokia_motd }}</text>
...@@ -25,7 +27,7 @@ ...@@ -25,7 +27,7 @@
<message alu:operation="replace">{{ nokia_pre_login_msg }}</message> <message alu:operation="replace">{{ nokia_pre_login_msg }}</message>
</pre-login-message> </pre-login-message>
<ssh> <ssh>
<inbound-max-sessions>{{ nokia_ssh_config.inbound_max_sess }}</inbound-max-sessions> <inbound-max-sessions alu:operation="replace">{{ nokia_ssh_config.inbound_max_sess }}</inbound-max-sessions>
</ssh> </ssh>
</login-control> </login-control>
<management-interface alu:operation="replace"> <management-interface alu:operation="replace">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment