Difference between revisions of "OPS435 Python Lab 8"

From CDOT Wiki
Jump to: navigation, search
(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)
Line 2: Line 2:
  
 
: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.
 
: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 ==
 
== REFERENCE ==

Revision as of 21:30, 10 October 2017

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:
Category Resource Link
Official Fabric website
[1]
Official Fabric tutorial
[2]
Better Fabric tutorial
[3]

INVESTIGATION 1: Extra VM Setup

PART 1 -

Task

LAB 7 SIGN-OFF (SHOW INSTRUCTOR)

Have Ready to Show Your Instructor:


LAB REVIEW