e6d98f0181
jeepyb is installed in the gerrit image because of hook scripts. To run manage-projects and track-upstream, make wrapper scripts in /usr/local that runs the commands from in the container image bind-mounting the appropriate dirs and files into the container. Change-Id: I7ef1f00e69d4c310d69d83c80ca210e8f340878d
15 lines
565 B
YAML
15 lines
565 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
|
|
gerrit_project_creator_user: openstack-dev-project-creator
|