Looking for help for the POAP - Multi_Step installation
we are in the process of using poap.py script for nexus TOR to build the configuration and also do the code upgrade
Single step upgrade works fine from 9.3.9 to 9.3.13 however we want to do multistep approach 9.3.9-->9.3.13>---10.3.4aM
we encounter the issue , i have gone through the code and explain based on the feedback if anyone has done multistep approach and what Git repo code have they used.
we are using
set_next_upgrade_from_user() with options defining the below options
options = {
"username": "aabbcc",
"password": base64.b64decode("xxyyzzz=").decode("utf-8"),
"hostname": "xx.xx.xx.xx",
"transfer_protocol": "scp",
"mode": "serial_number",
"target_system_image": "nxos64-cs.10.3.4a.M.bin",
'destination_midway_system_image': 'nxos.9.3.13.bin',
'midway_system_image': 'nxos.9.3.13.bin'
}