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

CASMINST-7088-release-1.6 small docs adjustment to IUF deliver product when installing USS 1.1 or higher #5589

Merged
merged 2 commits into from
Dec 6, 2024
Merged
Show file tree
Hide file tree
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: 2 additions & 2 deletions operations/iuf/workflows/admin_directory.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,15 +98,15 @@ the HPC CSM Software Recipe with the existing content in `${ADMIN_DIR}`.

Example output:

```text
```yaml
default:
network_type: "cassini"
suffix: "-test01"
system_name: "my-system"
site_domain: "my-site-domain.net"
uss:
deploy_slurm: true
deploy_pbs: true
deploy_pbs: false
```

3. Ensure the expected files are present in the admin directory after performing the steps in this section.
Expand Down
4 changes: 2 additions & 2 deletions operations/iuf/workflows/product_delivery.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ Refer to that table and any corresponding product documents before continuing to
Additional arguments are available to control the behavior of the `deliver-product` stage (for example, `-rv`). See the [`deliver-product` stage documentation](../stages/deliver_product.md)
for details and adjust the example below if necessary.

**`NOTE`** When installing USS 1.1 or higher, select either SLURM or PBS Pro Products to use on the system before running this stage. For more information, see the `deliver-product` stage
details in the "Install and Upgrade Framework" section of the _HPE Cray Supercomputing User Services Software Administration Guide: CSM on HPE Cray Supercomputing EX Systems (S-8063)_.
**`NOTE`** When installing USS 1.1 or higher, select either Slurm or PBS Pro Products to use on the system before running this stage. This should be specified in `site_vars.yaml`.
For more information, see the `deliver-product` stage details in the "Install and Upgrade Framework" section of the _HPE Cray Supercomputing User Services Software Administration Guide: CSM on HPE Cray Supercomputing EX Systems (S-8063)_.

(`ncn-m001#`) Execute the `deliver-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
Loading