OSAC-3352: upload snapshot creation scripts to scripts/ - #35
OSAC-3352: upload snapshot creation scripts to scripts/#35omer-vishlitzky wants to merge 3 commits into
Conversation
Add Python scripts that automate the full OSAC snapshot flavor pipeline: boot SNO, install OSAC via Helm, validate health, strip credentials, snapshot, and push to OCI registry. Includes base, CaaS, and VMaaS flavor scripts plus shared library and kubeletconfig manifest. Paths are configurable via environment variables instead of hardcoded. Signed-off-by: Omer Vishlitzky <ovishliz@redhat.com> Assisted-by: Claude Code <noreply@anthropic.com> Signed-off-by: omer-vishlitzky <omer.vishlitzky@gmail.com>
|
Warning Review limit reached
Next review available in: 6 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Repository: osac-project/coderabbit/.coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Code Review FindingsMAJOR —
|
Signed-off-by: omer-vishlitzky <omer.vishlitzky@gmail.com> Assisted-by: Claude Code <noreply@anthropic.com> Signed-off-by: omer-vishlitzky <omer.vishlitzky@gmail.com>
Signed-off-by: omer-vishlitzky <omer.vishlitzky@gmail.com> Assisted-by: Claude Code <noreply@anthropic.com>
|
Superseded by #38 (unified snapshot pipeline PR) |
Summary
scripts/) that automate the full OSAC snapshot flavor pipeline: boot base SNO, install OSAC components via Helm, validate cluster health, strip credentials, snapshot VM, and push to OCI registrysnapshot_base.py(base SNO),snapshot_caas.py(CaaS flavor),snapshot_vmaas.py(VMaaS flavor), sharedsnapshot_lib.py, andkubeletconfig.yamlINSTALLER_DIR,KUBELETCONFIG,PULL_SECRET) for portability;sys.pathhacks removed in favor of same-directory importsTest plan
snapshot_lib.pyresolvesINSTALLER_DIRandKUBELETCONFIGcorrectly via env vars and defaultssnapshot_base.pywithSOURCEandKUBECONFIGset against a live SNOsnapshot_caas.py/snapshot_vmaas.pyend-to-end on a baremetal serverquay.io/osac-project/cluster-flavors