git-review config for gerrit.openbmc-project.xyz

git-review is a tool that helps submitting git branches to gerrit for
review.  Documentation on setup and usage is available at
http://docs.openstack.org/infra/git-review/.

This config file sets defaults for the openbmc project to
upload/download reviews from gerrit.openbmc-project.xyz.  Running 'git
review' in a local branch will push commits in that branch to Gerrit.
Likewise, 'git review -d <change-id>' will download the specified change
from Gerrit into a local branch named review/<author>/<topic_name>.

Change-Id: I2b960a5f8550fbdc7032828d774c1710d08ed5d7
Signed-off-by: Rick Altherr <raltherr@google.com>
diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..ecc9519
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,5 @@
+[gerrit]
+host=gerrit.openbmc-project.xyz
+port=29418
+project=openbmc/openbmc.git
+defaultbranch=master