03-02-2022 08:48 AM
Hi Team,
When we create a new service template we need to do package reload which in production network we need to go for down time and run it, but that not the same for device templates.
Do we have any mechanism to pass the service to the device templates to apply them?
We tried using setting the below but not much help NSO is ignoring them.
<?set-context-node {/services/my-service[id='test']}?>
Solved! Go to Solution.
03-02-2022 09:17 AM - edited 03-02-2022 09:18 AM
In newer versions of NSO when changing a service template or any python code, you only need to execute the 'packages package myservicepackage redeploy' action. This is much faster than packages redeploy, which is now only necessary when you change the yang part of the service.
The device templates don't recognize the processing instructions available in service templates.
03-02-2022 09:17 AM - edited 03-02-2022 09:18 AM
In newer versions of NSO when changing a service template or any python code, you only need to execute the 'packages package myservicepackage redeploy' action. This is much faster than packages redeploy, which is now only necessary when you change the yang part of the service.
The device templates don't recognize the processing instructions available in service templates.
03-02-2022 09:24 AM
It's available from NSO 5.7, is there any plans for minor releases too?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide