Add sample configs

Change-Id: Id4d563f97568f7a67985ca5a67761804d89b291f
diff --git a/etc/zuul.conf-sample b/etc/zuul.conf-sample
new file mode 100644
index 0000000..c1b2a19
--- /dev/null
+++ b/etc/zuul.conf-sample
@@ -0,0 +1,14 @@
+[jenkins]
+server=https://jenkins.example.com
+user=jenkins
+apikey=1234567890abcdef1234567890abcdef
+
+[gerrit]
+server=review.example.com
+user=jenkins
+sshkey=/home/jenkins/.ssh/id_rsa
+
+[zuul]
+layout_config=/etc/zuul/layout.yaml
+log_config=/etc/zuul/logging.yaml
+pidfile=/var/run/zuul/zuul.pid