Skip to content

Commit e15c1f4

Browse files
update atlas config
1 parent 1c4a937 commit e15c1f4

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

group_vars/artemistest3.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,10 @@ athena:
2323
url: "https://athena-test1.ase.cit.tum.de"
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"
26+
27+
atlas:
28+
enabled: true
29+
atlasml:
30+
enabled: false
31+
base-url: atlasml-test1.ase.cit.tum.de
32+
auth-token: "{{ lookup('hashi_vault', 'kv/data/artemis/test/artemistest3').get('atlasml_auth_token') }}"

group_vars/artemistests_atlas.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@
33
# Atlas Configuration
44
##############################################################################
55
atlas:
6-
# More configuration options will be added in the future.
6+
enabled: true
7+
atlasml:
8+
enabled: false

0 commit comments

Comments
 (0)