Gathered facts of satellite device#1417
Merged
Merged
Conversation
Gathered facts of satellite device
Collaborator
|
Hi @dineshbaburam91 Thanks |
chidanandpujar
approved these changes
Jun 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Gathered facts about the satellite device
Description
Gathered facts about the satellite device
Closes #
Type of Change
Changes Made
get_jnu_satellites_information.py — New facts module that collects satellite device information via get-jnu-satellites-information RPC. Provides jnu_satellite (bool) and satellites_info (dict with per-satellite facts: alive, hostname, model, version, serialnumber, 2RE, RE0, RE1, re_info, re_master, vc_capable, vc_mode, vc_master, etc.)
satellites.py — Old-style facts module (ofacts pattern) for satellite facts using the same logic
test_get_jnu_satellites_information.py — 9 unit tests for the satellite facts module
Checklist
Code Quality
ruff format --check .passes with no formatting issuespylintreports no new errors or warnings (run against changed.pyfiles)Unit Tests
tests/unit/coverage.xml)Functional Tests
tests/functional/have been reviewed for impactDocumentation
General
RELEASE-NOTES.mdupdated (if applicable)requirements.txtupdated (if new packages were added)Testing Matrix
Additional Notes