mrnicegyu11 / osparc-ops

osparc operations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

oSparc Simcore Operations Development

Build Status

Tools for oSPARC deployment and management (not directly part of osparc platform)

Contents

services

Support services used for the deployment of the oSPARC platform:

usage

git clone https://github.com/ITISFoundation/osparc-ops.git
cd osparc-ops
make help

WSL deployment

WSL1

If you are using WSL1, clone the repository in a path accessible by the Windows filesystem (typically in /mnt/c/my_path and not in /home). You need to ensure Ensure Volume Mounts Work (Section Volume Mounts Work)

WSL2

Clone the repository directly into the WSL2 filesystem (in /home for example).

local deployment

make up-local

A self-signed certificate may be generated. The system host file may be modified using the default osparc.local fully qualified domain name (FQDN) to point to the local machine.

The services above will be deployed and pre-configured on the following endpoints:

Default credentials are the following: user: admin password: adminadmin

To change the default domain name and/or services credentials edit repo.config file.

cluster deployment

Each service may be configured and deployed according to the needs. Please see each service README.md file to gather information.

virtual_cluster (deprecated)

  • Deploy a virtual cluster to your own host. Suitable as an infrastructure plaform for oSPARC Simcore.

FAQ

The auto-generated ssl certificates are detected as invalid in my brower ?

You need to do a full cleaning of your installation.

make reset-prune

About

osparc operations

License:MIT License


Languages

Language:Shell 39.3%Language:Python 38.2%Language:Makefile 16.7%Language:Dockerfile 2.1%Language:Jupyter Notebook 2.1%Language:HTML 1.5%