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

TECHPUBS-4017: Updated version examples #1

Closed
wants to merge 1 commit into from
Closed
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
6 changes: 3 additions & 3 deletions docs/portal/developer-portal/install/install_shs_on_csm.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ The following Ansible variables are publicly exposed for use by customers or adm
description: Sets the target distribution to use when defining repository URIs. Available choices are one of [`sle15-sp3`, `sle15-sp4`]. See guidance below for selecting a target distribution
- name: `shs_target_platform`
type: `string`
description: sets the target platform to use when defining repository URIs. Available choices are one of [`cos-2.4`, `cos-2.5`, `cos-2.6`, `csm-1.3.0`, `csm-1.4.0`, `csm-1.5.0`]
description: sets the target platform to use when defining repository URIs. Available choices are one of [`cos-2.4`, `cos-2.5`, `cos-2.6`, `csm-1.3`, `csm-1.4`, `csm-1.5`]

### Setup

Expand Down Expand Up @@ -310,7 +310,7 @@ At this point, some workflow decisions must be made. These decisions depend on r
For example:

```screen
ncn-m001# OLD_RELEASE=1.7.3
ncn-m001# OLD_RELEASE=2.1.0
ncn-m001# OLD_BRANCH_REF=refs/remotes/origin/integration-${OLD_RELEASE}
ncn-m001# OLD_IMPORT_BRANCH_REF=refs/remotes/origin/cray/slingshot-host-software/${OLD_RELEASE}
```
Expand All @@ -333,7 +333,7 @@ At this point, some workflow decisions must be made. These decisions depend on r
Example output:

```screen
ncn-m001# OLD_RELEASE=1.7.3
ncn-m001# OLD_RELEASE=2.1.0
ncn-m001# OLD_BRANCH_REF=refs/remotes/origin/integration
ncn-m001# OLD_IMPORT_BRANCH_REF=refs/remotes/origin/cray/slingshot-host-software/${OLD_RELEASE}
```
Expand Down
Loading