Skip to content

Commit a591943

Browse files
authored
Migrate theia config to common group vars (#58)
1 parent 2480786 commit a591943

File tree

4 files changed

+3
-48
lines changed

4 files changed

+3
-48
lines changed

group_vars/artemistest1.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,3 @@ athena:
2323
url: "https://athena-test1.ase.cit.tum.de"
2424
secret: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest1').get('athena_secret') }}"
2525
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"
26-
27-
theia:
28-
portal_url: https://theia-staging.artemis.cit.tum.de
29-
images:
30-
java:
31-
Java-17: "java-17-latest"
32-
c:
33-
C: "c-latest"
34-
javascript:
35-
Javascript: "javascript-latest"
36-
ocaml:
37-
Ocaml: "ocaml-latest"
38-
python:
39-
Python: "python-latest"
40-
rust:
41-
Rust: "rust-latest"

group_vars/artemistest2.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,3 @@ athena:
1111
url: "https://athena-test1.ase.cit.tum.de"
1212
secret: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest2').get('athena_secret') }}"
1313
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"
14-
15-
theia:
16-
portal_url: https://theia-staging.artemis.cit.tum.de
17-
images:
18-
java:
19-
Java-17: "java-17-latest"
20-
c:
21-
C: "c-latest"
22-
javascript:
23-
Javascript: "javascript-latest"
24-
ocaml:
25-
Ocaml: "ocaml-latest"
26-
python:
27-
Python: "python-latest"
28-
rust:
29-
Rust: "rust-latest"

group_vars/artemistest3.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -24,22 +24,6 @@ athena:
2424
secret: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest3').get('athena_secret') }}"
2525
restricted_modules: "module_text_llm,module_programming_llm,module_modeling_llm"
2626

27-
theia:
28-
portal_url: https://theia-staging.artemis.cit.tum.de
29-
images:
30-
java:
31-
Java-17: "java-17-latest"
32-
c:
33-
C: "c-latest"
34-
javascript:
35-
Javascript: "javascript-latest"
36-
ocaml:
37-
Ocaml: "ocaml-latest"
38-
python:
39-
Python: "python-latest"
40-
rust:
41-
Rust: "rust-latest"
42-
4327
atlas:
4428
atlasml:
4529
enabled: true

hosts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,9 @@ artemistest9
121121
artemistest10
122122

123123
[artemistests_theia:children]
124+
artemistest1
125+
artemistest2
126+
artemistest3
124127
artemistest9
125128

126129
[artemis_infrastructure]

0 commit comments

Comments
 (0)