Commit Graph

8 Commits

Author SHA1 Message Date
Monty Taylor 5468f49254 Remove unused gerrit puppet things
We ain't using em.

Change-Id: I4ce9188a6b6a7e6a670e61bb17ab07e890faebcf
2020-04-19 10:59:25 -05:00
Monty Taylor e69c7b7fb9 Rename review.openstack.org to review.opendev.org
There are many references to review.openstack.org, and while the
redirect should work, we can also go ahead and fix them.

Change-Id: I28f398796a6392a3dffea1d25cfe2ae3a36a3589
2019-05-09 14:38:51 +00:00
Clark Boylan c25a3bec74 Fix the gerrit-host used by jeepyb config
This template was previously set to use the local hosts fqdn for the
jeepyb gerrit-host config item. Now that we've switched to indexed hosts
for review.o.o that ends up as review01.openstack.org.

This would work fine for network connectivity to the ssh server and
otherwise we wouldn't notice except that this is the value we write into
the .gitreview files. To make them more accurate switch to
review.openstack.org as the explicit value.

Note I considered making this configurable but we already assume so many
other openstack specific values in this file I don't think its super
necessary.

Change-Id: I065af01b2793639453562d924e58ba7c769dcd38
2018-05-03 14:33:51 -07:00
Yolanda Robla 8a62fda1b8 Remove warnings from gerrit projects template
Change-Id: I3e8c9d48de00b9f0a2240b81f2606d686f4eae66
2016-06-06 16:34:51 +02:00
Jeremy Stanley 6a0a959c16 Revert "Temporarily disable github repo creation"
This reverts commit 0e9a8b4161.

Change-Id: Ia186fc63032530a127c554ddd62a90fe5b98f7dd
2015-10-16 18:14:34 +00:00
Jeremy Stanley 0e9a8b4161 Temporarily disable github repo creation
To allow our stackforge namespace retirement maintenance to proceed
at a more rapid pace while peforming github project transfers in the
background, temporarily disable new repository creation in github so
that manage-projects can be safely run before the manual and lengthy
transfer process is completed.

Change-Id: I05126e975379a46e0500a83b909a1985224b3133
2015-10-16 18:14:12 +00:00
James E. Blair 3c2948637a Make gerrit git replica and jeepyb paths configurable
* Gerrit: make the path to the local replica configurable
  (default to /var/lib/git)
* Set the local replica path on review-dev to /opt/lib/git
* Gerrit: make the jeepyb cache dir configurable
  (default to /opt/lib/jeepyb)

Change-Id: I9b94fa540bb400abcc746c5c962bb3b5e2b372e3
2014-04-24 08:57:57 -07:00
Monty Taylor bc794da31e Split config from projects list
The projects list is a common list for devs to interact with. The config
in the list is not, but the config in the list means the file needs to
be in an erb template.

Split the two concerns, similar to zuul. Put the config in a config file
and the project data in a yaml file.

Change-Id: I708b8655b4b1ce377f3b7369e987418c1d72d977
2014-01-28 09:32:09 -08:00