deploy-product stageThe “Install and Upgrade Framework” section of each individual product’s installation document may contain special actions that need to be performed outside of IUF for a stage. The “IUF Stage Documentation Per Product”
section of the HPE Cray EX System Software Stack Installation and Upgrade Guide for CSM (S-8052) provides a table that summarizes which product documents contain information or actions for the deploy-product stage.
Refer to that table and any corresponding product documents before continuing to the next step.
Ensure that the latest documentation is installed for the target CSM version being installed or upgraded.
Invoke iuf run with activity identifier ${ACTIVITY_NAME} and use -r to execute the deploy-product stage. Perform the upgrade using product content found in ${MEDIA_DIR}.
Additional arguments are available to control the behavior of the deploy-product stage (for example, -rv).
See the deploy-product stage documentation for details and adjust the following example if necessary.
(ncn-m001#) Execute the deploy-product stage. Use site variables from the site_vars.yaml file found in ${ADMIN_DIR} and recipe variables from the product_vars.yaml file found in ${ADMIN_DIR}.
iuf -a ${ACTIVITY_NAME} -m "${MEDIA_DIR}" run --site-vars \
"${ADMIN_DIR}/site_vars.yaml" -bpcd "${ADMIN_DIR}" -r deploy-product
Once this step has completed:
NOTE
As part of thedeploy-productstage during upgrades from CSM 1.6 to CSM 1.7:
- Kubernetes will be upgraded from version 1.26 to 1.32.5.
- The
deploy-product-onexithook will launch a Kubernetes upgrade job that runs outside of IUF, in theargonamespace.- This job must be monitored manually and must complete successfully before proceeding to the next stage.
The output from the
deploy-productstage will look like:INFO Job upgrade-k8s-job-zm55x has been created in the argo namespace. This is performing k8s upgrade from 1.26 to 1.32 INFO Monitor the job and ensure it is successful before proceeding to next stage.(
ncn-mw#) To monitor the job, run:kubectl wait job -n argo upgrade-k8s-job-zm55x --for=condition=complete --timeout=120m
deploy-product stageIf performing an initial install or an upgrade of non-CSM products only, return to the Install or upgrade additional products with IUF workflow to continue the install or upgrade.
If performing an upgrade that includes upgrading CSM and additional products with IUF, return to the Upgrade CSM and additional products with IUF workflow to continue the upgrade.
If performing an upgrade that includes upgrading only CSM, return to the Upgrade only CSM through IUF workflow to continue the upgrade.