From 29160e71d37ce534f164b9b54e10cc3f49906706 Mon Sep 17 00:00:00 2001 From: Mikhail S Medvedev Date: Sat, 17 Oct 2015 14:15:31 -0500 Subject: [PATCH] Change all instances stackforge to openstack Stackforge namespace was deprecated, all projects are now under openstack namespace. Change-Id: I9982d65c5edfec634789d20fb0f85e98954eb625 --- .gitreview | 2 +- monitoring/puppet-ci_scoreboard/manifests/init.pp | 2 +- specs/third_party_ci_dashboard.rst | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitreview b/.gitreview index 2f9006a..2c19bd7 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/third-party-ci-tools.git +project=openstack/third-party-ci-tools.git diff --git a/monitoring/puppet-ci_scoreboard/manifests/init.pp b/monitoring/puppet-ci_scoreboard/manifests/init.pp index 2d91040..f300444 100644 --- a/monitoring/puppet-ci_scoreboard/manifests/init.pp +++ b/monitoring/puppet-ci_scoreboard/manifests/init.pp @@ -86,7 +86,7 @@ class ci_scoreboard ( ensure => latest, provider => git, revision => 'master', - source => 'http://github.com/stackforge/third-party-ci-tools', + source => 'http://github.com/openstack/third-party-ci-tools', } -> file { '/opt/scoreboard': ensure => 'link', diff --git a/specs/third_party_ci_dashboard.rst b/specs/third_party_ci_dashboard.rst index 1f3d0b9..5516f56 100644 --- a/specs/third_party_ci_dashboard.rst +++ b/specs/third_party_ci_dashboard.rst @@ -87,7 +87,7 @@ Repositories ------------ During the Kilo Design Summit the group discussed -review of the Stackforge radar repository [#radar-stackforge-repo]_. +review of the radar repository [#radar-repo]_. Servers ------- @@ -131,6 +131,6 @@ References https://etherpad.openstack.org/p/Third-Party-CI-Dashboard-InitialPlanning .. [#ci-dashboard-repo] CI Dashboard Github Repository https://github.com/Triniplex/third-party-ci-dashboard.git -.. [#radar-stackforge-repo] https://github.com/stackforge/radar +.. [#radar-repo] https://github.com/openstack/radar .. [#third-party-ci-dashboard-server] http://dashboard.triniplex.com