Community Training Classes & Labs > F5 Programmability Training Index

Lab 3.1 – Files used and locations

The f5-super-netops-container is a self contained toolkit, meaning everything we will be using is already in the solution. It will also always be updated (CD) and received via git clones.

Note

If you are running in the provided training infrastructure, the super-netops-container can be accessed via Putty, all commands from this point will be run from within the super-netops-container

Task 1 - Review the super-netops-container files and collections used

  1. Open Putty and connect to the super-netops-container user credentials are snops and default
  2. During the installation of the super-netops-container there were several github repositories cloned, all of which are mapped to the /home/snops/ directory.

Let’s make sure all repositories were mapped correctly.

Execute: cd /home/snops

The Collections we will be using are located here:

|- /f5-automation-labs
   |- /postman_collections
   |  |  f5-programmability-class-2.postman_collection.json
|- /f5-postman-workflows
  |- /collections
  |  |  /BIG_IP
  |  |      BIGIP_Operational_Workflows.postman_collection.json

The f5-newman-wrapper configuration files are located here:

|- /f5-automation-labs
   |- /jenkins
   |  |  /f5-newman-build
   |  |      f5-newman-build-1
   |  |      f5-newman-build-2
   |  |      f5-newman-build-5
   |  |  /f5-newman-operation
   |  |      f5-newman-build-3
   |  |      f5-newman-build-4