Project

General

Profile

Actions

Task #14684

closed
YS BS

Update TS9 config

Task #14684: Update TS9 config

Added by Yannik Schmidt about 2 months ago. Updated about 2 months ago.

Status:
Closed
Priority:
Major
Start date:
06.03.2026
Due date:
% Done:

0%

Estimated time:
SecReporter:
Originally created on:
07.10.2024
Originally updated on:
22.10.2024
Original due date:

Description

Hey folks,

as we changed a couple of things in Theia and the architecture, I need the TS9 config to reflect those. The ansible repo is not widely in use yet I think, here is the config/application-theia.yml I'd like to have.

{code:java}
theia:
portal-url: https://theia.artemis.cit.tum.de

images:
    java:
        Java-17: "ghcr.io/ls1intum/theia/java-17:latest"
    c:
        C: "ghcr.io/ls1intum/theia/c:latest"
    javascript:
        Javascript: "ghcr.io/ls1intum/theia/javascript:latest"
    ocaml:
        Ocaml: "ghcr.io/ls1intum/theia/ocaml:latest"
    python:
        Python: "ghcr.io/ls1intum/theia/python:latest"
    rust:
        Rust: "ghcr.io/ls1intum/theia/rust:latest"{code}

Thanks for your help and a great start in the week!
Yannik

YS Updated by Yannik Schmidt about 2 months ago Actions #1

Sorry small update, I need slightly different values please.

{code:java}
theia:
portal-url: https://theia.artemis.cit.tum.de

images:
    java:
        Java-17: "java-17-latest"
    c:
        C: "c-latest"
    javascript:
        Javascript: "javascript-latest"
    ocaml:
        Ocaml: "ocaml-latest"
    python:
        Python: "python-latest"
    rust:
        Rust: "rust-latest" {code}

BS Updated by Benjamin Schmitz about 2 months ago Actions #3

The following values are now in place:
{code:java}
-THEIA_PORTALURL='https://theia-yannik.k8s.ase.cit.tum.de'
+THEIA_PORTALURL='https://theia.artemis.cit.tum.de'
+THEIA_IMAGES_JAVA_JAVA17='java-17-latest'
+THEIA_IMAGES_C_C='c-latest'
+THEIA_IMAGES_JAVASCRIPT_JAVASCRIPT='javascript-latest'
+THEIA_IMAGES_OCAML_OCAML='ocaml-latest'
+THEIA_IMAGES_PYTHON_PYTHON='python-latest'
+THEIA_IMAGES_RUST_RUST='rust-latest' {code}

Actions

Also available in: PDF Atom