No more volumes

This commit is contained in:
WilliamMiceli
2018-06-18 16:38:35 -04:00
parent fa937b5d55
commit 619a70b99c
3 changed files with 44 additions and 52 deletions

View File

@@ -4,38 +4,45 @@ catalog:
version: "latest"
description: A new awesome web IDE
questions:
- variable: "HOST_LABEL_KEY"
label: "Host Label Key"
- variable: "LABEL_KEY_VALUE"
label: "Host Label Key/Value Pair"
description: |
The Label Key on the host which Eclipse Che should be deployed
default: "host.id"
required: true
type: string
- variable: "HOST_LABEL_VALUE"
label: "Host Label Value"
description: |
The Label Value on the host which Eclipse Che should be deployed
default: "0000"
required: true
type: string
- variable: "DATA_VOLUME"
label: "Persistent Storage Volume"
description: |
The Volume Name that Eclipse Che should use for it's persistent data storage
default: "Eclipse-Data"
required: true
type: string
- variable: "REPO_VOLUME"
label: "Persistent Storage Volume"
description: |
The Volume Name that Eclipse Che should use for it's persistent repo storage
default: "Eclipse-Repo"
The Label Key/Value pair on the host which Eclipse Che should be deployed
default: "host.id=0000"
required: true
type: string
- variable: "HOST_IP"
label: "IP of the host system"
label: "Host IP Address"
description: |
Host IP
default: "10.0.0.0"
IP of the host system
default: "0.0.0.0"
required: true
type: string
- variable: "CHE_PORT"
label: "Port Number"
description: |
Port to access the web interface on
default: "8080"
required: true
type: string
- variable: "STORAGE_BASE_DIR"
label: "Base Storage Directory"
description: |
The base path of where persistent storage should be kept at.
default: "/RancherNetworkStorage/ContainerStorage/EclipseChe-SingleUser"
required: true
type: string
- variable: "DATA_DIR"
label: "Data Directory"
description: |
The directory Eclipse Che should use for it's persistent data storage
default: "/Data"
required: true
type: string
- variable: "REPO_DIR"
label: "Persistent Storage Volume"
description: |
The directory Eclipse Che should use for it's persistent repo storage
default: "/Repo"
required: true
type: string