f5devcentral / f5-automation-labs

F5 Super-NetOps Programmability, Automation and DevOps Training Classes
https://f5.com/supernetops
MIT License
106 stars 173 forks source link

LAB feedback from Hamilton/Indian River #152

Open chen23 opened 6 years ago

chen23 commented 6 years ago

What is Postman? What is a runner? typo: in set hostname would helpful to have a screencast of the steps doing actions, but not completely understand the reason

0xHiteshPatel commented 6 years ago

@chen23 Can you add some details/context for these?

chen23 commented 6 years ago

Re: Postman, for folks that have not used the tool before, it would be helpful to know what it is and why it is being used (it may already being in the doc, just going off what I remember from the conversation). Re: runner, similar issue, if you are not aware of what a runner it is it would be helpful to say "this is a batch of calls, etc...". Re: typo (don't remember) Re: screencast, for folks that have not used any of the tools before it is helpful to see someone doing some of the first few steps via video to understand that basic flow Re: prefacing sections with, "this is the goal of this section ... "

tkam8 commented 6 years ago

typo: in set hostname I remember someone saying "should change the screenshot to look like instead of just "" , maybe this is what was meant here?:

{
"guiSetup": "disabled",
"hostname": "bigip-a.f5.local"
}
wilsonmar commented 5 years ago

How's this description: Postman is a web application that provides a GUI to manually issue commands that would normally be issue by code (within JavaScript Node, C#, Python, Go, etc.). Thus, it is used for instructional purposes.