Difference between revisions of "OPS635 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(Created page with "* ops635 reading list")
 
m (Adding link to OpenShift lab)
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [[ops635 reading list]]
+
[[Category:OPS635]][[Category:rchan]][[Category:peter.callaghan]]
 +
{| class="wikitable" cellspacing="0" width="100%" cellpadding="5" border="1" style="text-align: left; vertical-align: top; border-spacing: 2px; border: 1px solid darkgray"
 +
|+ OPS635 Weekly Index - Summer 2019
 +
|-
 +
! week
 +
! Topics
 +
! Reading/Reference
 +
! Tasks/Labs
 +
|- style="vertical-align: top; background: none"
 +
| 1: May 6 - 12
 +
| <ul>
 +
<li>[https://scs.senecac.on.ca/course/OPS635 OPS635 Course Outline]</li>
 +
<li>Required Materials</li>
 +
<li>Assignments, Lab due dates</li>
 +
<li>Docker Containers and Images</li></ul>
 +
| <ul><li>[https://www.youtube.com/watch?v=zWGFqMuEHdw&list=PLcvmpY7C1j8k_FDTtNHvxGJixhPOSzX4h Docker and SELinux]</li></ul>
 +
| <ul><li>[[OPS635-prelab | Host Installation and Preparation]]</li></ul>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 2: May 13 - 19
 +
| <ul><li>Docker Stacks and Swarms</li></ul>
 +
|
 +
| <ul><li>[[OPS635-lab-docker | Lab 1]]</li></ul>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 3: May 20 - 26
 +
| <ul><li>Configuration Management using Ansible</li></ul>
 +
| <ul>
 +
  <li>[http://docs.ansible.com/ansible/latest/user_guide/intro_getting_started.html Getting Started with Ansible]</li>
 +
  <li>[http://docs.ansible.com/ansible/latest/user_guide/intro_inventory.html#intro-inventory Introduction to Inventory]</li>
 +
  <li>[http://docs.ansible.com/ansible/latest/user_guide/intro_adhoc.html Introduction to Ad-hoc Commands]</li>
 +
  <li>[http://docs.ansible.com/ansible/latest/user_guide/playbooks.html Introduction to Playbooks]</li>
 +
  </ul>
 +
| <ul><li>[[OPS635-lab-ansible-Summer-2019 |Lab 2]]</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| 4: May 27 - June 2
 +
| <ul><li>Configuration Management using Ansible</li></ul>
 +
|
 +
|
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 5: June 3 - 9
 +
| <ul><li>Distributed Filesystems: GlusterFS</li></ul>
 +
|<ul><li>[https://wiki.centos.org/HowTos/GlusterFSonCentOS GlusterFS on Centos ]</li></ul>
 +
| <ul><li>[[OPS635-lab-gluster | Lab 3]]</li>
 +
<li>[[OPS635 Assignment 1|Assignment 1]]</li>
 +
  </ul>
 +
|- style="vertical-align: top; background: none"
 +
| 6: June 10 - 16
 +
| <ul><li>OpenStack Implementation</li></ul>
 +
| <ul><li>[https://docs.openstack.org/install-guide/overview.html#example-architecture OpenStack Overview]</li>
 +
|  </ul>
 +
<ul><li>[[OPS635-lab-openstack |Lab 4]]</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| 7: June 17 - 23
 +
| <ul><li>Midterm</li></ul>
 +
|
 +
|
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| Study Week: June 24 - June 30
 +
| Study/Reading Week
 +
| All of the above.
 +
|
 +
|- style="vertical-align: top; background: none"
 +
| 8: July 1 - 7
 +
| <ul><li>Network Monitoring Using Nagios</li></ul>
 +
| Textbook Chapters 1-3
 +
|
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 9: July 8 - 14
 +
| <ul><li>Network Monitoring Using Nagios</li></ul>
 +
|  Textbook Chapters 4,7
 +
| <ul><li>[[OPS635-lab-nagios | Lab 5]]</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| 10: July 15 - 21
 +
| <ul><li>Configuration Management using Puppet</li></ul>
 +
| <ul><li>[https://www.digitalocean.com/community/tutorials/how-to-install-puppet-in-standalone-mode-on-centos-7 Puppet - Standalone ]</li>
 +
      <li>[https://www.digitalocean.com/community/tutorials/how-to-install-puppet-4-in-a-master-agent-setup-on-centos-7 Puppet - Master and Agent ]</li>
 +
      <li>[https://www.digitalocean.com/community/tutorials/getting-started-with-puppet-code-manifests-and-modules Puppet - Manifests and Modules ]</li>
 +
</ul>
 +
|
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 11: July 22 - 28
 +
| <ul><li>Configuration Management using Puppet</li></ul>
 +
| <ul></ul>
 +
| <ul><li>[[OPS635-lab-puppet | Lab 6]]</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| 12: July 29 - Aug 4
 +
| <ul><li>OpenShift</li></ul>
 +
| <ul><li>[https://docs.openshift.org/latest/getting_started/administrators.html#getting-started-administrators OpenShift Installation Guide]</li>
 +
  <li>[https://docs.openshift.org/latest/minishift/index.html Minishift]</li>
 +
  <li>OpenShift Online Learning Environment
 +
    <ul>
 +
      <li>[https://learn.openshift.com/introduction/getting-started/ Getting Started with OpenShift for Developers]</li>
 +
      <li>[https://learn.openshift.com/introduction/cluster-access/ Logging into an OpenShift Cluster]</li>
 +
      <li>[https://learn.openshift.com/introduction/deploying-images/ Deploying Applications from Images]</li>
 +
      <li>[https://learn.openshift.com/introduction/deploying-python/ Deploying Applications from Source]</li>
 +
      <li>[https://learn.openshift.com/introduction/port-forwarding/ Connecting to a Database Using Port-Forwarding]</li>
 +
    </ul>
 +
</li>
 +
</ul>
 +
| <ul><li>[[OPS635-lab-openshift |Lab 7]]</li></ul>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 13: Aug 5 - 11
 +
| <ul><li>Exam Review</li></ul>
 +
|
 +
| <ul><li><!--[[OPS535 A2| Assignment 2]]--> Assignment 2</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| Exam Week: Aug 12 - 16
 +
|
 +
|
 +
| <ul><li>Get ready for the exam.</li></ul>
 +
|}
 +
 
 +
 
 +
 
 +
* Additional reading/reference list for [[OPS535 Extra |OPS535]]
 +
* [[Domainreg | OPS535 Domain Registration Page]]

Revision as of 14:59, 30 July 2019

OPS635 Weekly Index - Summer 2019
week Topics Reading/Reference Tasks/Labs
1: May 6 - 12
2: May 13 - 19
  • Docker Stacks and Swarms
3: May 20 - 26
  • Configuration Management using Ansible
4: May 27 - June 2
  • Configuration Management using Ansible
5: June 3 - 9
  • Distributed Filesystems: GlusterFS
6: June 10 - 16
  • OpenStack Implementation
7: June 17 - 23
  • Midterm
Study Week: June 24 - June 30 Study/Reading Week All of the above.
8: July 1 - 7
  • Network Monitoring Using Nagios
Textbook Chapters 1-3
9: July 8 - 14
  • Network Monitoring Using Nagios
Textbook Chapters 4,7
10: July 15 - 21
  • Configuration Management using Puppet
11: July 22 - 28
  • Configuration Management using Puppet
    12: July 29 - Aug 4
    • OpenShift
    13: Aug 5 - 11
    • Exam Review
    • Assignment 2
    Exam Week: Aug 12 - 16
    • Get ready for the exam.