Skip to content

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"
  1. apc-test apc-test v10.2-0
  2. be-cem-epr-designoffice-data be-cem-epr-designoffice-data v10.2-0-patch-INC4080523
  3. lhc-training lhc-training v10.2-0
  4. 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"
  1. alice-collaboration test-alice-collaboration-d95 v10.2-0
  2. alice-public alice-admca v10.2-0
  3. beams beams-7ddaf540 v10.2-0
  4. chis trial-upgrade-d10 v10.2-0
  5. fap-dep fap-dep-7ddaf540 v10.2-0
  6. hr hr-upgrade v10.2-0
  7. hse hse-d10-prep v10.2-0
  8. international-relations ir-test-menu v10.2-0
  9. ipt-dep ipt-dep-7ddaf540 v10.2-0
  10. knowledgetransfer kt-d10 v10.2-0
  11. pensionfund pensiond10 v10.2-0
  12. procurement procurement-d10 v10.2-0
  13. sce-dep sce-d10 v10.2-0
  14. sis sis-d10 v10.2-0
  15. sy-dep sy-dep-drupal10 v10.2-0
  16. te-dep te-dep-7ddaf540 v10.2-0
  17. th-dep th-dep-d10 v10.2-0
  18. users-office user-office v10.2-0
Edited by Carina Antunes