
This is in anticipation of running manage-projects, which wants to use the dev subdir of project-config when run on dev, but we're currently not doing anything with that. Point at root or dev as appropriate. Then we can do a similar thing - probably just bind-mounting the root or the dev when we docker run for manage-projects. Change-Id: Ia13bbb0bf8dbe1f7e7c0f378ba9b41bef3ecd5c1
14 lines
506 B
YAML
14 lines
506 B
YAML
ansible_python_interpreter: python3
|
|
letsencrypt_certs:
|
|
review-dev01-opendev-org-main:
|
|
- review-dev.opendev.org
|
|
- review-dev01.opendev.org
|
|
- review-dev.openstack.org
|
|
# We have to set the letsencrypt_gid to something that isn't 3000
|
|
# to not conflict with gerrit2's gid
|
|
letsencrypt_gid: 3001
|
|
gerrit_storyboard_url: https://storyboard-dev.openstack.org
|
|
gerrit_vhost_name: review-dev.opendev.org
|
|
gerrit_redirect_vhost: review-dev.openstack.org
|
|
gerrit_project_config_base: /opt/project-config/dev
|