You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define the qualification policy for OpenShell installation profiles and add package-manager profiles for DEB and RPM candidate artifacts.
The policy keeps responsibilities explicit:
scenarios configure the machine and runtime environment;
installation profiles install and verify OpenShell;
testsuites verify post-install behavior and stateful transitions.
The DEB and RPM profiles must install the exact candidate packages through the guest's native package manager and compose with the same scenarios and testsuites used by native installation.
The native profile establishes the proof-of-concept pipeline. Package installation is separate qualification work and is a prerequisite for package-based upgrade testing.
Definition of Done
The installation-profile policy documents ownership, inputs, outputs, lifecycle, verification, diagnostics, and cleanup boundaries.
A DEB profile installs candidate packages on Ubuntu 24.04 through the native package manager.
An RPM profile installs candidate packages on Fedora through the native package manager.
Both profiles consume immutable candidate artifacts without rebuilding or using floating dev artifacts.
Both profiles verify installed package versions, candidate identity, expected services, and gateway health before a testsuite runs.
Native, DEB, and RPM installations can run the same independently selected testsuite without scenario-specific forks.
Failures retain package-manager, systemd, gateway, and scenario diagnostics without secrets.
Documentation explains how to add another installation profile under the same policy.
Description
Define the qualification policy for OpenShell installation profiles and add package-manager profiles for DEB and RPM candidate artifacts.
The policy keeps responsibilities explicit:
The DEB and RPM profiles must install the exact candidate packages through the guest's native package manager and compose with the same scenarios and testsuites used by native installation.
Context
The native profile establishes the proof-of-concept pipeline. Package installation is separate qualification work and is a prerequisite for package-based upgrade testing.
Definition of Done
devartifacts.Out of Scope