You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Class2 errata
mod2lab1:
and a automated Test Framework. > and an automated test framework.
closed an relaunched. > closed and relaunched.
To utilize the helper functions the framework includes > To utilize the helper functions included in the framework
mod2lab2:
fix image for selecting the environment
mod2lab4:
If you need to launch the container once more, follow the instructions in this previous lab and log in as snops.
mod2lab5:
to the the 1_Authenticate > to the 1_Authenticate >
mod3lab2:
#. The above f5-newman-wrapper <--fix indentation
Delete any virtual servers or Pools that appear in the GUI. <--add to be more explicit
mod3lab3:
f5-newman-build-3 contains > f5-newman-build-4 contains
mod4mod4:
if it’s not please refer to Class 2 Module 2 on starting the service. > if it’s not please refer to Class 2 Module 1 Lab 2 on starting the service.
mod4lab1:
minor edits to Slack explanation
mod4lab2:
Once the Job is saved, <---fix indentation
Highlight over the third Stage to prompt for the Approval <---fix indentation
Repeat steps 2 & 3 of the last module, <--Repeats steps 2 & 3 of the previous task to create 2 new Jenkins jobs,
mod4lab3
Destruction of an Application Services is > Destruction of Application Services is
Repeat steps 2 & 3 of the first module > Repeat steps 2 & 3 of task 1 in the previous lab
if you have extra time > If you have extra time
* trying to fix indentation and numbered lists
#. The above f5-newman-wrapper file only has the ``Authenticate to BIG-IP`` Collection/Folder referenced, **we will need to add in another collection**.
76
-
You are going to add this code snippet after the last ``},``. This shows the method for chaining together multiple calls from multiple sources, shown in a previous lab.
77
-
For editing files VIM/VI is installed on the container, if you **do not know** how to use VIM/VI please let the instructor know.
76
+
You are going to add this code snippet after the last ``},``. This shows the method for chaining together multiple calls from multiple sources, shown in a previous lab.
77
+
For editing files VIM/VI is installed on the container, if you **do not know** how to use VIM/VI please let the instructor know.
#. Now that you have the full file you can see what it will look like with ``cat f5-newman-build-1``. The environment variables will float into both Collections, and the returned Global Variables will persist during the whole run.
92
92
93
-
Example of a complete file:
94
-
95
-
.. code-block:: json
96
-
:linenos:
97
-
98
-
{
99
-
"name":"f5-newman-build-1",
100
-
"description":"Execute a chained workflow that authenticates to a BIG-IP and builds configuration",
#. Login to your BIG-IP lab machine and verify you do not have any Virtual Servers or Pools
145
+
#. Login to your BIG-IP lab machine and verify you do not have any Virtual Servers or Pools. Delete any virtual servers or Pools that appear in the GUI.
146
146
147
147
.. NOTE:: If you are using the F5 lab systems there are already shortcuts in your Chrome browser called ``BIG-IP A GUI``, if you receive a certificate warning accept and add exception (the BIG-IP has a self-signed cert which violates Chrome's security). BIG-IP A Login credentials are ``admin\admin``
Slack is a ChatOps toolkit, think of Skype, Teams, Messenger, or IIRC! Except Slack also has the ability to take in
105
-
bots. slackbots are used to interact with services, they might query for something when asked, or
104
+
Slack is a ChatOps toolkit, similar to Skype, Teams, Messenger, or IIRC! Except Slack also has the ability to take in
105
+
bots. Slackbots are used to interact with services. They might query for something when asked, or
106
106
give you information when they notice something. In our case our Jenkins Pipeline file will use Slack
107
-
to notify all of us when an action happens, collaborative teamwork.
107
+
to notify all of us when an action happens, enabling collaborative teamwork.
108
108
109
109
.. NOTE:: In the Jenkins Files, the ``message`` piece is sent to the Slack channel, if you would like to modify your messages for our lab **change the text!**
0 commit comments