Skip to content

Commit

Permalink
Adds kcli rpm version as variable in docs
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Losada <alosadag@redhat.com>
  • Loading branch information
alosadagrande committed Sep 16, 2024
1 parent 2a9a84f commit 56c76d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions documentation/modules/ROOT/pages/_attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ code:experimental:
:source-highlighter: highlightjs
:branch: lab-4.16
// :github-repo: https://github.com/RHsyseng/5g-ran-deployments-on-ocp-lab/blob/{branch}
//:repo_user: RHsyseng
:repo_user: alosadagrande
:repo_user: RHsyseng
:github-repo: https://github.com/{repo_user}/5g-ran-deployments-on-ocp-lab/blob/{branch}
:profile: 5g-ran-lab
:openshift-release: v4.16
Expand All @@ -28,14 +27,15 @@ code:experimental:
:talm-update-file: zone-europe-upgrade-416-3.yaml
:talm-update-channel: stable-4.16
:talm-update-version: 4.16.3
// oc adm release info 4.15.3 | grep "Pull From"
// oc adm release info 4.16.3 | grep "Pull From"
:talm-update-image: infra.5g-deployment.lab:8443/openshift/release-images@sha256:3ec3a43ded1decc18134e5677f56037d8929f4442930f5d1156e7a77cdf1b9b3
:talm-update-policy-name: version-416-3
:rhacm-version: v2.11
:rhacm-template-processing: https://access.redhat.com/documentation/en-us/red_hat_advanced_cluster_management_for_kubernetes/2.11/html/governance/governance#template-processing
:mce-version: v2.6
:policygentool-version: v4.16
:kcli-tools-tag: 4.16
:kcli-rpm: https://github.com/{repo_user}/5g-ran-deployments-on-ocp-lab/raw/{branch}/lab-materials/kcli-rpm/kcli-99.0.0.git.202409091407.2293cfe-0.el9.x86_64.rpm
:rhcos-rootfs-url: https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.16/4.16.0/rhcos-4.16.0-x86_64-live-rootfs.x86_64.img
:rhcos-rootfs-filename: rhcos-4.16.0-x86_64-live-rootfs.x86_64.img
:rhcos-liveiso-url: https://mirror.openshift.com/pub/openshift-v4/x86_64/dependencies/rhcos/4.16/4.16.0/rhcos-4.16.0-x86_64-live.x86_64.iso
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/lab-environment.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ IMPORTANT: Below commands must be executed from the hypervisor host as root if n
[.console-input]
[source,bash,subs="attributes+,+macros"]
-----
dnf -y install bash-completion vim jq tar git ipcalc pip https://github.com/{repo_user}/5g-ran-deployments-on-ocp-lab/raw/lab-4.16/lab-materials/kcli-rpm/kcli-99.0.0.git.202409091407.2293cfe-0.el9.x86_64.rpm
dnf -y install bash-completion vim jq tar git ipcalc pip {kcli-rpm}
pip install pyopenssl
-----

Expand Down

0 comments on commit 56c76d3

Please sign in to comment.