add scaleio and scaleio into rancher community catalog (#199)

This commit is contained in:
Sidhartha Mani
2016-06-22 15:59:44 -07:00
committed by Bill Maxwell
parent 3d3355ce0d
commit 4e613657fc
8 changed files with 104 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
tb:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
image: wlan0/tb
labels:
io.rancher.container.pull_image: always
io.rancher.container.hostname_override: container_name
sds:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
image: wlan0/sds
labels:
io.rancher.container.hostname_override: container_name
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/$${service_name}
io.rancher.container.pull_image: always
mdm:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /dev/shm:/dev/shm
image: wlan0/mdm
labels:
io.rancher.container.hostname_override: container_name
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/primary_mdm
io.rancher.container.pull_image: always
primary-mdm:
privileged: true
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
- /dev/shm:/dev/shm
image: wlan0/mdm
command: /usr/sbin/init
entrypoint: /run_mdm_and_configure.sh
labels:
io.rancher.container.hostname_override: container_name
io.rancher.scheduler.affinity:container_label_ne: io.rancher.stack_service.name=$${stack_name}/mdm
io.rancher.container.pull_image: always
+16
View File
@@ -0,0 +1,16 @@
.catalog:
name: "ScaleIO"
version: "v0.1"
description: "ScaleIO Launcher - with 3 sds, 2 mdms in cluster mode, and 1 tb (NO SDC)"
tb:
scale: 1
sds:
scale: 3
mdm:
scale: 1
primary-mdm:
scale: 1
Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

+5
View File
@@ -0,0 +1,5 @@
name: ScaleIO NAS/DAS Store
description: |
ScaleIO NAS/DAS Store
version: v0.1
category: External Services