Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 8

1,649 bytes added, 21:15, 10 October 2017
Created page with "= LAB OBJECTIVES = :Completing this course will give you the prerequisites for getting into the DevOps field. A DevOps professional is a system/network administrator with pro..."
= LAB OBJECTIVES =

:Completing this course will give you the prerequisites for getting into the DevOps field. A DevOps professional is a system/network administrator with programming skills. As an introduction to that field, we will look at '''Fabric''' in this lab. Using Fabric you can automate deploying software, monitoring, and updating many systems at the same time, without using a terminal to connect to each of them separately.


== REFERENCE ==
:These links may be helpful for extra reading:

{| class="wikitable" | style="margin-left:20px; border: 2px solid black;"
|- style="border: 2px solid black;font-weight:bold;text-align:center;"
| style="border: 2px solid black;" | Category
| style="border: 2px solid black;" | Resource Link

|- style="background-color:white;border:none;"
| style="border: 2px solid black;" valign="top"|
:Official '''Fabric''' website
| style="border: 2px solid black;" valign="top"|
:[http://www.fabfile.org/]

|- style="background-color:white;border:none;"
| style="border: 2px solid black;" valign="top"|
:Official Fabric tutorial
| style="border: 2px solid black;" valign="top"|
:[http://docs.fabfile.org/en/1.13/tutorial.html]

|- style="background-color:white;border:none;"
| style="border: 2px solid black;" valign="top"|
:Better Fabric tutorial
| style="border: 2px solid black;" valign="top"|
:[https://www.digitalocean.com/community/tutorials/how-to-use-fabric-to-automate-administration-tasks-and-deployments]

|}

= INVESTIGATION 1: Extra VM Setup =


== PART 1 - ==


=== Task ===


= LAB 7 SIGN-OFF (SHOW INSTRUCTOR) =
:'''Have Ready to Show Your Instructor:'''



= LAB REVIEW =