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-7324 Update deploy_product.md #5400

Merged
merged 6 commits into from
Oct 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion operations/iuf/workflows/deploy_product.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ Refer to that table and any corresponding product documents before continuing to

1. Invoke `iuf run` with activity identifier `${ACTIVITY_NAME}` and use `-r` to execute the [`deploy-product`](../stages/deploy_product.md) 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](../stages/deploy_product.md) for details and adjust the example below if necessary.
See the [`deploy-product` stage documentation](../stages/deploy_product.md) for details and adjust the following example if necessary. **`NOTE`** Ensure that the
[latest version of `docs-csm`](https://github.com/Cray-HPE/docs-csm/blob/release/1.6/update_product_stream/README.md#check-for-latest-documentation)
is installed for the target CSM version being installed or upgraded.

(`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}`.

Expand Down