Difference between revisions of "Rchan-notepad"

From CDOT Wiki
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:rchan]]
 
[[Category:rchan]]
  
<pre>
+
= OPS curriculum suggestions =
[rchan@cent ~]$ packstack --allinone
+
* Upper semesters OPS stream - Cloud based topics/services
Welcome to the Packstack setup utility
+
* Concept of Service oriented curriculum contents
 +
**
 +
== OPS435 ==
 +
* Introduction to cloud computing - NIST definition
 +
* service oriented architecture
 +
** Identity services
 +
** database service
 +
* application scripting (bash/python)
 +
* virtualization - control of vm using bash/python scripts
  
The installation log file is available at: /var/tmp/packstack/20160311-213258-9B6kdC/openstack-setup.log
+
== OPS535 ==
 +
* Platform as a service (PaaS)
 +
** OpenShift Online
 +
** OpenShift Origin
 +
* SOA:
 +
** Messaging service
 +
** Configuration management service
 +
** Name Service
  
Installing:
 
Clean Up                                            [ DONE ]
 
Discovering ip protocol version                      [ DONE ]
 
root@192.168.53.100's password:
 
Setting up ssh keys                                  [ DONE ]
 
Preparing servers                                    [ DONE ]
 
Pre installing Puppet and discovering hosts' details [ DONE ]
 
Adding pre install manifest entries                  [ DONE ]
 
Setting up CACERT                                    [ DONE ]
 
Adding AMQP manifest entries                        [ DONE ]
 
Adding MariaDB manifest entries                      [ DONE ]
 
Fixing Keystone LDAP config parameters to be undef if empty[ DONE ]
 
Adding Keystone manifest entries                    [ DONE ]
 
Adding Glance Keystone manifest entries              [ DONE ]
 
Adding Glance manifest entries                      [ DONE ]
 
Adding Cinder Keystone manifest entries              [ DONE ]
 
  
 
+
== OPS635 ==
**** Installation completed successfully ******
+
* Infrastructure as a service (IaaS)
 
+
** OpenStack
Additional information:
+
* SOA
* A new answerfile was created in: /home/rchan/packstack-answers-20160311-213259.txt
+
** Network Service
* Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components.
+
** Compute Service
* Warning: NetworkManager is active on 192.168.53.100. OpenStack networking currently does not work on systems that have the Network Manager service enabled.
+
** Storage Service
* File /root/keystonerc_admin has been created on OpenStack client host 192.168.53.100. To use the command line tools you need to source the file.
+
** Monitoring Service
* Copy of keystonerc_admin file has been created for non-root user in /home/rchan.
 
* To access the OpenStack Dashboard browse to http://192.168.53.100/dashboard .
 
Please, find your login credentials stored in the keystonerc_admin in your home directory.
 
* To use Nagios, browse to http://192.168.53.100/nagios username: nagiosadmin, password: fe823b91804d410a
 
* The installation log file is available at: /var/tmp/packstack/20160311-213258-9B6kdC/openstack-setup.log
 
* The generated manifests are available at: /var/tmp/packstack/20160311-213258-9B6kdC/manifests
 
  
  
 
</pre>
 
</pre>

Revision as of 08:20, 18 March 2016


OPS curriculum suggestions

  • Upper semesters OPS stream - Cloud based topics/services
  • Concept of Service oriented curriculum contents

OPS435

  • Introduction to cloud computing - NIST definition
  • service oriented architecture
    • Identity services
    • database service
  • application scripting (bash/python)
  • virtualization - control of vm using bash/python scripts

OPS535

  • Platform as a service (PaaS)
    • OpenShift Online
    • OpenShift Origin
  • SOA:
    • Messaging service
    • Configuration management service
    • Name Service


OPS635

  • Infrastructure as a service (IaaS)
    • OpenStack
  • SOA
    • Network Service
    • Compute Service
    • Storage Service
    • Monitoring Service


</pre>