Activity log for bug #1803426

Date Who What changed Old value New value Message
2018-11-14 19:24:11 Sai Chakravarthy Alikapati bug added bug
2018-11-14 19:41:00 Jeba Paulaiyan nominated for series juniperopenstack/r5.0
2018-11-14 19:41:00 Jeba Paulaiyan bug task added juniperopenstack/r5.0
2018-11-14 19:41:00 Jeba Paulaiyan nominated for series juniperopenstack/trunk
2018-11-14 19:41:00 Jeba Paulaiyan bug task added juniperopenstack/trunk
2018-11-14 19:41:08 Jeba Paulaiyan juniperopenstack/r5.0: importance Undecided High
2018-11-14 19:41:10 Jeba Paulaiyan juniperopenstack/trunk: importance High Critical
2018-11-14 19:41:19 Jeba Paulaiyan juniperopenstack/r5.0: assignee Akshaya (akshayam)
2018-11-14 19:42:57 Jeba Paulaiyan juniperopenstack/trunk: importance Critical High
2018-11-14 19:49:39 manishkn tags fabric-ansible fabric-ansible releasenote
2018-11-14 19:54:44 Sai Chakravarthy Alikapati description The device_import playbook does not onboard interfaces of a device when the fabric delete is still removing config, but the discovery and role assignment still is successful. This happens when the discovery process is started as soon as the delete fabric job exits. The reason is that the playbooks are not able to edit the config on the device in private mode. It is the resultant of overlapping config edits on the devices. Following are the errors observed in the process. fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to open the configuration in private mode: RpcError(severity: warning, bad_element: None, message: warning: changes cannot be committed while 'configure exclusive' is active\nwarning: uncommitted changes will be discarded on exit)"} fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to open the configuration in exclusive mode: LockError(severity: error, bad_element: None, message: configuration database modified)"} The device_import playbook does not onboard interfaces of a device when the fabric delete is still removing config, but the discovery and role assignment still is successful. This happens when the discovery process is started as soon as the delete fabric job exits. The reason is that the playbooks are not able to edit the config on the device in private mode. It is the resultant of overlapping config edits on the devices. Following are the errors observed in the process. fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to open the configuration in private mode: RpcError(severity: warning, bad_element: None, message: warning: changes cannot be committed while 'configure exclusive' is active\nwarning: uncommitted changes will be discarded on exit)"} fatal: [localhost]: FAILED! => {"changed": false, "failed": true, "msg": "Unable to open the configuration in exclusive mode: LockError(severity: error, bad_element: None, message: configuration database modified)"} Workaround for this issue is that the discovery process should not be started until the delete process is complete.
2018-11-15 01:38:56 Atul Moghe juniperopenstack/r5.0: status New Won't Fix
2018-11-20 04:50:24 Jeba Paulaiyan information type Proprietary Public