Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sw.install "validate" parameter is not passed on to ISSU and NSSU installation. #1322

Closed
chidanandpujar opened this issue Sep 6, 2024 · 1 comment
Assignees

Comments

@chidanandpujar
Copy link
Collaborator

chidanandpujar commented Sep 6, 2024

validate option with True/False to enable/disable for Validating configuration against package during NSSU upgrade is not working.

ok, msg = sw.install(package=pkg,
                     validate=False,
                     remote_path='/var/tmp',
                     progress=myprogress,
                     no_copy=True,
                     force_host=False,
                     reboot=False,
                     issu=False,
                     nssu = True,
                     cleanfs=False,
                     vmhost=False,
                     force_copy=False,
                     timeout=7500)

RPC invoked for NSSU is not having the option no-validate when validate=False.

<request-package-nonstop-upgrade><package-name>/var/tmp/junos-arm-32-24.1R1.5.tgz</package-name></request-package-nonstop-upgrade>
@chidanandpujar chidanandpujar changed the title sw.install "validate" parameter is not passed on to NSSU installation. sw.install "validate" parameter is not passed on to ISSU and NSSU installation. Sep 6, 2024
@chidanandpujar chidanandpujar self-assigned this Sep 6, 2024
chidanandpujar added a commit to chidanandpujar/py-junos-eznc that referenced this issue Sep 6, 2024
chidanandpujar added a commit to chidanandpujar/py-junos-eznc that referenced this issue Oct 9, 2024
chidanandpujar added a commit to chidanandpujar/py-junos-eznc that referenced this issue Oct 9, 2024
chidanandpujar added a commit to chidanandpujar/py-junos-eznc that referenced this issue Oct 14, 2024
chidanandpujar added a commit to chidanandpujar/py-junos-eznc that referenced this issue Oct 14, 2024
chidanandpujar added a commit to chidanandpujar/py-junos-eznc that referenced this issue Oct 14, 2024
@chidanandpujar
Copy link
Collaborator Author

fixed via #1334, hence closing the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant