Skip to content

Update juniper_junos.yml #252

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

Closed
wants to merge 1 commit into from
Closed

Conversation

stockfx0
Copy link

Fix hostname parsing for Juniper QFX5100

Fix hostname parsing for Juniper QFX5100
@@ -4,7 +4,7 @@ sync_devices:
commands:
- command: "show version | display json"
parser: "none"
jpath: '"software-information"[]."host-name"[].data' # yamllint disable-line rule:quoted-strings
jpath: '"multi-routing-engine-results"[]."multi-routing-engine-item"[]."software-information"[]."host-name"[].data' # yamllint disable-line rule:quoted-strings
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This breaks MX and other not mult-re systems. Take a look at #240 where I'm solving for this issue.

Copy link
Contributor

@jeffkala jeffkala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#240 is solving this problem.

@jeffkala
Copy link
Contributor

Closing out as #240 solved this. It was merged into develop today and new release should be out soon.

@jeffkala jeffkala closed this Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants