add portworx to rancher catalog

This commit is contained in:
Jeff Silberman
2016-09-09 11:09:22 -07:00
parent 95c24738db
commit 4a68a9c76f
5 changed files with 106 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
# [1.0.2-GA Documentation](http://docs.portworx.com)
+22
View File
@@ -0,0 +1,22 @@
portworx:
labels:
io.rancher.container.create_agent: 'true'
io.rancher.scheduler.global: 'true'
io.rancher.container.pull_image: 'always'
image: portworx/px-enterprise
container_name: px
ipc: host
net: host
privileged: true
environment:
CLUSTER_TOKEN: ${cluster_token}
volumes:
- /dev:/dev
- /usr/src:/usr/src
- /run/docker/plugins:/run/docker/plugins
- /var/lib/osd:/var/lib/osd:shared
- /etc/pwx:/etc/pwx
- /opt/pwx/bin:/export_bin:shared
- /var/run/docker.sock:/var/run/docker.sock
- /var/cores:/var/cores
command: -t ${cluster_token} -a -f
+13
View File
@@ -0,0 +1,13 @@
.catalog:
name: "Portworx"
version: "1.0.2-2016-09-07-GA"
description: "Container Defined Storage for Docker"
uuid: 352669-pwx-1.0.2
minimum_rancher_version: v0.56.0
questions:
- variable: cluster_token
description: "Cluster Token from Lighthouse"
label: "Cluster Token"
type: "string"
required: true
default: ""