Switch result backend to redis
The AMQP result backend proved as impractical, this commit switches to redis instead. The redis server is setup on the webinterface host but can be configured on another host.
This commit is contained in:
		
							parent
							
								
									199df8228b
								
							
						
					
					
						commit
						cade234963
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -12,3 +12,4 @@ export GVALDAP_SECRETKEY='{{ salt['grains.get_or_set_hash']('gnuviechadmin.secre | ||||||
| export GVALDAP_BROKER_URL='{{ broker_url }}' | export GVALDAP_BROKER_URL='{{ broker_url }}' | ||||||
| export GVALDAP_ALLOWED_HOSTS='{{ salt['pillar.get']('gnuviechadmin:allowed_hosts') }}' | export GVALDAP_ALLOWED_HOSTS='{{ salt['pillar.get']('gnuviechadmin:allowed_hosts') }}' | ||||||
| export GVALDAP_SERVER_EMAIL='{{ salt['pillar.get']('gnuviechadmin:mailfrom') }}' | export GVALDAP_SERVER_EMAIL='{{ salt['pillar.get']('gnuviechadmin:mailfrom') }}' | ||||||
|  | export GVALDAP_RESULTS_REDIS_URL="redis://:{{ salt['pillar.get']('gnuviechadmin:redis_password') }}@{{ salt['pillar.get']('gnuviechadmin:redis_host') }}/0" | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue