07-19-2019 07:04 AM
Is there a way to make NSO pick up changes made in the cb_create() method for a python service package without having to do a "packages reload"? A "python-vm stop name <<package-name>>" does not seem to trigger the changes being picked up.
Solved! Go to Solution.
07-19-2019 09:30 AM
Hello,
if you have changes only to the code like you describe you can use
packages package <package-name> redeploy
And it will work. Please note that it does not work for YANG model changes (need to recompile and packages reload) nor for change in XML templates (packages reload needed as well).
07-19-2019 09:30 AM
Hello,
if you have changes only to the code like you describe you can use
packages package <package-name> redeploy
And it will work. Please note that it does not work for YANG model changes (need to recompile and packages reload) nor for change in XML templates (packages reload needed as well).
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