Page MenuHomeDevCentral

Deploy nasqueron-reports
ClosedPublic

Authored by dereckson on Sep 13 2025, 15:18.
Tags
None
Referenced Files
F40217461: D3669.diff
Thu, Jul 30, 21:40
Unknown Object (File)
Sun, Jul 26, 12:11
Unknown Object (File)
Thu, Jul 23, 11:34
Unknown Object (File)
Tue, Jul 21, 20:33
Unknown Object (File)
Tue, Jul 21, 14:38
Unknown Object (File)
Mon, Jul 20, 02:45
Unknown Object (File)
Tue, Jul 7, 09:15
Unknown Object (File)
Tue, Jul 7, 09:13
Subscribers
None

Details

Summary

Ref T2124

Test Plan

Deployed on WindRiver, generated report

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
deploy-nasqueron-reports
Build Status
Buildable 5881
Build 6163: arc lint + arc unit

Event Timeline

Actually, if we use pip to install the package globally for all users, it will take care creating /usr/local/bin/<utilities> following this entry in setup.cfg:

scripts =
    bin/run-report
    bin/sql-result-to-mediawiki-table

Also, /opt/nasqueron-reports/dist/.package-installed is tricky if we remove the package to reinstall it but forget to remove this file.

Improve package installation and detection. A module is required with cumbersome Python invoke and discovery logic, because Salt can internally report about /opt/saltstack Python installation on Linux OSes, not about the global system default interpreter.

This revision is now accepted and ready to land.Oct 6 2025, 05:53
This revision was automatically updated to reflect the committed changes.