09-24-2019 03:09 AM
Hello,
wanted to know if there is a command to run the reload of a single package?
the current version of NCS is 4.6.1
Solved! Go to Solution.
09-24-2019 06:10 AM
wanted to know if there is a command to run the reload of a single package?
the current version of NCS is 4.6.1
No. Reloading packages involves reloading the fxs files and doing a CDB upgrade, if there are schema changes in the package's yang models. You cannot do it on a per-package basis.
If you don't have yang model changes, and you only have changes to your java/python code, templates etc., then you can do a "redeploy" of a package. You CAN do "redeploy" on a single package, to bring in the new code/templates etc., only from that package. But if you have yang model changes, you have to do a full reload of all packages.
/Ram
09-24-2019 06:10 AM
wanted to know if there is a command to run the reload of a single package?
the current version of NCS is 4.6.1
No. Reloading packages involves reloading the fxs files and doing a CDB upgrade, if there are schema changes in the package's yang models. You cannot do it on a per-package basis.
If you don't have yang model changes, and you only have changes to your java/python code, templates etc., then you can do a "redeploy" of a package. You CAN do "redeploy" on a single package, to bring in the new code/templates etc., only from that package. But if you have yang model changes, you have to do a full reload of all packages.
/Ram
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