Skip to content

Commit

Permalink
Update docs after PSI shutdown (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
majamassarini authored Dec 1, 2023
2 parents aa02ee3 + bbffc0d commit 466e439
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions values/packit-service-validation/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
## Install

Login to [PSI](https://ocp4.psi.redhat.com) and switch to `cyborg` project.
Login to **MP+ preprod cluster** and switch to `packit--validation` project to install **validation for Packit production instance**.

Or login to **MP+ prod cluster** and switch to `packit--validation` project to install **validation for Packit staging instance**.

In this way instances are validated from outside their clusters.

oc login --token=sha256~.... --server= ....
oc project cyborg
oc project packit--validation

Get secrets from Bitwarden.

Sentry from `extra-vars.yml` in `secrets-packit-[prod|stg]` item,

GitHub token from `Release/usercont bot` item.

GitLab token from `Gitlab.com account for validation` item.

Gitlab gnome token for `packit-validation` user taken from `Gitlab (gnome.org)` item.

Gitlab freedesktop token for `packit-validation` user taken from `Gitlab (freedesktop.org)` item.

Gitlab salsa debian token for `packit-validation` user taken from `Gitlab (salsa.debian.org)` item.

export SENTRY=$( echo -n 'token from bitwarden' | base64 )
Expand Down

0 comments on commit 466e439

Please sign in to comment.