From 7a5beee5891a6da02a242375b30c263eb7ac4599 Mon Sep 17 00:00:00 2001 From: vishalvvr Date: Fri, 9 Jun 2023 18:21:09 +0530 Subject: [PATCH] Resolve review comments --- docs/Agent/installation/ansible_based_installation.md | 4 ++-- docs/Agent/installation/rpm_based_installation.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Agent/installation/ansible_based_installation.md b/docs/Agent/installation/ansible_based_installation.md index 71d82b94c5..5b27571c7a 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 including information about where 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. :::