Table of Contents |
---|
Infrastructure Overview
OLE utilizes Amazon services for its development infrastructure with the exception of SVN. All test servers and databases are being hosted within the Amazon EC2 cloud.
To support development, we have:
...
Wiki Markup |
---|
{toc} h2. Infrastructure Overview OLE utilizes Amazon services for its development infrastructure with the exception of SVN. All test servers and databases are being hosted within the Amazon EC2 cloud. To support development, we have: * Development Database Servers (Oracle and MySQL) * Integration Testing Environments ([DEV|http://dev.ole.kuali.org/ole-dev/]) * Continuous Integration Environment ([Hudson|https://ci.ole.kuali.org]) * JIRA (issue tracking) [https://jira.kuali.org |
...
] * Confluence (documentation) [https://wiki.kuali.org |
...
] * Subversion (version tracking) [https://svn.kuali.org/repos/ole |
...
Application Servers
...
Name
] h2. Application Servers || Name || Host/URL |
...
Description
...
Location
...
IP Type
...
Hudson
|| Description || Location || IP Type || || Hudson | https://ci.ole.kuali.org |
...
| Unit Testing and overall control server for OLE databases and application server instances. |
...
| EC2 (i-0706ec6b) |
...
| Elastic IP: 50.16.198.41 |
...
DEV Application Server
| || DEV Application Server | http://dev.ole.kuali.org/ole-dev/ |
...
| Integration Testing server |
...
| EC2 (i-varies) |
...
| Elastic IP: 50.16.205.247 |
...
| Kuali uses [DNS Made Easy|http://www.dnsmadeeasy.com/] for registering our domain names. They are a combination of static addresses (for long running servers with Elastic IP addresses) and dynamic addresses (for short term systems.) Addresses are managed by the Kuali and OLE configuration managers. |
...
h2. Database Servers/Schemas |
...
Instances
...
Name
...
Connect Information
...
Database Type/Version
...
Location
...
Test Oracle
h3. Instances || Name || Connect Information || Database Type/Version || Location || || Test Oracle | jdbc:oracle:thin:@oracle.ole.kuali.org:1521:XE |
...
| Oracle 10g XE |
...
| Amazon RDS (on the Hudson Server) |
...
Schemas
| h3. Schemas || Schema/User |
...
Database
...
Purpose
...
OLEDBA
...
Test Oracle
Master data source for OLE development. Extracted nightly and stored into
|| Database || Purpose || || OLEDBA | Test Oracle | Master data source for OLE development. Extracted nightly and stored into https://svn.kuali.org/repos/ole-cfg-dbs/trunk/development |
...
OLELOCAL
...
Test Oracle
Database schema for developer work. Refreshed nightly from
| || OLELOCAL | Test Oracle | Database schema for developer work. Refreshed nightly from https://svn.kuali.org/repos/ole-cfg-dbs/trunk |
...
OLEDEV
...
Test Oracle
Database schema for the ole-dev
testing environment. Refreshed nightly from
| || OLEDEV | Test Oracle | Database schema for the {{ole-dev}} testing environment. Refreshed nightly from https://svn.kuali.org/repos/ole-cfg-dbs/trunk |
...
OLECI
...
Test Oracle
Database schema for the OLE unit tests. Refreshed nightly from
| || OLECI | Test Oracle | Database schema for the OLE unit tests. Refreshed nightly from https://svn.kuali.org/repos/ole-cfg-dbs/trunk |
Continuous Integration
...
| h2. Continuous Integration OLE Uses Hudson ([http://hudson-ci.org/]) both to run testing suites as well as manage the deployment of the OLE Testing servers and refreshing of the database instances. While Hudson has the hooks for running unit tests, it also serves as a web-based scheduling console which can run shell scripts, Ant scripts, and Maven. |
...
*Reference Jobs: |
...
* * [Template-Unit-Test|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Unit-Test |
...
/] * [Template-Test-Rice-Data-Imports|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Test-Rice-Data-Imports |
...
Server Controls
...
/] h3. Server Controls The jobs within Hudson utilize the Amazon-provided command-line tools to create and destroy the servers. Amazon has a *lot* of documentation on these tools at: [http://docs.amazonwebservices.com/AWSEC2/latest/CommandLineReference/ |
...
] *Reference Jobs |
...
:* * [Template-Check-Instance-Status|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Check-Instance-Status |
...
/] * [Template-Launch-EC2-Server|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Launch-EC2-Server |
...
/] * [Template-Start-Instance|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Start-Instance |
...
/] * [Template-Stop-Instance|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Stop-Instance |
...
Tomcat Server Deployment / Control
Hudson jobs are also used to build and deploy the OLE application to the test servers. They can also be used to start and stop the tomcat instance as needed.
Reference Jobs:
/] h3. Tomcat Server Deployment / Control Hudson jobs are also used to build and deploy the OLE application to the test servers. They can also be used to start and stop the tomcat instance as needed. *Reference Jobs:* * [Template-Deploy-OLE-Server|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Deploy-OLE-Server |
...
/] * [Template-Redeploy-OLE-War|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Redeploy-OLE-War |
...
/] * [Template-Server-Start|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Server-Start |
...
/] * [Template-Server-Stop|https://ci.ole.kuali.org/view/Template%20Jobs/job/Template-Server-Stop |
...
Database Schema Refreshes
Note | ||
---|---|---|
| ||
|
Amazon Web Console
...
- Creation and termination of instances. (Much of this is automated through Hudson.)
...
- Amazon MySQL database service - creation, deletion, and snapshots of instances.
...
/]
h3. Database Schema Refreshes
{note:title=TODO}
* Use of Hudson
* Document important jobs?
{note}
h2. Amazon Web Console
* EC2
** Creation and termination of instances. (Much of this is automated through Hudson.)
* RDS
** Amazon MySQL database service - creation, deletion, and snapshots of instances.
* S3
** Amazon storage service. Used to store OLE releases and (indirectly) EC2 and RDS instance snapshots.
|