Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Go to http://141.142.210.130:30000/. This is the NDSLabs GUI.

 

Create a project

With 

Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
keyNDS-202
 completed, until 
Jira
serverJIRA
columnskey,summary,type,created,updated,due,assignee,reporter,priority,status,resolution
serverIdb14d4ad9-eb00-3a94-88ac-a843fb6fa1ca
keyNDS-197
 is completed, use ndslabsctl to create a resource-limited project.

If you don't have a project, create one by selecting the "Create Project" link. 

Code Block
{
    "id": "demo",
    "name": "demo project",
    "description": "demo project description",
    "namespace": "demo",
    "password": "123456",
    "storageQuota": 10,
    "resourceLimits": {
        "cpuMax": "2",
        "cpuDefault": "1",
        "memMax": "8Gi",
        "memDefault": "100Mi",
        "storageQuota": "10Gb"
    }
}

 

Add and launch services

At this point, you should be free to add, launch, stop, and delete services.  Try walking through some of the NDS Labs Test Cases for ELK, Clowder, iRODS or Dataverse.