diff --git a/docs/Agent/installation/ansible_based_installation.md b/docs/Agent/installation/ansible_based_installation.md index 71d82b94c5..545ecbd990 100644 --- a/docs/Agent/installation/ansible_based_installation.md +++ b/docs/Agent/installation/ansible_based_installation.md @@ -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. @@ -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). diff --git a/docs/Agent/installation/rpm_based_installation.md b/docs/Agent/installation/rpm_based_installation.md index ca413893be..89f7bd27af 100644 --- a/docs/Agent/installation/rpm_based_installation.md +++ b/docs/Agent/installation/rpm_based_installation.md @@ -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-`. - 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. :::