Open main menu

CDOT Wiki β

Changes

OPS435 Python Lab 8

224 bytes added, 09:28, 21 January 2020
no edit summary
<font color= THIS LAB IS 'red'>'''** DO NOT READY YET!!! = PLEASE WAIT UNTIL THE LAB IS PUBLISHED. IT IS CURRENTLY UNDER CONSTRUCTIONUSE - TO BE UPDATED FOR CENTOS 8.0 **'''</font>
= LAB OBJECTIVES =
= INVESTIGATION 1: Extra VM Setup =
In order to experience Fabric's features in a realistic way, we're going to set up several virtual machines. To begin with they are all going to have the same configuration. Please make sure that each VM has direct network connect with other VMs you wish to control and configure.
== PART 1 - Set up your controller ==
<source lang="python">
run("iptables -I INPUT -p tcp --dport 80 -j ACCEPT")
run("iptables-save > /etc/sysconfig/iptables")
</source>
= LAB 8 SIGN-OFF (SHOW INSTRUCTOR) =
:'''Have Ready to Show Your Instructor:'''
* Complete all the parts of the lab and show your fabfile.py as well as Apache working on all five virtual machines.
= LAB REVIEW =
 
[[Category:OPS435-Python]]
1,760
edits