From 4237105cb48efc7bd56e855a74501f6bf1c7a780 Mon Sep 17 00:00:00 2001 From: Aleksandra Fedorova Date: Sat, 17 Oct 2015 23:59:51 +0300 Subject: [PATCH] Update paths due to stackforge migration. fuel-library repository has been moved from stackforge/ to openstack/ namespace. fuel-tasklib repository got deprecated during migration, but it appears it is still used in fuel-library CI. We add temporary workaround to run CI job using fuel-tasklib package from fixed commit. The problem will be properly resolved via related bug #1507208. Change-Id: I8e2342c869a27fa1bb104fd46138ad27270f2d73 Related-Bug: #1507208 --- .gitreview | 2 +- deployment/puppet/vmware/metadata.json | 2 +- specs/fuel-library7.0.spec | 14 +++++++------- utils/jenkins/tasks-test-requirements.txt | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.gitreview b/.gitreview index fb7a0fafbc..0b64693970 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.openstack.org port=29418 -project=stackforge/fuel-library.git +project=openstack/fuel-library.git diff --git a/deployment/puppet/vmware/metadata.json b/deployment/puppet/vmware/metadata.json index 9334240f89..085ec3a605 100644 --- a/deployment/puppet/vmware/metadata.json +++ b/deployment/puppet/vmware/metadata.json @@ -4,7 +4,7 @@ "author": "Mirantis", "summary": "Puppet module for nova-compute (VCDriver) support for Fuel", "license": "Apache License, Version 2.0", - "source": "https://github.com/stackforge/fuel-library/", + "source": "https://github.com/openstack/fuel-library/", "issues_url": null, "project_page": null, "operatingsystem_support": [ diff --git a/specs/fuel-library7.0.spec b/specs/fuel-library7.0.spec index aa698bb402..14314a09ea 100644 --- a/specs/fuel-library7.0.spec +++ b/specs/fuel-library7.0.spec @@ -8,7 +8,7 @@ Version: %{version} Release: %{release} Group: System Environment/Libraries License: GPLv2 -URL: http://github.com/stackforge/fuel-library +URL: http://github.com/openstack/fuel-library Source0: %{name}-%{version}.tar.gz Provides: fuel-library BuildArch: noarch @@ -139,7 +139,7 @@ Release: %{release} Group: System Environment/Libraries License: GPLv2 Provides: fuel-docker-utils -URL: http://github.com/stackforge/fuel-library +URL: http://github.com/openstack/fuel-library BuildArch: noarch BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release} @@ -161,7 +161,7 @@ Version: %{version} Release: %{release} Group: System Environment/Libraries License: Apache 2.0 -URL: http://github.com/stackforge/fuel-library +URL: http://github.com/openstack/fuel-library BuildArch: noarch BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release} @@ -187,7 +187,7 @@ Group: System Environment/Libraries License: GPLv2 Requires: python-keystoneclient Requires: python-neutronclient -URL: http://github.com/stackforge/fuel-library +URL: http://github.com/openstack/fuel-library BuildArch: noarch BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release} @@ -210,7 +210,7 @@ Release: %{release} Group: System Environment/Libraries # FIXME(aglarendil): mixed license actually - need to figure out the best option License: Apache 2.0 -URL: http://github.com/stackforge/fuel-library +URL: http://github.com/openstack/fuel-library BuildArch: noarch Requires: dbus Requires: dbus-python @@ -235,7 +235,7 @@ Release: %{release} Group: System Environment/Libraries # FIXME(aglarendil): mixed license actually - need to figure out the best option License: Apache 2.0 -URL: http://github.com/stackforge/fuel-library +URL: http://github.com/openstack/fuel-library BuildArch: noarch Requires: libvirt-client BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release} @@ -260,7 +260,7 @@ Requires: monit Requires: python-six Requires: PyYAML Requires: python-fuelclient -URL: http://github.com/stackforge/fuel-library +URL: http://github.com/openstack/fuel-library BuildArch: noarch BuildRoot: %{_tmppath}/fuel-library-%{version}-%{release} diff --git a/utils/jenkins/tasks-test-requirements.txt b/utils/jenkins/tasks-test-requirements.txt index ef3e8f748a..b5d5a59617 100644 --- a/utils/jenkins/tasks-test-requirements.txt +++ b/utils/jenkins/tasks-test-requirements.txt @@ -1 +1 @@ --e git://git.openstack.org/stackforge/fuel-tasklib#egg=fuel-tasklib +-e git://git.openstack.org/stackforge/fuel-tasklib@9e41ce127f51361274a8d8e9af63da6f832ced71#egg=fuel-tasklib