-
Notifications
You must be signed in to change notification settings - Fork 387
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
[IOS-XR] Parser Output is empty - Failed to parse command output for "show install commit summary" #825
Comments
Hello @amhunt-at-cisco , |
Hello @amhunt-at-cisco , Is this parser specify any platform/model, kindly share us the details. |
It's for the Cisco 8202 (and 8000 Series) XR router. |
Hello @amhunt-at-cisco , This is how your output will look like, can you please confirm will make changes accordingly.
|
Looks great! Thank you ! |
This fix is merged, changes will reflect you in next version. |
hey Parim, how do i install your changes? |
Hello @amhunt-at-cisco Kindly update your pyATS version to latest. |
Is the latest pyATS version 24.3? I issued "pyats version update --pre" and it installed 24.3 and then i tried that section of the playbook again but I got the same error. I want to make sure your changes were committed to my code. |
Hey, thanks for looking into this - this is the same issue as my previous ticket but with a different command. I see both in the supported command list so hopefully i'm just doing a derp.
Issue: When trying to feed in the full output of "show install commit summary" from an IOS XR device into parse genie I get "Parser Output is empty - Failed to parse command output".
The output is being passed in and displays fine on console, the genie just can't parse it.
To Reproduce I used the following in my playbook:
This is part of a large ongoing project so I attached the entire playbook zipped which can be run with the following command:
ansible-playbook -i hostinvent EA2-Main-Playbook.yml --vault-password-file vault_password.yml
To navigate to the playbook that reproduces the issue go to roles > Software_Info_Capture > tasks > show_install_commit_summary.yml
I also attached just the output of that command as a text file.
The devices in the hostinvent file are the lab devices in autopod : https://cx-labs.cisco.com/pods/1188/short
If you check them out and can SSH to at least one of them, nothing else is needed to reproduce.
Feel free to ping me at amhunt for any questions.
Mult-Stage XR OS Upgrade & Rollback.zip
(show_install_commit_summary.txt)
The text was updated successfully, but these errors were encountered: