Skip to content
Snippets Groups Projects

Fix for Sandboxed installation

Merged Roberto DePietri requested to merge roberto.depietri/gwcelery-helm:sandboxed into main
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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 }}
  • Roberto DePietri changed the description

    changed the description

  • Roberto DePietri marked the checklist item Correct errors in "exttrig", "gwskynet", "kafkaconsumer" charts as completed

    marked the checklist item Correct errors in "exttrig", "gwskynet", "kafkaconsumer" charts as completed

  • Roberto DePietri marked the checklist item Added support for the additional configuration file: /home/gwcelery/.config/gwcelery/kafka_credential_map.json as completed

    marked the checklist item Added support for the additional configuration file: /home/gwcelery/.config/gwcelery/kafka_credential_map.json as completed

  • added 1 commit

    Compare with previous version

  • Roberto DePietri marked the checklist item 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. as completed

    marked the checklist item 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. as completed

  • Roberto DePietri changed the description

    changed the description

  • added 1 commit

    Compare with previous version

  • added 1 commit

    • 06f9af8c - Defining ENV variable GRACEDB_HOSTNAME, IGWN_HOSTNAME, KAFKA_HOSTNAME

    Compare with previous version

  • Roberto DePietri marked this merge request as ready

    marked this merge request as ready

  • mentioned in commit 1e86e94c

  • Please register or sign in to reply
    Loading