Skip to content

Commit

Permalink
Che4z 1.0.0 (eclipse-che#147)
Browse files Browse the repository at this point in the history
* Che4z 1.0.0

Signed-off-by: Filip Kroupa <[email protected]>
  • Loading branch information
filipkroupa authored and amisevsk committed Nov 25, 2019
1 parent 80d921f commit b5a363b
Show file tree
Hide file tree
Showing 2 changed files with 79 additions and 0 deletions.
73 changes: 73 additions & 0 deletions devfiles/che4z/devfile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
---
apiVersion: 1.0.0
metadata:
generateName: che4z-
components:
-
type: chePlugin
id: broadcommfd/cobol-language-support/latest
-
type: chePlugin
id: bitlang/cobol/latest
-
type: chePlugin
id: broadcommfd/explorer-for-endevor/latest
-
id: eclipse/che-machine-exec-plugin/7.3.0
type: chePlugin
-
id: eclipse/che-theia/7.3.0
type: cheEditor
-
alias: zowe-cli
type: kubernetes
mountSources: true
referenceContent: |
kind: List
items:
-
apiVersion: v1
kind: Pod
metadata:
name: zowe
spec:
volumes:
- name: zowe
persistentVolumeClaim:
claimName: zowe-claim
containers:
-
image: 'ca-docker-brightside-docker.bintray.io/cli-mainframe-basic-stack:2019-11-19T15-56-35'
env:
- name: THEIA_PLUGINS
value: local-dir:///plugins
- name: ZOWE_CLI_HOME
value: /home/user/.zowe
name: cli
resources:
limits:
memory: 1024Mi
volumeMounts:
- mountPath: /projects
name: projects
- mountPath: /home/user/.zowe
name: zowe
initContainers:
-
name: plugin-container
image: 'ca-docker-brightside-docker.bintray.io/cli-mainframe-basic-plugins:2019-11-19T15-56-35'
command: ["/bin/sh", "-c", "if [ -z \"$(ls -1A /.zowe)\" ]; then cp -r /.zowe_init/* /.zowe; fi"]
volumeMounts:
- mountPath: /.zowe
name: zowe
-
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: zowe-claim
spec:
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 128Mi
6 changes: 6 additions & 0 deletions devfiles/che4z/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
displayName: Mainframe Basic Stack
description: Mainframe Basic Stack
tags: ["Che4z", "Zowe", "mainframe", "Endevor", "explorer", "dataset", "COBOL", "JCL", "zOS", "USS"]
icon: https://www.eclipse.org/che/images/logo-eclipseche.svg
globalMemoryLimit: 2280Mi

0 comments on commit b5a363b

Please sign in to comment.