buildbot: add OpenIndiana hipster bot
diff --git a/infra/buildbot/master/master.cfg b/infra/buildbot/master/master.cfg
index 90316a9..0580c37 100644
--- a/infra/buildbot/master/master.cfg
+++ b/infra/buildbot/master/master.cfg
@@ -61,6 +61,14 @@
   	  "latent": True,
   	  "hd_image": "/var/lib/libvirt/images/freebsd110.qcow2",
   	},
+  	"oi-hipster": {
+  	  "os": "OpenIndiana",
+  	  "version": "hipster",
+  	  "vm": True,
+  	  "pkg": "sysv",
+	  "latent": True,
+	  "hd_image": "/var/lib/libvirt/images/buildbot-oi-hipster.qcow2",
+  	},
 }
 
 # ensure "latent" is set to false, where not set.