Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASMTRIAGE-7175: Handling sat image path update during 1.5 to 1.6 upgrade #5402

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

shivaprasad-metimath
Copy link
Contributor

IM:CASMTRIAGE-7175

Description

During the csm upgrade from 1.5 to 1.6, when the docs-csm rpm is installed before the 1.6 assets getting loaded. Due to which the sat tag pull up fails, since the new path(artifactory.algol60.net/csm-docker/stable/cray-sat) is not available on the system yet. Hence to handle the scenario, if the image doesnot exist for the default path. A function is created to verify and provide the alternative image path(artifactory.algol60.net/sat-docker/stable/cray-sat)

Test Description

The scenario was recreated on starlord system. The script was executed to verify the update of the tag. It was able to update the tag with picking up the alternative path for SAT.

ncn-m001:/usr/share/doc/csm/workflows # ./update_tags.sh
Outside loop:
3.32.0
Updating tag of artifactory.algol60.net/sat-docker/stable/cray-sat in /usr/share/doc/csm/workflows/./templates/base/sat-general-iuf.template.argo.yaml to 3.32.0.
ncn-m001:/usr/share/doc/csm/workflows #

Checklist

  • If I added any command snippets, the steps they belong to follow the prompt conventions (see example).
  • If I added a new directory, I also updated .github/CODEOWNERS with the corresponding team in Cray-HPE.
  • My commits or Pull-Request Title contain my JIRA information, or I do not have a JIRA.

workflows/update_tags.sh Outdated Show resolved Hide resolved
workflows/update_tags.sh Show resolved Hide resolved
workflows/update_tags.sh Show resolved Hide resolved
@shivaprasad-metimath shivaprasad-metimath force-pushed the CASMTRIAG-7175/sat_path_issue_handle branch 5 times, most recently from c297636 to ef58b05 Compare September 30, 2024 08:28
@shivaprasad-metimath
Copy link
Contributor Author

During the unstable RPM testing, identified another issue, were the get_filenames_referring_to_image was trying to grep for the file with the new THIS_IMAGE value passed from the update_cray_sat_image as. the condition was met. But since the yaml file is reflected for to the IMAGE value of "artifactory.algol60.net/csm-docker/stable/cray-sat". Hence the function is updated to handle the yaml file fetch were the tag needs to be updated.

Tested on drax system with 1.5

Output before the latest changes:

ncn-m001:/mnt/developer/shiva # rpm -ivh docs-csm-1.6.9910gbbf112351-1.noarch.rpm
Preparing... ################################# [100%]
Updating / installing...
1:docs-csm-1.6.9910gbbf112351-1 ################################# [100%]
Outside loop: 1.9.8
Updating tag of artifactory.algol60.net/csm-docker/stable/cf-gitea-import in /usr/share/doc/csm/workflows/./iuf/operations/vcs-upload/vcs-upload-content.yaml to 1.9.8.
Outside loop: 1.0.6
Updating tag of artifactory.algol60.net/csm-docker/stable/cf-gitea-update in /usr/share/doc/csm/workflows/./iuf/operations/vcs-update/vcs-update-working-branch.yaml to 1.0.6.
Outside loop: 2.6.1
Updating tag of artifactory.algol60.net/csm-docker/stable/cray-ims-load-artifacts in /usr/share/doc/csm/workflows/./iuf/operations/ims-upload.yaml to 2.6.1.
Outside loop: 1.9.1
Updating tag of artifactory.algol60.net/csm-docker/stable/cray-product-catalog-update in /usr/share/doc/csm/workflows/./templates/base/update-product-catalog.template.argo.yaml to 1.9.1.
Outside loop: 3.28.10
Outside loop: 2.32.0
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/add-product-to-product-catalog.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/extract-release-distributions.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/ims-upload.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/loftsman-manifest-deploy.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/loftsman-manifest-upload/loftsman-manifest-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/managed-nodes/managed-nodes-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/management-nodes-rollout/management-m001-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/management-nodes-rollout/management-storage-nodes-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/management-nodes-rollout/management-two-master-nodes-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/management-nodes-rollout/management-worker-nodes-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-docker-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-helm-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-rpm-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-setup-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/operation-record-time.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/post-install-check-end.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/post-install-check-start.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/post-install-service-check-end.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/post-install-service-check-start.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/preflight-checks-for-services.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/prepare-images/prepare-managed-images-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/prepare-images/prepare-management-images-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/s3-upload/s3-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/update-cfs-config/update-managed-cfs-config.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/update-cfs-config/update-management-cfs-config.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/vcs-update/vcs-update-working-branch.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/vcs-upload/vcs-upload-content.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./templates/base/ssh.template.argo.yaml to 2.32.0.
Outside loop: latest-v1.21.1-amd64
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/ims-upload.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/managed-nodes/managed-nodes-rollout.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-docker-upload-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-helm-upload-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-rpm-upload-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-setup-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/s3-upload/s3-upload-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/vcs-update/vcs-update-working-branch.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/vcs-upload/vcs-upload-content.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/after-all-hooks.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/after-each-hooks.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/base/kubectlAndCurl.template.argo.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/before-all-hooks.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/before-each-hooks.yaml to latest-v1.21.1-amd64.
Outside loop: v0.1.12
Updating tag of artifactory.algol60.net/csm-docker/stable/iuf in /usr/share/doc/csm/workflows/./iuf/operations/extract-release-distributions.yaml to v0.1.12.
Updating tag of artifactory.algol60.net/csm-docker/stable/iuf in /usr/share/doc/csm/workflows/./templates/base/echo.template.argo.yaml to v0.1.12.
Updating tag of artifactory.algol60.net/csm-docker/stable/iuf in /usr/share/doc/csm/workflows/./templates/base/iufBase.template.argo.yaml to v0.1.12.
Outside loop: latest-v1.21.1-amd64
Updating tag of registry.local/artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/ims-upload.yaml to latest-v1.21.1-amd64.
ncn-m001:/mnt/developer/shiva #

Output After the latest changes:

ncn-m001:/mnt/developer/shiva # rpm -ivh docs-csm-1.6.9910gc2976367b-1.noarch.rpm
Preparing... ################################# [100%]
Updating / installing...
1:docs-csm-1.6.9910gc2976367b-1 ################################# [100%]
Outside loop: 1.9.8
Updating tag of artifactory.algol60.net/csm-docker/stable/cf-gitea-import in /usr/share/doc/csm/workflows/./iuf/operations/vcs-upload/vcs-upload-content.yaml to 1.9.8.
Outside loop: 1.0.6
Updating tag of artifactory.algol60.net/csm-docker/stable/cf-gitea-update in /usr/share/doc/csm/workflows/./iuf/operations/vcs-update/vcs-update-working-branch.yaml to 1.0.6.
Outside loop: 2.6.1
Updating tag of artifactory.algol60.net/csm-docker/stable/cray-ims-load-artifacts in /usr/share/doc/csm/workflows/./iuf/operations/ims-upload.yaml to 2.6.1.
Outside loop: 1.9.1
Updating tag of artifactory.algol60.net/csm-docker/stable/cray-product-catalog-update in /usr/share/doc/csm/workflows/./templates/base/update-product-catalog.template.argo.yaml to 1.9.1.
Outside loop: 3.28.10
Updating tag of artifactory.algol60.net/sat-docker/stable/cray-sat in /usr/share/doc/csm/workflows/./templates/base/sat-general-iuf.template.argo.yaml to 3.28.10.

Outside loop: 2.32.0
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/add-product-to-product-catalog.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/extract-release-distributions.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/ims-upload.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/loftsman-manifest-deploy.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/loftsman-manifest-upload/loftsman-manifest-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/managed-nodes/managed-nodes-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/management-nodes-rollout/management-m001-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/management-nodes-rollout/management-storage-nodes-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/management-nodes-rollout/management-two-master-nodes-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/management-nodes-rollout/management-worker-nodes-rollout.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-docker-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-helm-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-rpm-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-setup-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/operation-record-time.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/post-install-check-end.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/post-install-check-start.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/post-install-service-check-end.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/post-install-service-check-start.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/preflight-checks-for-services.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/prepare-images/prepare-managed-images-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/prepare-images/prepare-management-images-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/s3-upload/s3-upload-template.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/update-cfs-config/update-managed-cfs-config.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/update-cfs-config/update-management-cfs-config.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/vcs-update/vcs-update-working-branch.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./iuf/operations/vcs-upload/vcs-upload-content.yaml to 2.32.0.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/alpine/git in /usr/share/doc/csm/workflows/./templates/base/ssh.template.argo.yaml to 2.32.0.
Outside loop: latest-v1.21.1-amd64
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/ims-upload.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/managed-nodes/managed-nodes-rollout.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-docker-upload-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-helm-upload-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-rpm-upload-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/nexus-setup/nexus-setup-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/s3-upload/s3-upload-template.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/vcs-update/vcs-update-working-branch.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/vcs-upload/vcs-upload-content.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/after-all-hooks.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/after-each-hooks.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/base/kubectlAndCurl.template.argo.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/before-all-hooks.yaml to latest-v1.21.1-amd64.
Updating tag of artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./templates/before-each-hooks.yaml to latest-v1.21.1-amd64.
Outside loop: v0.1.12
Updating tag of artifactory.algol60.net/csm-docker/stable/iuf in /usr/share/doc/csm/workflows/./iuf/operations/extract-release-distributions.yaml to v0.1.12.
Updating tag of artifactory.algol60.net/csm-docker/stable/iuf in /usr/share/doc/csm/workflows/./templates/base/echo.template.argo.yaml to v0.1.12.
Updating tag of artifactory.algol60.net/csm-docker/stable/iuf in /usr/share/doc/csm/workflows/./templates/base/iufBase.template.argo.yaml to v0.1.12.
Outside loop: latest-v1.21.1-amd64
Updating tag of registry.local/artifactory.algol60.net/csm-docker/stable/docker.io/portainer/kubectl-shell in /usr/share/doc/csm/workflows/./iuf/operations/ims-upload.yaml to latest-v1.21.1-amd64.
ncn-m001:/mnt/developer/shiva #

@rustydb rustydb merged commit 99cf8ca into release/1.6 Oct 1, 2024
8 checks passed
@rustydb rustydb deleted the CASMTRIAG-7175/sat_path_issue_handle branch October 1, 2024 19:08
@haasken-hpe
Copy link
Contributor

Although Shiva's testing output shows this:

Updating tag of artifactory.algol60.net/sat-docker/stable/cray-sat in /usr/share/doc/csm/workflows/./templates/base/sat-general-iuf.template.argo.yaml to 3.28.10.

It does not actually update the version of the cray-sat image in this file. It just says it is doing so, but the sed command doesn't actually find what it's looking for to update.

The file specifies the cray-sat image at the new location, artifactory.algol60.net/csm-docker/stable/cray-sat, but this is looking for the image at the old location, artifactory.algol60.net/sat-docker/stable/cray-sat, to update it. See my comment in the Jira for more info. I re-opened the Jira to fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants