Move to opendev

Change-Id: If09bb551ac4fe334ebc9285abe99cf98ef04f1ab
This commit is contained in:
ZhongShengping 2019-04-21 14:44:48 +08:00
parent 457c4a29c6
commit d38cd7c3d0
4 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ group :development, :test, :system_tests do
:require => 'false'
else
gem 'puppet-openstack_spec_helper',
:git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
:git => 'https://opendev.org/openstack/puppet-openstack_spec_helper',
:require => 'false'
end
end

View File

@ -33,7 +33,7 @@
#
# [*git_source_repo*]
# (optional) Git repository location for pulling Bifrost
# Defaults to 'https://git.openstack.org/openstack/bifrost'
# Defaults to 'https://opendev.org/openstack/bifrost'
#
# [*revision*]
# (optional) The branch or commit to checkout on Bifrost repository
@ -160,7 +160,7 @@ class ironic::bifrost (
$ironic_db_password,
$mysql_password,
$baremetal_json_hosts,
$git_source_repo = 'https://git.openstack.org/openstack/bifrost',
$git_source_repo = 'https://opendev.org/openstack/bifrost',
$ensure = present,
$revision = 'master',
$git_dest_repo_folder = '/opt/stack/bifrost',

View File

@ -20,7 +20,7 @@ require 'spec_helper'
describe 'ironic::bifrost' do
let :default_params do
{
:git_source_repo => 'https://git.openstack.org/openstack/bifrost',
:git_source_repo => 'https://opendev.org/openstack/bifrost',
:revision => master,
:git_dest_repo_folder => '/opt/stack/bifrost',
:bifrost_config_folder => '/etc/bifrost',
@ -62,7 +62,7 @@ describe 'ironic::bifrost' do
it { should contain_git('/opt/stack/bifrost').with(
:ensure => 'present',
:branch => 'master',
:origin => 'https://git.openstack.org/openstack/bifrost',
:origin => 'https://opendev.org/openstack/bifrost',
)}
it { should contain_file('/etc/bifrost').with(

View File

@ -4,7 +4,7 @@ skipsdist = True
envlist = releasenotes
[testenv]
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
install_command = pip install -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} {opts} {packages}
[testenv:releasenotes]
basepython = python3