Difference between revisions of "OPS635 Weekly Schedule"

From CDOT Wiki
Jump to: navigation, search
(Created page with "* ops635 reading list")
 
(Setting up schedule structure - Still needs a lot of work)
Line 1: Line 1:
* [[ops635 reading list]]
+
[[Category:OPS535]][[Category:rchan]]
 +
{| 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
 +
|-
 +
! week
 +
! Topics
 +
! Reading/Reference
 +
! Tasks/Labs
 +
|- style="vertical-align: top; background: none"
 +
| 1: Jan 7 - 13
 +
| <ul>
 +
<li>[https://scs.senecac.on.ca/course/OPS635 OPS635 Course Outline]</li>
 +
<li>Required Materials</li>
 +
<li>Assignments, Lab due dates
 +
</li></ul>
 +
| <ul><li>[https://www.youtube.com/watch?v=zWGFqMuEHdw&list=PLcvmpY7C1j8k_FDTtNHvxGJixhPOSzX4h Docker and SELinux]</li></ul>
 +
| <ul><li>[https://www.dropbox.com/s/3x61g1aqv9l1a1z/pre-lab.pdf?dl=1 Host Installation and Preparation]</li></ul>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 2: Jan 14 - 20
 +
| <ul><li>Docker Containers and Images</li></ul>
 +
|
 +
| <ul><li>[https://www.dropbox.com/s/b1awicbt396q56f/Lab%205.pdf?dl=1 Lab 1]</li></ul>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 3: Jan 21 - 27
 +
| <ul><li>Docker Stacks and Swarms</li></ul>
 +
|
 +
|
 +
|- style="vertical-align: top; background: none"
 +
| 4: Jan 28 - Feb 3
 +
| <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>Lab 2</li></ul>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 5: Feb 4 - 10
 +
| <ul><li>OpenStack Implementation</li></ul>
 +
|
 +
|
 +
|- style="vertical-align: top; background: none"
 +
| 6: Feb 11 - 17
 +
| <ul><li>OpenStack Implementation</li></ul>
 +
|
 +
<!--| <ul><li>[[OPS535 A1| Assignment 1]]</li></ul>-->
 +
| <ul><li>Assignment 1</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| 7: Feb 18 - 24
 +
| <ul><li>Midterm</li></ul>
 +
|
 +
<!--| <ul><li>[[OPS535 A1| Assignment 1]]</li></ul>-->
 +
| <ul><li>Assignment 1</li></ul>
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| Study Week: Feb 24 - Mar 3
 +
| Study/Reading Week
 +
| All of the above.
 +
|
 +
|- style="vertical-align: top; background: none"
 +
| 8: Mar 4 - 10
 +
| <ul><li>Network Monitoring Using Nagios</li></ul>
 +
| Textbook Chapters 1-3
 +
|
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 9: Mar 11 - 17
 +
| <ul><li>Network Monitoring Using Nagios</li></ul>
 +
|  Textbook Chapters 4,7
 +
| <ul><li>[https://www.dropbox.com/s/amsz1fjqva0b93s/Lab%201.pdf?dl=1 Lab 2]</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| 10: Mar 18 - 24
 +
| <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: Mar 25 - 31
 +
| <ul><li>Configuration Management using Puppet</li></ul>
 +
| <ul></ul>
 +
| <ul><li>[https://www.dropbox.com/s/tjqcseylem50fp5/Lab%202.pdf?dl=1 Lab 3]</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| 12: Apr 1 - 7
 +
| <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>
 +
|
 +
|- style="vertical-align: top; background: #f9f9f9"
 +
| 13: Apr 8 - 14
 +
| <ul><li>Configuration Management using Ansible</li><li>Exam Review</li></ul>
 +
|
 +
| <ul><li><!--[[OPS535 A2| Assignment 2]]--> Assignment 2</li></ul>
 +
|- style="vertical-align: top; background: none"
 +
| Exam Week: Apr 15 - 19
 +
|
 +
|
 +
| <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 16:53, 1 April 2019

OPS635 Weekly Index
week Topics Reading/Reference Tasks/Labs
1: Jan 7 - 13
2: Jan 14 - 20
  • Docker Containers and Images
3: Jan 21 - 27
  • Docker Stacks and Swarms
4: Jan 28 - Feb 3
  • OpenShift
  • Lab 2
5: Feb 4 - 10
  • OpenStack Implementation
6: Feb 11 - 17
  • OpenStack Implementation
  • Assignment 1
7: Feb 18 - 24
  • Midterm
  • Assignment 1
Study Week: Feb 24 - Mar 3 Study/Reading Week All of the above.
8: Mar 4 - 10
  • Network Monitoring Using Nagios
Textbook Chapters 1-3
9: Mar 11 - 17
  • Network Monitoring Using Nagios
Textbook Chapters 4,7
10: Mar 18 - 24
  • Configuration Management using Puppet
11: Mar 25 - 31
  • Configuration Management using Puppet
    12: Apr 1 - 7
    • Configuration Management using Ansible
    13: Apr 8 - 14
    • Configuration Management using Ansible
    • Exam Review
    • Assignment 2
    Exam Week: Apr 15 - 19
    • Get ready for the exam.