Change git url for Tempest to opendev.org

Change-Id: Icd9ac3a5d8fab99c46e1c0bf7d2eaba7cff6c88d
This commit is contained in:
Tobias Urdin 2022-04-11 19:06:45 +00:00 committed by Tobias Urdin
parent 68d27596ea
commit e0260afbd9
2 changed files with 3 additions and 3 deletions

View File

@ -17,7 +17,7 @@
# [*tempest_config_file*] # [*tempest_config_file*]
# Defaults to '/var/lib/tempest/etc/tempest.conf' # Defaults to '/var/lib/tempest/etc/tempest.conf'
# [*tempest_repo_uri*] # [*tempest_repo_uri*]
# Defaults to 'git://github.com/openstack/tempest.git' # Defaults to 'https://opendev.org/openstack/tempest'
# [*tempest_repo_revision*] # [*tempest_repo_revision*]
# Defaults to undef # Defaults to undef
# [*tempest_clone_path*] # [*tempest_clone_path*]
@ -255,7 +255,7 @@ class tempest(
# Clone config # Clone config
# #
$tempest_repo_uri = 'git://github.com/openstack/tempest.git', $tempest_repo_uri = 'https://opendev.org/openstack/tempest',
$tempest_repo_revision = undef, $tempest_repo_revision = undef,
$tempest_clone_path = '/var/lib/tempest', $tempest_clone_path = '/var/lib/tempest',
$tempest_clone_owner = 'root', $tempest_clone_owner = 'root',

View File

@ -184,7 +184,7 @@ describe 'tempest' do
is_expected.to contain_vcsrepo('/var/lib/tempest').with( is_expected.to contain_vcsrepo('/var/lib/tempest').with(
:ensure => 'present', :ensure => 'present',
:source => 'git://github.com/openstack/tempest.git', :source => 'https://opendev.org/openstack/tempest',
:revision => nil, :revision => nil,
:provider => 'git', :provider => 'git',
:require => 'Package[git]', :require => 'Package[git]',