Skip to content

- updates from lab tester feedback #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/class1/module1/lab2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ But first, let's take a few moments to briefly get our feet wet with Docker and
For example, use ``Shift + Ctrl + v`` to paste instead of ``Ctrl + v``


#. Navigate to the **App Study Tool** component with the UDF lab, then select **Access** and **Web Shell**.
#. Navigate to the **Application Study Tool** component with the UDF lab, then select **Access** and **Web Shell**.

#. Once the new tab appears and you're on the terminal, view the Docker version by entering the following command:

Expand Down
8 changes: 4 additions & 4 deletions docs/class1/module2/lab2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Lab 2 - Configuring, Updating, and Accessing the F5 AST
Environment Variables
---------------------

#. If your previously-opened *web shell* has closed or timed out, navigate to the **App Study Tool** component with the UDF lab, then select **Access** and **Web Shell**.
#. If your previously-opened *web shell* has closed or timed out, navigate to the **Application Study Tool** component with the UDF lab, then select **Access** and **Web Shell**.

#. Change over to the ``application-study-tool`` repo's root directory:

Expand Down Expand Up @@ -77,11 +77,11 @@ F5 AST Configuration Setting Files

This file contains configuration parameters for both the F5 AST itself and the devices subject to data collection. As the name implies, default settings for device collection can be set here.

Take a look at the value for ``password``. It's referencing an environment variable -- one which has been defined in the ``.env.device-secrets`` we reviewed in Step 7.
Take a look at the value for ``password``. It's referencing an environment variable -- one which has been defined in the ``.env.device-secrets`` we reviewed in the previous step.

.. note:: Default device settings can be overridden by individual device configurations in the ``config/bigip_receivers.yaml`` file.

As mentioned in Step 4, we need to add a new BIG-IP instance for data scraping: ``West Region - bigip-01``.
As mentioned in Step 4 of :ref:`Accessing and Using the GitHub Repository`, we need to add a new BIG-IP instance for data scraping: ``West Region - bigip-01``.

#. First, inspect the ``config/bigip_receivers.yaml`` file with the following command:

Expand Down Expand Up @@ -159,7 +159,7 @@ F5 AST Configuration Helper

Once the ``bigip_receivers.yaml`` file has been updated, you must run the configuration helper script. This processes the changes made and updates the OTel collector's embedded yaml configuration files, as we will soon see.

#. The following command must be run from the f5-application-study repo root directory, ``/home/ubuntu/application-study-tool``
#. The following command must be run from the f5-application-study repo root directory, ``/home/ubuntu/pre-built/application-study-tool``

.. code-block:: console

Expand Down
1 change: 0 additions & 1 deletion docs/class1/module3/lab1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ The **Fleet Inventory** dashboard is your one-stop shop for a list of all the F5
Available Metrics include:

* Total Inventory by Software Version
* Total Inventory by Device Type
* Inventory Total by Device Type
* Online Inventory by Version
* Inventory Detail
Expand Down
Loading