Skip to content
Snippets Groups Projects
Commit bcdfd5cf authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Moved to INAF container registry.

parent cdac73c8
No related branches found
No related tags found
No related merge requests found
......@@ -131,8 +131,8 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container.objects.create(user = None,
name = 'Minimal Desktop',
description = 'A minimal desktop environment providing basic window management functionalities and a terminal.',
registry = 'docker.io',
image_name = 'sarusso/minimaldesktop',
registry = 'git.ia2.inaf.it:5050',
image_name = 'exact/swc/minimaldesktop',
image_tag = 'v0.2.0',
image_arch = 'amd64',
image_os = 'linux',
......@@ -146,9 +146,9 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container.objects.create(user = None,
name = 'Basic Desktop',
description = 'A basic desktop environment. Provides a terminal, a file manager, a web browser and other generic applications.',
registry = 'docker.io',
image_name = 'sarusso/basicdesktop',
image_tag = 'v0.2.0',
registry = 'git.ia2.inaf.it:5050',
image_name = 'exact/swc/basicdesktop',
image_tag = 'v0.3.0',
image_arch = 'amd64',
image_os = 'linux',
interface_port = '8590',
......@@ -163,9 +163,9 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container.objects.create(user = None,
name = 'Jupyter Notebook',
description = 'A Jupyter Notebook server',
registry = 'docker.io',
image_name = 'sarusso/jupyternotebook',
image_tag = 'v0.2.0',
registry = 'git.ia2.inaf.it:5050',
image_name = 'exact/swc/jupyternotebook',
image_tag = 'v0.3.0',
image_arch = 'amd64',
image_os = 'linux',
interface_port = '8888',
......@@ -212,9 +212,9 @@ to provide help, news and informations on your deployment. Or you can just ignor
Container.objects.create(user = None,
name = 'SSH server',
description = 'An SSH server supporting X forwarding as well.',
registry = 'docker.io',
image_name = 'sarusso/ssh',
image_tag = 'v0.2.0',
registry = 'git.ia2.inaf.it:5050',
image_name = 'exact/swc/ssh',
image_tag = 'v0.3.0',
image_arch = 'amd64',
image_os = 'linux',
interface_port = '22',
......@@ -262,6 +262,8 @@ to provide help, news and informations on your deployment. Or you can just ignor
Computing.objects.create(name = 'Demo Internal',
description = 'A demo internal computing resource.',
type = 'standalone',
arch = 'amd64',
supported_archs = ['386'],
access_mode = 'internal',
auth_mode = 'internal',
wms = None,
......@@ -272,6 +274,8 @@ to provide help, news and informations on your deployment. Or you can just ignor
demo_singlenode_computing = Computing.objects.create(name = 'Demo Standalone',
description = 'A demo standalone computing resource.',
type = 'standalone',
arch = 'amd64',
supported_archs = ['386'],
access_mode = 'ssh+cli',
auth_mode = 'user_keys',
wms = None,
......@@ -285,6 +289,8 @@ to provide help, news and informations on your deployment. Or you can just ignor
demo_slurm_computing = Computing.objects.create(name = 'Demo Cluster',
description = 'A demo cluster computing resource.',
type = 'cluster',
arch = 'amd64',
supported_archs = ['386'],
access_mode = 'ssh+cli',
auth_mode = 'user_keys',
wms = 'slurm',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment