Skip to content

Commit

Permalink
Resolve review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalvvr committed Jun 9, 2023
1 parent bb43764 commit 9c6e07c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/Agent/installation/ansible_based_installation.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Ansible based installation

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

:::{note}
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.
Expand All @@ -22,7 +22,7 @@ The same Pbench Agent version must be installed on all the test systems that par
export ANSIBLE_ROLES_PATH=$HOME/.ansible/collections/ansible_collections/pbench/agent/roles:$ANSIBLE_ROLES_PATH
```

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).
4. Create an inventory file (`~/.config/Inventory/myhosts.inv`) naming the hosts on which you wish to install Pbench Agent and the location of the config file. Example [inventory file](assets/myhosts.inv).

:::{note}
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).
Expand Down
2 changes: 1 addition & 1 deletion docs/Agent/installation/rpm_based_installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In the following, we describe how to install Pbench Agent using an RPM.
```

:::{note}
- 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.
- We release Pbench Agent RPMs under the `ndokos` COPR account with repos following the pattern `pbench-<release>`.
- 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.
- On a RHEL-based system enable the subscription manager and enable the `EPEL` repo.
:::
Expand Down

0 comments on commit 9c6e07c

Please sign in to comment.