From 407ffce875e18999599df541dc9dae473f09b4a2 Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Mon, 22 Apr 2019 13:31:45 -0600 Subject: [PATCH] update openstack.org -> opendev.org Change-Id: I3c943d837fc2deeadbdefddeca6532f702d22e32 --- scripts/bootstrap-overcloud-full-minimal.sh | 2 +- scripts/bootstrap-overcloud-full.sh | 2 +- scripts/common_functions.sh | 2 +- scripts/compare-reviews.py | 2 +- scripts/tripleo-jobs-gerrit.py | 4 ++-- scripts/tripleo.sh | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scripts/bootstrap-overcloud-full-minimal.sh b/scripts/bootstrap-overcloud-full-minimal.sh index 1bec11e1e..17a1f2abf 100755 --- a/scripts/bootstrap-overcloud-full-minimal.sh +++ b/scripts/bootstrap-overcloud-full-minimal.sh @@ -16,7 +16,7 @@ sudo yum erase -y epel-release || : # Copied from toci_gate_test.sh...need to apply this fix on subnodes as well # TODO(pabelanger): Why is python-requests installed from pip? -# TODO(amoralej): remove after https://review.openstack.org/#/c/468872/ is merged +# TODO(amoralej): remove after https://review.opendev.org/#/c/468872/ is merged sudo pip uninstall certifi -y || true sudo pip uninstall urllib3 -y || true sudo pip uninstall requests -y || true diff --git a/scripts/bootstrap-overcloud-full.sh b/scripts/bootstrap-overcloud-full.sh index d358959d8..fbd73d95a 100755 --- a/scripts/bootstrap-overcloud-full.sh +++ b/scripts/bootstrap-overcloud-full.sh @@ -18,7 +18,7 @@ sudo yum erase -y epel-release || : # TODO(pabelanger): Why is python-requests installed from pip? # Reinstall python-requests if it was already installed, otherwise it will be # installed later when other packages are installed. -# TODO(amoralej): remove after https://review.openstack.org/#/c/468872/ is merged +# TODO(amoralej): remove after https://review.opendev.org/#/c/468872/ is merged sudo pip uninstall certifi -y || true sudo pip uninstall urllib3 -y || true sudo pip uninstall requests -y || true diff --git a/scripts/common_functions.sh b/scripts/common_functions.sh index 519ccf5aa..03924b679 100755 --- a/scripts/common_functions.sh +++ b/scripts/common_functions.sh @@ -54,7 +54,7 @@ function cherrypick { fi pushd $TRIPLEO_ROOT/$PROJ_NAME - git fetch https://review.openstack.org/openstack/$PROJ_NAME "$REFSPEC" + git fetch https://review.opendev.org/openstack/$PROJ_NAME "$REFSPEC" # Abort on fail so we're not left in a conflict state git cherry-pick FETCH_HEAD || git cherry-pick --abort popd diff --git a/scripts/compare-reviews.py b/scripts/compare-reviews.py index c5747c4f3..7c1ac60a0 100755 --- a/scripts/compare-reviews.py +++ b/scripts/compare-reviews.py @@ -10,7 +10,7 @@ import requests from colorama import Fore from colorama import init -GERRIT_DETAIL_API = "https://review.openstack.org/changes/{}/detail" +GERRIT_DETAIL_API = "https://review.opendev.org/changes/{}/detail" GERRIT_USER_NAME = "zuul" ZUUL_PIPELINE = "check" diff --git a/scripts/tripleo-jobs-gerrit.py b/scripts/tripleo-jobs-gerrit.py index 01c393f36..126b0054e 100755 --- a/scripts/tripleo-jobs-gerrit.py +++ b/scripts/tripleo-jobs-gerrit.py @@ -52,7 +52,7 @@ def get_gerrit_reviews(project, status="open", branch="master", limit="30"): status_query = '' if status: status_query = 'status: %s' % status - cmd = 'ssh review.openstack.org -p29418 gerrit' \ + cmd = 'ssh review.opendev.org -p29418 gerrit' \ ' query "%s project: %s branch: %s" --comments' \ ' --format JSON limit: %s --patch-sets --current-patch-set'\ % (status_query, project, branch, limit) @@ -148,7 +148,7 @@ def gen_html(data, html_file, table_file, stats_hours, job_names, options): color = COLORS.get(ci_result['status'], "#666666") result_types.add(ci_result['status']) job_columns += '' % color - gerrit_href = 'https://review.openstack.org/#/c/%s/%s"' % ( + gerrit_href = 'https://review.opendev.org/#/c/%s/%s"' % ( result['url'].split('/')[-1], result['patchset'] ) job_columns += '%s,%s' % \ diff --git a/scripts/tripleo.sh b/scripts/tripleo.sh index 83b35eaff..7e93e6cd1 100755 --- a/scripts/tripleo.sh +++ b/scripts/tripleo.sh @@ -384,7 +384,7 @@ function delorean_setup { sudo yum install -y python-virtualenv fi - # Workaround until https://review.openstack.org/#/c/311734/ is merged and a new image is built + # Workaround until https://review.opendev.org/#/c/311734/ is merged and a new image is built sudo yum install -y libffi-devel openssl-devel # Add the current user to the mock group