How to certify Private DPV - cniackz/public GitHub Wiki
- Delete the fork from your repositories: https://github.com/cniackz/certified-operators/settings
- Fork the repo again
- Now clone your Fork and start the PR
cd
rm -rf certified-operators
cd
git clone [email protected]:cniackz/certified-operators.git
cd certified-operators
git checkout -b "minio-aistor-volume-manager-operator-2025.7.1011319"
mkdir -p /Users/cniackz/certified-operators/operators/minio-volume-manager-operator
mkdir -p /Users/cniackz/certified-operators/operators/minio-volume-manager-operator/2025.7.1011319
cd ~/certified-operators/operators/minio-volume-manager-operator/2025.7.1011319
cp -R ~/Private-DPV-Operator/bundle/manifests .
cp -R ~/Private-DPV-Operator/bundle/metadata .
touch ~/certified-operators/operators/minio-volume-manager-operator/ci.yaml
cd ~/certified-operators/operators/minio-volume-manager-operator
echo "cert_project_id: 6866ea1357a2e3760f91f145" > ci.yaml
cd /Users/cniackz/certified-operators
git add operators/minio-volume-manager-operator/
git commit -m "operator minio-volume-manager-operator (2025.7.1011319)"
git push --set-upstream origin minio-aistor-volume-manager-operator-2025.7.1011319
PRs:
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6090 <<< Attempt 1 (wrong commit)
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6091 <<< Attempt 2 (cannot reuse component)
reserve-operator-name
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6092 <<< Attempt 3 (digest image)
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6094 <<< Attempt 4 (related images)
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6095 <<< Attempt 5 (Missing annotation)
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6105 <<< Attempt 6 (icon image missing)
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6110 <<< Attempt 7 (csv annotation)
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6112 <<< Attempt 8 (wrong arch)
- https://github.com/redhat-openshift-ecosystem/certified-operators/pull/6130 <<< Attempt 9 (DeployableByOLM passed)
Update personal Th 7-10-12
https://github.com/cniackz/Private-DPV-Operator < Este es el repo que contiene el manifest
y el metadata
para la certification, paso todas las pruebas incluidas DeployableByOLM
, me tomo 9 intentos, ahora lo que sigue es validar CSI tests, pedi el openshift cluster a sendil y una maquina de redhat para correr esas pruebas, query-publishing-checklist
< este error significa que todo paso, solo falta CSI tests to pass.