Skip to content

Provide the LINBO helpers expected by the current sync endpoints#8

Open
amolani wants to merge 1 commit intolinuxmuster:lmn73from
amolani:feat/linbo-modules
Open

Provide the LINBO helpers expected by the current sync endpoints#8
amolani wants to merge 1 commit intolinuxmuster:lmn73from
amolani:feat/linbo-modules

Conversation

@amolani
Copy link
Copy Markdown
Contributor

@amolani amolani commented Apr 10, 2026

Extend the existing config and image modules with the start.conf accessors and image manifest scanner that the current LINBO API router and change tracker already call.

The change stays inside the maintainer's current module layout: no package import magic, no API-side workaround, and no broader refactor of the legacy helper functions.

Constraint: The current linuxmuster-api router already depends on these helpers in linuxmusterTools.linbo
Directive: Keep config.py as the canonical home for start.conf listing/raw access helpers used by changes.py and the API router
Tested: python3 -m py_compile on config.py and images.py; targeted helper smoke tests; make deb
Not-tested: Installation on a clean LMN server and end-to-end Docker sync against that server

Extend the existing config and image modules with the start.conf accessors and image manifest scanner that the current LINBO API router and change tracker already call.

The change stays inside the maintainer's current module layout: no package import magic, no API-side workaround, and no broader refactor of the legacy helper functions.

Constraint: The current linuxmuster-api router already depends on these helpers in linuxmusterTools.linbo
Rejected: Move the logic back into linuxmuster-api | would duplicate business logic across repos
Rejected: Rework the linbo package structure | unrelated to the broken helper contract
Confidence: medium
Scope-risk: moderate
Reversibility: clean
Directive: Keep config.py as the canonical home for start.conf listing/raw access helpers used by changes.py and the API router
Tested: python3 -m py_compile on config.py and images.py; targeted helper smoke tests; make deb
Not-tested: Installation on a clean LMN server and end-to-end Docker sync against that server
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.

1 participant