Docs
git clone https://github.com/wallnerryan/profiles-poc
cd profiles-poc
ScaleIO
For more inforamation on installing flocker on aws easily, please see (http://doc-dev.clusterhq.com/labs/installer.html#labs-installer)
You will end up with a way to list your nodes.
wallnerryan@mac:-> uft-flocker-volumes list-nodes
SERVER ADDRESS
2cdbc6d7
| [global] | |
| direct=1 | |
| ioengine=libaio | |
| rw=randread | |
| size=1G | |
| numjobs=1 | |
| time_based | |
| runtime=360 | |
| group_reporting | |
| stonewall |
| [global] | |
| direct=1 | |
| rw=randread | |
| size=1G | |
| numjobs=16 | |
| norandommap | |
| time_based | |
| runtime=180 | |
| [test-randread-1G] |
| [seq-read-4k] | |
| rw=read | |
| size=1G | |
| bs=4k | |
| numjobs=8 | |
| time_based | |
| runtime=120 | |
| group_reporting | |
| write_bw_log=seq-read | |
| write_iops_log=seq-read |
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: flocker-web | |
| spec: | |
| containers: | |
| - name: web | |
| image: nginx | |
| ports: | |
| - name: web |
| apiVersion: v1 | |
| kind: Pod | |
| metadata: | |
| name: flocker-ghost-demo | |
| spec: | |
| containers: | |
| - name: ghost-demo | |
| image: ghost:0.7.1 | |
| ports: | |
| - name: ghostport |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: flocker-web | |
| labels: | |
| app: flocker-web | |
| spec: | |
| ports: | |
| # the port that this service should serve on | |
| - port: 80 |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| name: flocker-ghost | |
| labels: | |
| app: flocker-ghost | |
| spec: | |
| ports: | |
| # the port that this service should serve on | |
| - port: 80 |