Skip to content

Commit

Permalink
Adds more content to readme files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dusan Andric committed Feb 5, 2016
1 parent dd413d0 commit 29c0f2b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
Collection of CM files and automation for DCC operational environments.


* [Ansible](ansible/README.md)
* [Docker](docker/README.md)
## Projects

### [Ansible](ansible/README.md)
Ansible scripts for provisioning ETL, Portal, Downloader and Submission systems as well as the Hadoop cluster powering these systems.

Can be used to provision systems on an Openstack environment or bare metal.

### [Docker](docker/README.md)
Module for the Docker containers used for provisioning software on docker hosts. Currently not in use for
production and can be considered experimental.

Contains docker files for CDH and an Elasticsearch, Logstash, Kibana stack.
19 changes: 19 additions & 0 deletions docker/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# ICGC DCC - Docker

Project that contains all of the `Dockerfile`s for the ICGC DCC 2.0 system.

## Docker Projects

### [CDH](cdh/README.md)
Container for provisioning a Cloudera Distributed Hadoop client environment.

Docker Hub: https://hub.docker.com/r/icgcdcc/cdh/

### [ELK](elk/README.md)
Docker Compose project for bringing up Elasticsearch, Logstash, and Kibana. For use
on a Docker swarm.

Docker Hub: https://hub.docker.com/r/icgcdcc/elk/


## Useful Links:
* [Get Started with Docker Engine](https://docs.docker.com/linux/)
* [Docker Compose](https://docs.docker.com/compose/)
* [Getting Started with ELK](https://www.elastic.co/blog/getting-started-with-elk)
5 changes: 4 additions & 1 deletion docker/elk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# ICGC DCC - Docker ELK

Docker containers for running Elasticsearch, Logstash, & Kibana for use in gathering DCC Portal Analytics.
For use with Docker Compose.

For use with Docker Compose.
Logstash configuration includes a simple grok filter for filtering java logs.

https://hub.docker.com/r/icgcdcc/elk/

0 comments on commit 29c0f2b

Please sign in to comment.