Skip to content
This repository has been archived by the owner on Mar 18, 2019. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 756 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 756 Bytes

fabric8's hubot irc

This is a hubot image configured with an IRC adaptor used to communicate with fabric8.

Configuration Variables

NOTE see hubot base image for extra plugin configuration variables

  • HUBOT_IRC_SERVER The IRC server
  • HUBOT_IRC_ROOMS List of rooms to join including '#' prefix
  • HUBOT_IRC_NICK The name that hubot should joing the room as
  • HUBOT_IRC_DEBUG Enables debug logging
  • KUBERNETES_TRUST_CERT Used when communicating with Kubernetes API

Example:

	export HUBOT_IRC_SERVER=localhost  
	export HUBOT_IRC_ROOMS=#fabric8-bot  
	export HUBOT_IRC_NICK=fabric8  
	export HUBOT_IRC_DEBUG=true  
	export KUBERNETES_TRUST_CERT=true