File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ nebula:
4040
4141tum_live_base_url : " https://tum.live/api/v2"
4242
43+ push_notification_relay : " https://hermes-prod.artemis.cit.tum.de"
44+
4345# #############################################################################
4446# Proxy Configuration
4547# #############################################################################
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ nebula:
4040
4141tum_live_base_url : " https://tum.live/api/v2"
4242
43+ push_notification_relay : " https://hermes-prod.artemis.cit.tum.de"
44+
4345# #############################################################################
4446# Proxy Configuration
4547# #############################################################################
7678 username : artemis
7779 password : " {{ lookup('hashi_vault', 'kv/data/artemis/' + var_vault_group).get('redis_password') }}"
7880
81+ artemis_redis_client_name : " artemis-{{ node_id }}"
82+
7983# #############################################################################
8084# Sentry Env-specific Configuration
8185# #############################################################################
Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ artemistest9
126126[artemis_infrastructure]
127127jenkins-test.artemis.cit.tum.de
128128
129+ [hermes]
130+ hermes-prod.artemis.cit.tum.de var_hermes_environment =production hermes_apns_prod_environment =true
131+ hermes-staging.artemis.cit.tum.de var_hermes_environment =test hermes_apns_prod_environment =false
132+
129133# ##############################
130134# Artemis Staging LocalCI
131135# ##############################
Original file line number Diff line number Diff line change 1+ ---
2+ - name : Setup
3+ hosts : hermes
4+
5+ roles :
6+ - role : ls1intum.artemis.hermes
7+ vars :
8+ setup_system : true
9+ hermes_version : latest
10+ hermes_apns_certificate_path : artemis-ios-apns-prod.p12
11+ hermes_apns_certificate_password : " {{ lookup('hashi_vault', 'kv/data/artemis/{0}/hermes'.format(var_hermes_environment)).get('apns_certificate_password') }}"
12+ hermes_apns_certificate_content : " {{ lookup('hashi_vault', 'kv/data/artemis/{0}/hermes'.format(var_hermes_environment)).get('apns_certificate_base64') }}"
13+ hermes_google_application_credentials_json_path : artemis.json
14+ hermes_google_application_credentials_content : " {{ lookup('hashi_vault', 'kv/data/artemis/{0}/hermes'.format(var_hermes_environment)).get('google_certificate') }}"
15+ hermes_working_directory : /opt/hermes
16+ hermes_port : 17333
You can’t perform that action at this time.
0 commit comments