Difference between revisions of "Ops635 reading list"
(→Week 10) |
|||
Line 116: | Line 116: | ||
* [http://openstack.prov12n.com/ OpenStack Blog] | * [http://openstack.prov12n.com/ OpenStack Blog] | ||
* [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/9781785884610 OpenStack Administration with Ansible] - this book solely focus on using the OpenStack APIs and CLIs. | * [http://libaccess.senecacollege.ca:2048/login?url=http://proquest.safaribooksonline.com/book/operating-systems-and-server-administration/9781785884610 OpenStack Administration with Ansible] - this book solely focus on using the OpenStack APIs and CLIs. | ||
+ | |||
+ | == Week 11 == | ||
+ | * [http://www.eecs.berkeley.edu/Pubs/TechRpts/2009/EECS-2009-28.html Above the Clouds: A Berkeley View of Cloud Computing] |
Revision as of 09:38, 25 March 2016
Contents
Online Articles
- cloud skills
- ScienceLogic Vs Open Source - Do you agree with the arguments?
Online Book via Seneca Library
OpenShift WordPress Blogs
- Uzair's OpenShift Online WordPress Blog
- Colin's OpenShift Online WordPress Blog
- Mohammed's OpenShift Online WordPress Blog
- Samim's OpenShift Online WordPress Blog
- OPS635 OpenShift Online WordPress Blog
DNS mapping as on Jan 20, 2016
blog-ushamim.rhcloud.com is an alias for ex-std-node738.prod.rhcloud.com. ex-std-node738.prod.rhcloud.com is an alias for ec2-52-5-157-62.compute-1.amazonaws.com. ec2-52-5-157-62.compute-1.amazonaws.com has address 52.5.157.62 wordpress-ckyip.rhcloud.com is an alias for ex-std-node782.prod.rhcloud.com. ex-std-node782.prod.rhcloud.com is an alias for ec2-52-71-250-248.compute-1.amazonaws.com. ec2-52-71-250-248.compute-1.amazonaws.com has address 52.71.250.248 mmhaque4-mohammedblog.rhcloud.com is an alias for ex-std-node772.prod.rhcloud.com. ex-std-node772.prod.rhcloud.com is an alias for ec2-54-84-110-33.compute-1.amazonaws.com. ec2-54-84-110-33.compute-1.amazonaws.com has address 54.84.110.33 wordpress-sbaray.rhcloud.com is an alias for ex-std-node689.prod.rhcloud.com. ex-std-node689.prod.rhcloud.com is an alias for ec2-52-21-29-138.compute-1.amazonaws.com. ec2-52-21-29-138.compute-1.amazonaws.com has address 52.21.29.138 ops635-senecacollege.rhcloud.com is an alias for ex-std-node594.prod.rhcloud.com. ex-std-node594.prod.rhcloud.com is an alias for ec2-54-172-196-193.compute-1.amazonaws.com. ec2-54-172-196-193.compute-1.amazonaws.com has address 54.172.196.193
Find geolocation from a given IP address
You can google it or try the following web site:
Weekly News
Week 2
Week 3
Week 4
- Wednesday Presentation on GIT : Uzair Shamim
- Install the GeoIP package to track Geo location of a given IP.
To use GeoIP, try the following command:
[root@identity ~]# geoiplookup 142.204.1.2 GeoIP Country Edition: CA, Canada GeoIP City Edition, Rev 1: CA, ON, Ontario, North York, M2M, 43.779701, -79.415604, 0, 0 GeoIP ASNum Edition: AS10265 Seneca College of Applied Arts and Technology
- Friday Discussion: Enterprise Monitoring using Nagios
Week 5
- Wednesday Presentation on Puppet: Mohammed Haque
- Puppet Books:
- Puppet built-in Resource Type
- Monitoring OpenShift Cluster using Cockpit
- Getting Started with OpenShift: A Guide for Impatient Beginners (Free PDF file) *NOTE* This book is mainly for developers.
- OpenShift Origin Administration Guide - This is mainly for System Administrators.
Week 6
- Wednesday Presentation on Ansible: Samim Baray
- Ansible Books:
- Ansible playbook for openshift-origin deployment:
[rchan@centos65 ~]$ git clone https://github.com/maxamillion/ansible-openshift_origin.git Initialized empty Git repository in /home/rchan/ansible-openshift_origin/.git/ remote: Counting objects: 1412, done. remote: Total 1412 (delta 0), reused 0 (delta 0), pack-reused 1412 Receiving objects: 100% (1412/1412), 235.16 KiB, done. Resolving deltas: 100% (572/572), done.
Week 7
- Working on Assignment 1 - OpenShift Origin installation and Monitoring. Please login to Blackboard for detail specification for Assignment 1
Study Break
Please study the following to prepare for the mid-term:
- (1) Nagios text book chapter 1 to chapter 4
- (2) Implementing OpenShift Text book:
- (a) how to setup and manage an OpenShift online account
- (b) OpenShift origin installation and operation, major componets
- (3) Docker and SELinux
Week 8
- Online Mid-Term Test on March 9
- Assignment 1 Presentation on March 11
- Baremetal, VMs, and Containers
Week 9
Week 10
- OpenStack Quickstart Installation using PackStack
- OpenStack Liberty Release Installation Guide for RHEL/CentOS 7
- reference
- OpenStack Blog
- OpenStack Administration with Ansible - this book solely focus on using the OpenStack APIs and CLIs.