Fix for Sandboxed installation
1 unresolved thread
1 unresolved thread
Add some needed Fixes:
-
Correct errors in "exttrig", "gwskynet", "kafkaconsumer" charts -
Added support for the additional configuration file: /home/gwcelery/.config/gwcelery/kafka_credential_map.json -
Define the ENVIRONMENTAL variables GRACEDB_HOSTNAME, IGWN_HOSTNAME, KAFKA_HOSTNAME to be sure that it would be possible to use minikube configuration file to start any sandboxed installations. -
Add a fix for issue #2 (closed)The name of the queue has been changed
Relates merge request: emfollow/gwcelery!1544 (merged), llai-deploy-sandboxed!21 (merged)
Edited by Roberto DePietri
Merge request reports
Activity
requested review from @sara.vallero
assigned to @roberto.depietri
83 85 {{- if .Values.gracedbSandboxed.enabled }} 84 86 - name: REQUESTS_CA_BUNDLE 85 87 value: /home/gwcelery/cacerts.pem 88 - name: GRACEDB_HOSTNAME 89 value: {{ .Values.publicName }} 90 - name: IGWN_HOSTNAME 91 value: {{ printf "kafka://%s" .Values.publicName }} 92 - name: KAFKA_HOSTNAME 93 value: {{ printf "kafka://%s" .Values.publicName }} changed this line in version 2 of the diff
added 1 commit
- 06f9af8c - Defining ENV variable GRACEDB_HOSTNAME, IGWN_HOSTNAME, KAFKA_HOSTNAME
mentioned in commit 1e86e94c
Please register or sign in to reply