Merge "Use dev subdir on review-dev for project-config things"

This commit is contained in:
Zuul 2020-03-23 14:34:49 +00:00 committed by Gerrit Code Review
commit cbdecbd696
3 changed files with 3 additions and 1 deletions

View File

@ -10,3 +10,4 @@ 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

View File

@ -18,3 +18,4 @@ gerrit_container_volumes:
- /home/gerrit2/.launchpadlib:/var/gerrit/.launchpadlib
- /home/gerrit2/.ssh:/var/gerrit/.ssh
gerrit_database_type: MYSQL
gerrit_project_config_base: /opt/project-config

View File

@ -202,7 +202,7 @@
- name: Copy notify-impact yaml file
copy:
src: "/opt/project-config/gerrit/notify_impact.yaml"
src: "{{ gerrit_project_config_base }}/gerrit/notify_impact.yaml"
dest: "{{ gerrit_site_dir }}/hooks/notify_impact.yaml"
remote_src: yes
owner: "{{ gerrit_user_name }}"