Skip to content

Commit 08a6a96

Browse files
authored
Merge pull request #10 from f5devcentral/develop
- updates from lab tester feedback
2 parents cd3bcb1 + 8d2fc63 commit 08a6a96

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/class1/module1/lab2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ But first, let's take a few moments to briefly get our feet wet with Docker and
2929
For example, use ``Shift + Ctrl + v`` to paste instead of ``Ctrl + v``
3030

3131

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

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

docs/class1/module2/lab2.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Lab 2 - Configuring, Updating, and Accessing the F5 AST
1010
Environment Variables
1111
---------------------
1212

13-
#. 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**.
13+
#. 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**.
1414

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

@@ -77,11 +77,11 @@ F5 AST Configuration Setting Files
7777
7878
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.
7979

80-
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.
80+
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.
8181

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

84-
As mentioned in Step 4, we need to add a new BIG-IP instance for data scraping: ``West Region - bigip-01``.
84+
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``.
8585

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

@@ -159,7 +159,7 @@ F5 AST Configuration Helper
159159

160160
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.
161161

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

164164
.. code-block:: console
165165

docs/class1/module3/lab1.rst

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ The **Fleet Inventory** dashboard is your one-stop shop for a list of all the F5
3232
Available Metrics include:
3333

3434
* Total Inventory by Software Version
35-
* Total Inventory by Device Type
3635
* Inventory Total by Device Type
3736
* Online Inventory by Version
3837
* Inventory Detail

0 commit comments

Comments
 (0)