Move to opendev
Change-Id: If09bb551ac4fe334ebc9285abe99cf98ef04f1ab
This commit is contained in:
parent
457c4a29c6
commit
d38cd7c3d0
2
Gemfile
2
Gemfile
@ -7,7 +7,7 @@ group :development, :test, :system_tests do
|
|||||||
:require => 'false'
|
:require => 'false'
|
||||||
else
|
else
|
||||||
gem 'puppet-openstack_spec_helper',
|
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'
|
:require => 'false'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
@ -33,7 +33,7 @@
|
|||||||
#
|
#
|
||||||
# [*git_source_repo*]
|
# [*git_source_repo*]
|
||||||
# (optional) Git repository location for pulling Bifrost
|
# (optional) Git repository location for pulling Bifrost
|
||||||
# Defaults to 'https://git.openstack.org/openstack/bifrost'
|
# Defaults to 'https://opendev.org/openstack/bifrost'
|
||||||
#
|
#
|
||||||
# [*revision*]
|
# [*revision*]
|
||||||
# (optional) The branch or commit to checkout on Bifrost repository
|
# (optional) The branch or commit to checkout on Bifrost repository
|
||||||
@ -160,7 +160,7 @@ class ironic::bifrost (
|
|||||||
$ironic_db_password,
|
$ironic_db_password,
|
||||||
$mysql_password,
|
$mysql_password,
|
||||||
$baremetal_json_hosts,
|
$baremetal_json_hosts,
|
||||||
$git_source_repo = 'https://git.openstack.org/openstack/bifrost',
|
$git_source_repo = 'https://opendev.org/openstack/bifrost',
|
||||||
$ensure = present,
|
$ensure = present,
|
||||||
$revision = 'master',
|
$revision = 'master',
|
||||||
$git_dest_repo_folder = '/opt/stack/bifrost',
|
$git_dest_repo_folder = '/opt/stack/bifrost',
|
||||||
|
@ -20,7 +20,7 @@ require 'spec_helper'
|
|||||||
describe 'ironic::bifrost' do
|
describe 'ironic::bifrost' do
|
||||||
let :default_params do
|
let :default_params do
|
||||||
{
|
{
|
||||||
:git_source_repo => 'https://git.openstack.org/openstack/bifrost',
|
:git_source_repo => 'https://opendev.org/openstack/bifrost',
|
||||||
:revision => master,
|
:revision => master,
|
||||||
:git_dest_repo_folder => '/opt/stack/bifrost',
|
:git_dest_repo_folder => '/opt/stack/bifrost',
|
||||||
:bifrost_config_folder => '/etc/bifrost',
|
:bifrost_config_folder => '/etc/bifrost',
|
||||||
@ -62,7 +62,7 @@ describe 'ironic::bifrost' do
|
|||||||
it { should contain_git('/opt/stack/bifrost').with(
|
it { should contain_git('/opt/stack/bifrost').with(
|
||||||
:ensure => 'present',
|
:ensure => 'present',
|
||||||
:branch => 'master',
|
:branch => 'master',
|
||||||
:origin => 'https://git.openstack.org/openstack/bifrost',
|
:origin => 'https://opendev.org/openstack/bifrost',
|
||||||
)}
|
)}
|
||||||
|
|
||||||
it { should contain_file('/etc/bifrost').with(
|
it { should contain_file('/etc/bifrost').with(
|
||||||
|
2
tox.ini
2
tox.ini
@ -4,7 +4,7 @@ skipsdist = True
|
|||||||
envlist = releasenotes
|
envlist = releasenotes
|
||||||
|
|
||||||
[testenv]
|
[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]
|
[testenv:releasenotes]
|
||||||
basepython = python3
|
basepython = python3
|
||||||
|
Loading…
Reference in New Issue
Block a user