Skip to content

Commit 7a5beee

Browse files
committed
Resolve review comments
1 parent bb43764 commit 7a5beee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/Agent/installation/ansible_based_installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Ansible based installation
22

3-
In the following: we describe how to install Pbench Agent using an ansible playbook.
3+
In the following: we describe how to install Pbench Agent using an ANSIBLE playbook.
44

55
:::{note}
66
The same Pbench Agent version must be installed on all the test systems that participate in a benchmark run, there is no support for mixed installations.
@@ -22,7 +22,7 @@ The same Pbench Agent version must be installed on all the test systems that par
2222
export ANSIBLE_ROLES_PATH=$HOME/.ansible/collections/ansible_collections/pbench/agent/roles:$ANSIBLE_ROLES_PATH
2323
```
2424

25-
4. Create an inventory file (`~/.config/Inventory/myhosts.inv`) naming the hosts on which you wish to install pbench agent and including information about where the config file. Example [inventory file](assets/myhosts.inv).
25+
4. Create an inventory file (`~/.config/Inventory/myhosts.inv`) naming the hosts on which you wish to install Pbench Agent and including information about where the config file. Example [inventory file](assets/myhosts.inv).
2626

2727
:::{note}
2828
if you're planning to push performance data to a 0.69 Pbench Server, you need to specify the server's private RSA key. Example [inventory file](assets/0.69_myhosts.inv).

docs/Agent/installation/rpm_based_installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In the following, we describe how to install Pbench Agent using an RPM.
2222
```
2323

2424
:::{note}
25-
- This documentation source describes Pbench Agent 0.72, and [here's](https://copr.fedorainfracloud.org/coprs/ndokos/pbench-0.72) where you find the RPMs.
25+
- We release Pbench Agent RPMs under the `ndokos` COPR account with repos following the pattern `pbench-<release>`.
2626
- There are some RPMs that are shared between versions (e.g. pbench-sysstat). We maintain those in [ndokos/pbench](https://copr.fedorainfracloud.org/coprs/ndokos/pbench) repo.
2727
- On a RHEL-based system enable the subscription manager and enable the `EPEL` repo.
2828
:::

0 commit comments

Comments
 (0)