diff --git a/Gemfile b/Gemfile index 019213a..abb6566 100644 --- a/Gemfile +++ b/Gemfile @@ -1,9 +1,9 @@ source 'https://rubygems.org' -if File.exists?('/home/zuul/src/git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper') - gem_checkout_method = {:path => '/home/zuul/src/git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper'} +if File.exists?('/home/zuul/src/opendev.org/opendev/puppet-openstack_infra_spec_helper') + gem_checkout_method = {:path => '/home/zuul/src/opendev.org/opendev/puppet-openstack_infra_spec_helper'} else - gem_checkout_method = {:git => 'https://git.openstack.org/openstack-infra/puppet-openstack_infra_spec_helper'} + gem_checkout_method = {:git => 'https://opendev.org/opendev/puppet-openstack_infra_spec_helper'} end gem_checkout_method[:require] = false diff --git a/metadata.json b/metadata.json index 08400b7..86ceda6 100644 --- a/metadata.json +++ b/metadata.json @@ -4,7 +4,7 @@ "author": "Openstack CI", "summary": "Puppet module for Gerrit", "license": "Apache 2.0", - "source": "https://git.openstack.org/openstack-infra/puppet-gerrit.git", + "source": "https://opendev.org/opendev/puppet-gerrit.git", "project_page": "http://docs.openstack.org/infra/system-config/", "issues_url": "https://storyboard.openstack.org/#!/project/768", "dependencies": [ diff --git a/templates/gerrit.config.erb b/templates/gerrit.config.erb index 95680b9..397f2ed 100644 --- a/templates/gerrit.config.erb +++ b/templates/gerrit.config.erb @@ -1,5 +1,5 @@ # This file is managed by puppet. -# https://git.openstack.org/cgit/openstack-infra/system-config +# https://opendev.org/opendev/system-config [gerrit] basePath = git diff --git a/templates/replication.config.erb b/templates/replication.config.erb index 0e80e6a..34dfe7b 100644 --- a/templates/replication.config.erb +++ b/templates/replication.config.erb @@ -1,5 +1,5 @@ # This file is managed by puppet. -# https://git.openstack.org/cgit/openstack-infra/system-config +# https://opendev.org/opendev/system-config [gerrit] defaultForceUpdate = <%= @replication_force_update %>