examples/storage-examples/gluster-examples/README.md
This environment consists of 4 hosts:
OpenShift is installed from OpenShift Admin Guide – quick installation and operational (meaning the server is running and you can login to the OpenShift Console via the GUI - https://master-host:8443/console). Also the gluster cluster has been tested with all RHEL Atomic Nodes and is working properly and accessible to the OpenShift nodes.
Below is a summary of the Gluster Volume Info used for this example:
| Attribute | Value |
|---|---|
| Volume Name | myVol1 |
| Status | Started |
| Num Bricks | 2 |
| Brick1 | gluster1.rhs:/mnt/brick1/myVol1 |
| Brick2 | gluster2.rhs:/mnt/brick1/myVol1 |
| Attribute | Value |
|---|---|
| Volume Name | myVol2 |
| Status | Started |
| Num Bricks | 2 |
| Brick1 | gluster1.rhs:/mnt/brick2/myVol2 |
| Brick2 | gluster2.rhs:/mnt/brick2/myVol2 |
Assumptions:
Summary:
The goal of these examples are to validate/verify the glusterfs plugin as it pertains to existing OpenShift and Gluster environments. These examples are designed to target potential users at a high level to begin the process of learning and experimenting with Gluster and Persistent Storage Capabilities with the Atomic OpenShift Platform.
example 1: Simple NGINX app, deployed using OpenShift Console that utilizes existing manually created GlusterFS fuse mounts on the RHEL Atomic Host for Distributred Gluster Storage and mapping those mounts to the hostPath of the NGINX application
example 2: Deploy NGINX application, using OpenShift Console that creates the relationship and mount to the GlusterFS volume via the POD definition using the glusterfs plugin.
example 3: Deploy NGINX application, using OpenShift Console and PersistentVolume and PersistentVolumeClaims using glusterfs plugin
example 4: Create an OpenShift v3 Template that deploys a NGINX application out of the box for OpenShift users – applied via the OpenShift Console Web GUI
===
Previous Example - Local Storage | First Example
===