Skip to content

CodeSparta/collector-ocp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koffer Collector Plugin | OpenShift Infrastructure Artifacts

This automation provides a unified and standardized tarball of OpenShift artifacts for restricted or airgap infrastructure deployment.

Features:

  • CloudCtl compatible
  • Low side SHA256 artifact bundle metadata (for high side bit integrity validation)
  • Low side ingestion direct to "pre-hydrated" registry stateful path [mirror-to-mirror]
  • Idempotent, can be used to additively upload artifacts to pre-existing collection

Artifacts:

Usage: Execute Collector Plugin with Koffer Engine

 mkdir -p ${HOME}/bundle && \
 podman run -it --rm --pull always \
     --volume ${HOME}/bundle:/root/bundle:z \
   docker.io/cloudctl/koffer:latest bundle \
     --plugin collector-ocp
  • unpack bundle
tar -xvf ~/bundle/koffer-bundle.openshift-4.6.1.tar.xz -C /root