diff --git a/docs/class8/lab1.rst b/docs/class8/lab1.rst index f8face49..18a65424 100644 --- a/docs/class8/lab1.rst +++ b/docs/class8/lab1.rst @@ -19,6 +19,8 @@ By following the tasks in the prior **Introduction** Section, you should now be F5 Distributed Cloud Console, having set your Work Domain Roles and Skill levels. If you have not done so already, please login to your tenant for this lab and proceed to Task 1. +**Expected Lab Time: 20 minutes** + Task 1: Review Developer Portal ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/docs/class8/lab2.rst b/docs/class8/lab2.rst index 8d337951..3834a5e3 100644 --- a/docs/class8/lab2.rst +++ b/docs/class8/lab2.rst @@ -63,7 +63,7 @@ created, you will intialize Terraform and then deploy an HTTP Health Check, Orig | * **Confirm Password:** ** | | * **Expiry Date: Select:** ** | | | -| 6. Click **Download**. | +| 6. Click **Download**. | | | | |lab2-Terraform_Download_API_Cert| | | | @@ -102,6 +102,10 @@ created, you will intialize Terraform and then deploy an HTTP Health Check, Orig | export VES_P12_PASSWORD="" | | | | |lab2-Terraform_Auth_Env| | +| | +| .. note:: | +| *Replace with the password you entered when creating the API certificate. You need to* | +| *wrap the password in "". If your password is password, enter: export VES_P12_PASSWORD="password"* | +---------------------------------------------------------------------------------------------------------------+ +---------------------------------------------------------------------------------------------------------------+ @@ -124,6 +128,10 @@ created, you will intialize Terraform and then deploy an HTTP Health Check, Orig | namespace = "" | | | | |lab2-Terraform_Tfvars_Values| | +| | +| .. note:: | +| *Replace with your assigned namespace. You need to wrap the namespace in "". If your assigned* | +| *namespace is brave-collie, enter: namespace = "brave-collie"* | +---------------------------------------------------------------------------------------------------------------+ +---------------------------------------------------------------------------------------------------------------+