You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using kwargs for re0 or re1 to define which RE to upgrade fails to produce the expected results because the version checks fail to understand which RE has been selected via the kwargs. It incorrectly assumes that only the master should be taken into consideration.
Steps to reproduce
Using the following example if RE0 and RE1
RE0 = code version 1.2.0
RE1 = code version 1.2.3
RE0 = backup
RE1 = master
Connection made to the VIP address of the router.
If we attempt to install code version 1.2.3 onto RE0 which does not have the correct version of code installed, we fail to get the software installed because the version check is made to the master (RE1) and because that is running version 1.2.3 we never succeed to upgrade RE0.
Issue Type
Module Name
juniper_junos_software
Juniper.Junos role and Python libraries version
OS / Environment
]Junos: 17.3R3.9
Summary
Using kwargs for re0 or re1 to define which RE to upgrade fails to produce the expected results because the version checks fail to understand which RE has been selected via the kwargs. It incorrectly assumes that only the master should be taken into consideration.
Steps to reproduce
Using the following example if RE0 and RE1
RE0 = code version 1.2.0
RE1 = code version 1.2.3
RE0 = backup
RE1 = master
Connection made to the VIP address of the router.
If we attempt to install code version 1.2.3 onto RE0 which does not have the correct version of code installed, we fail to get the software installed because the version check is made to the master (RE1) and because that is running version 1.2.3 we never succeed to upgrade RE0.
Expected results
We would expect that it is possible to upgrade either RE1 or RE0 as instructed.
Actual results
RE0 is not getting upgraded when it should be when RE1 is master and the master has the correct code version installed already.
The text was updated successfully, but these errors were encountered: