Conclude Upgrade 10.3
Missing upgrades (primaries)
Non critical
Failed rollout (1 websites)
oc get projects -l okd.cern.ch/user-project="true",drupal.cern.ch/infrastructure-project!=true,admin.drupal.website/critical!=true -A -o json --no-headers | jq -r '.items[] | .metadata.name' | xargs -I{} oc get drupalsite -n {} -l drupal.webservices.cern.ch/isPrimary=true -o json --no-headers --ignore-not-found | jq -r ".items[] | select(.status.releaseID.current != .status.releaseID.failsafe and .status.expectedDeploymentReplicas != 0) | [.metadata.namespace, .metadata.name, .spec.version.name] | @tsv"
be-cem-epr-designoffice-data be-cem-epr-designoffice-data v10.2-0-patch-INC4080523
To upgrade (4 websites)
oc get projects -l okd.cern.ch/user-project="true",drupal.cern.ch/infrastructure-project!=true,admin.drupal.website/critical!=true -A -o json --no-headers | jq -r '.items[] | .metadata.name' | xargs -I{} oc get drupalsite -n {} -l drupal.webservices.cern.ch/isPrimary=true -o json --no-headers --ignore-not-found | jq -r ".items[] | select( .status.expectedDeploymentReplicas != 0 and (.spec.version.name | (startswith(\"v10.3\") | not) and (startswith(\"v9\") | not))) | [.metadata.namespace, .metadata.name, .spec.version.name] | @tsv"
- apc-test apc-test v10.2-0
- be-cem-epr-designoffice-data be-cem-epr-designoffice-data v10.2-0-patch-INC4080523
- lhc-training lhc-training v10.2-0
- na-cons-project nacons-project v10.2-0
Critical
To upgrade (18)
oc get projects -l okd.cern.ch/user-project="true",drupal.cern.ch/infrastructure-project!=true,admin.drupal.website/critical=true -A -o json --no-headers | jq -r '.items[] | .metadata.name' | xargs -I{} oc get drupalsite -n {} -l drupal.webservices.cern.ch/isPrimary=true -o json --no-headers --ignore-not-found | jq -r ".items[] | select( .status.expectedDeploymentReplicas != 0 and (.spec.version.name | (startswith(\"v10.3\") | not) and (startswith(\"v9\") | not))) | [.metadata.namespace, .metadata.name, .spec.version.name] | @tsv"
- alice-collaboration test-alice-collaboration-d95 v10.2-0
- alice-public alice-admca v10.2-0
- beams beams-7ddaf540 v10.2-0
- chis trial-upgrade-d10 v10.2-0
- fap-dep fap-dep-7ddaf540 v10.2-0
- hr hr-upgrade v10.2-0
- hse hse-d10-prep v10.2-0
- international-relations ir-test-menu v10.2-0
- ipt-dep ipt-dep-7ddaf540 v10.2-0
- knowledgetransfer kt-d10 v10.2-0
- pensionfund pensiond10 v10.2-0
- procurement procurement-d10 v10.2-0
- sce-dep sce-d10 v10.2-0
- sis sis-d10 v10.2-0
- sy-dep sy-dep-drupal10 v10.2-0
- te-dep te-dep-7ddaf540 v10.2-0
- th-dep th-dep-d10 v10.2-0
- users-office user-office v10.2-0
Edited by Carina Antunes