Skip to content

Commit

Permalink
feat(Metadata):added community driven and wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Aug 23, 2023
1 parent ff44e46 commit 9b67a6e
Show file tree
Hide file tree
Showing 14 changed files with 37 additions and 16 deletions.
2 changes: 2 additions & 0 deletions emgb/emgb_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ description: Elastic MetaGenome Browser 2
logo_url: "https://gitlab.ub.uni-bielefeld.de/cmg/emgb/emgb-server/-/raw/master/static/emgb/main/favicon.png?inline=false"
info_url: ""
min_ram: 32
community_driven: true
wiki_link: ""
information_for_display:
version: 1.6.0

5 changes: 3 additions & 2 deletions emgb/packer_cluster_emgb.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@
"github_hash": "{{user `github_hash`}}",
"md5_hash": "{{user `md5_hash`}}",
"minram": "{{user `min_ram`}}",
"slurm_version": "22"

"slurm_version": "22",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand Down
4 changes: 3 additions & 1 deletion emgb/packer_emgb.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
"information_for_display":"{{user `information_for_display`}}",
"github_hash":"{{user `github_hash`}}",
"md5_hash":"{{user `md5_hash`}}",
"minram":"{{user `min_ram`}}"
"minram":"{{user `min_ram`}}",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand Down
2 changes: 2 additions & 0 deletions jupyterlab/jupyterlab_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ title: Jupyterlab
description: Jupyterlab
logo_url: https://cloud.denbi.de/images/DWeSy3W-qRwyp1FJB_QyhhjAwT4=/73/original/
info_url: ""
community_driven: false
wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#jupyterlab"
information_for_display:
packages: Jupyterlab with ipykernel preinstalled - install additional packages via conda
5 changes: 3 additions & 2 deletions jupyterlab/packer_jupyterlab.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"image_tags": [
"{{user `jupyterlab_tag`}}",
"deNBI"

],
"metadata": {
"template_name": "{{user `template_name`}}",
Expand All @@ -46,7 +45,9 @@
"info_url": "{{user `info_url`}}",
"information_for_display": "{{user `information_for_display`}}",
"github_hash": "{{user `github_hash`}}",
"md5_hash": "{{user `md5_hash`}}"
"md5_hash": "{{user `md5_hash`}}",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand Down
4 changes: 3 additions & 1 deletion rstudio/packer_cluster_rstudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
"information_for_display": "{{user `information_for_display`}}",
"github_hash": "{{user `github_hash`}}",
"md5_hash": "{{user `md5_hash`}}",
"slurm_version": "22"
"slurm_version": "22",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand Down
6 changes: 3 additions & 3 deletions rstudio/packer_rstudio.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"image_tags": [
"{{user `rstudio_tag`}}",
"deNBI"

],
"metadata": {
"template_name": "{{user `template_name`}}",
Expand All @@ -46,7 +45,9 @@
"info_url": "{{user `info_url`}}",
"information_for_display": "{{user `information_for_display`}}",
"github_hash": "{{user `github_hash`}}",
"md5_hash": "{{user `md5_hash`}}"
"md5_hash": "{{user `md5_hash`}}",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand All @@ -59,7 +60,6 @@
"-v",
"--extra-vars",
"resenv=rstudio os_version={{user `os_version`}}"

]
}
]
Expand Down
2 changes: 2 additions & 0 deletions rstudio/rstudio_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ title: RStudio
description: RStudio is an integrated development environment for R.
logo_url: https://cloud.denbi.de/static/images/rstudio.png
info_url: ""
community_driven: false
wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#rstudio"
information_for_display:
version: v2023.06.1+524
4 changes: 3 additions & 1 deletion theiaide/packer_cluster_theiaide.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,9 @@
"information_for_display": "{{user `information_for_display`}}",
"github_hash": "{{user `github_hash`}}",
"md5_hash": "{{user `md5_hash`}}",
"slurm_version": "22"
"slurm_version": "22",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand Down
5 changes: 3 additions & 2 deletions theiaide/packer_theiaide.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"image_tags": [
"{{user `theiaide_tag`}}",
"deNBI"

],
"metadata": {
"template_name": "{{user `template_name`}}",
Expand All @@ -46,7 +45,9 @@
"info_url": "{{user `info_url`}}",
"information_for_display": "{{user `information_for_display`}}",
"github_hash": "{{user `github_hash`}}",
"md5_hash": "{{user `md5_hash`}}"
"md5_hash": "{{user `md5_hash`}}",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand Down
2 changes: 2 additions & 0 deletions theiaide/theiaide_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@ title: Theia - Cloud and Desktop IDE
description: Browser based IDE that offers among others a terminal, editor and a file browser.
logo_url: https://cloud.denbi.de/static/images/theia.png
info_url: ""
community_driven: false
wiki_link: "https://cloud.denbi.de/wiki/simple_vm/customization/#theiaide"
information_for_display:
version: "12"
4 changes: 3 additions & 1 deletion vscode/packer_cluster_vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@
"information_for_display": "{{user `information_for_display`}}",
"github_hash": "{{user `github_hash`}}",
"md5_hash": "{{user `md5_hash`}}",
"slurm_version": "22"
"slurm_version": "22",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand Down
5 changes: 3 additions & 2 deletions vscode/packer_vscode.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"image_tags": [
"{{user `vscode_tag`}}",
"deNBI"

],
"metadata": {
"template_name": "{{user `template_name`}}",
Expand All @@ -46,7 +45,9 @@
"info_url": "{{user `info_url`}}",
"information_for_display": "{{user `information_for_display`}}",
"github_hash": "{{user `github_hash`}}",
"md5_hash": "{{user `md5_hash`}}"
"md5_hash": "{{user `md5_hash`}}",
"community_driven": "{{user `community_driven`}}",
"wiki_link": "{{user `wiki_link`}}"
}
}
],
Expand Down
3 changes: 2 additions & 1 deletion vscode/vscode_metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ securitygroup_description: VsCode
securitygroup_ssh: false
title: Visual Studio Code
description: Visual Studio Code with Common Workflow Language, Snakemake and Nextflow development tools preinstalled.

community_driven: false
wiki_link: ""
logo_url: "https://cloud.denbi.de/static/images/vscode.png"
info_url: ""
information_for_display:
Expand Down

0 comments on commit 9b67a6e

Please sign in to comment.