Replace opencord.org with lfbroadband.org
This replaces all instances of opencord.org with lfbroadband.org, with
the exception of email addresses, which are not yet migrated.
Signed-off-by: Eric Ball <eball@linuxfoundation.org>
Change-Id: Id34a12b75668e2cab6b6bc76f148f030324ac276
diff --git a/jjb/pipeline/bbsim-validation.groovy b/jjb/pipeline/bbsim-validation.groovy
index 0706a07..02ea921 100644
--- a/jjb/pipeline/bbsim-validation.groovy
+++ b/jjb/pipeline/bbsim-validation.groovy
@@ -76,7 +76,7 @@
#!/usr/bin/env bash
set -eu -o pipefail
- git clone https://gerrit.opencord.org/pod-configs
+ git clone https://gerrit.lfbroadband.org/pod-configs
pushd cord/helm-charts
helm install -f examples/kafka-single.yaml --version 0.13.3 -n cord-kafka incubator/kafka
diff --git a/jjb/pipeline/kubespray-install.groovy b/jjb/pipeline/kubespray-install.groovy
index 89a1124..e6cdf0c 100644
--- a/jjb/pipeline/kubespray-install.groovy
+++ b/jjb/pipeline/kubespray-install.groovy
@@ -25,7 +25,7 @@
steps {
sh '''
pushd $WORKSPACE
- git clone https://gerrit.opencord.org/automation-tools
+ git clone https://gerrit.lfbroadband.org/automation-tools
popd
'''
}
diff --git a/jjb/pipeline/mcord-build-test.groovy b/jjb/pipeline/mcord-build-test.groovy
index 8d2269e..6eaa658 100644
--- a/jjb/pipeline/mcord-build-test.groovy
+++ b/jjb/pipeline/mcord-build-test.groovy
@@ -74,7 +74,7 @@
stage ('Checkout Automation-Tools Repo') {
steps {
script {
- sh (script: "ssh -oStrictHostKeyChecking=no -i ~/.ssh/cord ubuntu@${node_ip} 'mkdir ~/cord; cd ~/cord/; git clone https://gerrit.opencord.org/automation-tools'", returnStdout: true)
+ sh (script: "ssh -oStrictHostKeyChecking=no -i ~/.ssh/cord ubuntu@${node_ip} 'mkdir ~/cord; cd ~/cord/; git clone https://gerrit.lfbroadband.org/automation-tools'", returnStdout: true)
}
}
}
@@ -115,7 +115,7 @@
stage ('Test MCORD') {
steps {
script {
- sh "ssh -oStrictHostKeyChecking=no -i ~/.ssh/cord ubuntu@${node_ip} 'cd ~/cord/; git clone https://gerrit.opencord.org/mcord; cd mcord/test; ansible-playbook -i localhost, -c local mcord-cavium-test-playbook.yml 1>&2'"
+ sh "ssh -oStrictHostKeyChecking=no -i ~/.ssh/cord ubuntu@${node_ip} 'cd ~/cord/; git clone https://gerrit.lfbroadband.org/mcord; cd mcord/test; ansible-playbook -i localhost, -c local mcord-cavium-test-playbook.yml 1>&2'"
}
}
}
diff --git a/jjb/pipeline/onos-app-release.groovy b/jjb/pipeline/onos-app-release.groovy
index 9132e66..c15d617 100644
--- a/jjb/pipeline/onos-app-release.groovy
+++ b/jjb/pipeline/onos-app-release.groovy
@@ -53,7 +53,7 @@
}
// -----------------------------------------------------------------------
-// https://jenkins.opencord.org/job/onos-app-release/285/consoleFull
+// https://jenkins.lfbroadband.org/job/onos-app-release/285/consoleFull
// -----------------------------------------------------------------------
void git_debug(String name) {
enter(name)
@@ -137,7 +137,7 @@
echo "Job triggered by " + userId
// FIXME: supply Jenkins-owned known_hosts file via config_file_provider
// https://jenkins.io/doc/pipeline/steps/config-file-provider/
- sh 'ssh-keyscan -H -t rsa -p 29418 gerrit.opencord.org >> ~/.ssh/known_hosts'
+ sh 'ssh-keyscan -H -t rsa -p 29418 gerrit.lfbroadband.org >> ~/.ssh/known_hosts'
sh 'git config --global user.name "Jenkins"'
sh 'git config --global user.email "do-not-reply@opennetworking.org"'
@@ -153,9 +153,9 @@
cleanWs()
sshagent (credentials: ['gerrit-jenkins-user']) {
- git branch: branch, url: 'ssh://jenkins@gerrit.opencord.org:29418/' + appRepo, credentialsId: 'gerrit-jenkins-user'
+ git branch: branch, url: 'ssh://jenkins@gerrit.lfbroadband.org:29418/' + appRepo, credentialsId: 'gerrit-jenkins-user'
- sh 'gitdir=$(git rev-parse --git-dir) && scp -p -P 29418 jenkins@gerrit.opencord.org:hooks/commit-msg ${gitdir}/hooks/'
+ sh 'gitdir=$(git rev-parse --git-dir) && scp -p -P 29418 jenkins@gerrit.lfbroadband.org:hooks/commit-msg ${gitdir}/hooks/'
}
}
diff --git a/jjb/pipeline/voltha/bbsim-tests.groovy b/jjb/pipeline/voltha/bbsim-tests.groovy
index 271de1d..d8b50b9 100644
--- a/jjb/pipeline/voltha/bbsim-tests.groovy
+++ b/jjb/pipeline/voltha/bbsim-tests.groovy
@@ -24,7 +24,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
//------------------//
@@ -236,7 +236,7 @@
sh(label : 'Deploy common infrastructure',
script : """
- helm repo add onf https://charts.opencord.org
+ helm repo add onf https://charts.lfbroadband.org
helm repo update
echo -e "\nwithMonitoring=[$withMonitoring]"
diff --git a/jjb/pipeline/voltha/device-management-mock-tests.groovy b/jjb/pipeline/voltha/device-management-mock-tests.groovy
index 90519c0..c4f3da3 100644
--- a/jjb/pipeline/voltha/device-management-mock-tests.groovy
+++ b/jjb/pipeline/voltha/device-management-mock-tests.groovy
@@ -17,7 +17,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
def localCharts = false
diff --git a/jjb/pipeline/voltha/dmi-build-and-test.groovy b/jjb/pipeline/voltha/dmi-build-and-test.groovy
index bcb5eb8..0e08a23 100755
--- a/jjb/pipeline/voltha/dmi-build-and-test.groovy
+++ b/jjb/pipeline/voltha/dmi-build-and-test.groovy
@@ -23,7 +23,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
def infraNamespace = "infra"
diff --git a/jjb/pipeline/voltha/physical-build.groovy b/jjb/pipeline/voltha/physical-build.groovy
index 2be2567..8a83a6b 100755
--- a/jjb/pipeline/voltha/physical-build.groovy
+++ b/jjb/pipeline/voltha/physical-build.groovy
@@ -28,7 +28,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
// -----------------------------------------------------------------------
diff --git a/jjb/pipeline/voltha/software-upgrades.groovy b/jjb/pipeline/voltha/software-upgrades.groovy
index 19b8a6e..1467e30 100755
--- a/jjb/pipeline/voltha/software-upgrades.groovy
+++ b/jjb/pipeline/voltha/software-upgrades.groovy
@@ -28,7 +28,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
// -----------------------------------------------------------------------
@@ -79,12 +79,12 @@
def get_voltha_comp_versions(component, base_deploy_tag) {
def comp_test_tag = sh(
// script: "git ls-remote --refs --tags https://github.com/opencord/${component} | cut --delimiter='/' --fields=3 | tr '-' '~' | sort --version-sort | tail --lines=1 | sed 's/v//'",
- script: "git ls-remote --refs --tags https://gerrit.opencord.org/${component} | cut --delimiter='/' --fields=3 | tr '-' '~' | sort --version-sort | tail --lines=1 | sed 's/v//'",
+ script: "git ls-remote --refs --tags https://gerrit.lfbroadband.org/${component} | cut --delimiter='/' --fields=3 | tr '-' '~' | sort --version-sort | tail --lines=1 | sed 's/v//'",
returnStdout: true
).trim()
def comp_deploy_tag = sh(
// script: "git ls-remote --refs --tags https://github.com/opencord/${component} | cut --delimiter='/' --fields=3 | tr '-' '~' | sort --version-sort | tail --lines=2 | head -n 1 | sed 's/v//'",
- script: "git ls-remote --refs --tags https://gerrit.opencord.org/${component} | cut --delimiter='/' --fields=3 | tr '-' '~' | sort --version-sort | tail --lines=2 | head -n 1 | sed 's/v//'",
+ script: "git ls-remote --refs --tags https://gerrit.lfbroadband.org/${component} | cut --delimiter='/' --fields=3 | tr '-' '~' | sort --version-sort | tail --lines=2 | head -n 1 | sed 's/v//'",
returnStdout: true
).trim()
def comp_deploy_major = comp_deploy_tag.substring(0, comp_deploy_tag.indexOf('.'))
diff --git a/jjb/pipeline/voltha/tucson-build-and-test.groovy b/jjb/pipeline/voltha/tucson-build-and-test.groovy
index 043db84..f98e191 100644
--- a/jjb/pipeline/voltha/tucson-build-and-test.groovy
+++ b/jjb/pipeline/voltha/tucson-build-and-test.groovy
@@ -18,7 +18,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
def infraNamespace = "infra"
def volthaNamespace = "voltha"
@@ -169,7 +169,7 @@
steps {
script {
sh returnStdout: false, script: """
- helm repo add cord https://charts.opencord.org
+ helm repo add cord https://charts.lfbroadband.org
helm repo update
if helm version -c --short|grep v2 -q; then
helm install -n voltha-kafka-dump cord/voltha-kafka-dump
diff --git a/jjb/pipeline/voltha/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha/voltha-dt-physical-functional-tests.groovy
index ec2c00c..4446e3b 100644
--- a/jjb/pipeline/voltha/voltha-dt-physical-functional-tests.groovy
+++ b/jjb/pipeline/voltha/voltha-dt-physical-functional-tests.groovy
@@ -18,7 +18,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
node {
@@ -51,7 +51,7 @@
checkout([
$class: 'GitSCM',
userRemoteConfigs: [[
- url: "https://gerrit.opencord.org/voltha-system-tests",
+ url: "https://gerrit.lfbroadband.org/voltha-system-tests",
refspec: "${volthaSystemTestsChange}"
]],
branches: [[ name: "${branch}", ]],
@@ -65,7 +65,7 @@
sh(script:"""
if [ '${volthaSystemTestsChange}' != '' ] ; then
cd $WORKSPACE/voltha-system-tests;
- git fetch https://gerrit.opencord.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
+ git fetch https://gerrit.lfbroadband.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
fi
""")
}
diff --git a/jjb/pipeline/voltha/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha/voltha-physical-functional-tests.groovy
index 4cebe54..7ebe427 100644
--- a/jjb/pipeline/voltha/voltha-physical-functional-tests.groovy
+++ b/jjb/pipeline/voltha/voltha-physical-functional-tests.groovy
@@ -25,7 +25,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
def infraNamespace = "infra"
@@ -57,7 +57,7 @@
checkout([
$class: 'GitSCM',
userRemoteConfigs: [[
- url: "https://gerrit.opencord.org/voltha-system-tests",
+ url: "https://gerrit.lfbroadband.org/voltha-system-tests",
refspec: "${volthaSystemTestsChange}"
]],
branches: [[ name: "${branch}", ]],
@@ -71,7 +71,7 @@
sh(script:"""
if [ '${volthaSystemTestsChange}' != '' ] ; then
cd $WORKSPACE/voltha-system-tests;
- git fetch https://gerrit.opencord.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
+ git fetch https://gerrit.lfbroadband.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
fi
""")
}
diff --git a/jjb/pipeline/voltha/voltha-physical-soak-dt-tests.groovy b/jjb/pipeline/voltha/voltha-physical-soak-dt-tests.groovy
index 6420a81..c34381a 100644
--- a/jjb/pipeline/voltha/voltha-physical-soak-dt-tests.groovy
+++ b/jjb/pipeline/voltha/voltha-physical-soak-dt-tests.groovy
@@ -18,7 +18,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
node {
@@ -52,7 +52,7 @@
checkout([
$class: 'GitSCM',
userRemoteConfigs: [[
- url: "https://gerrit.opencord.org/voltha-system-tests",
+ url: "https://gerrit.lfbroadband.org/voltha-system-tests",
refspec: "${volthaSystemTestsChange}"
]],
branches: [[ name: "${branch}", ]],
@@ -66,7 +66,7 @@
sh(script:"""
if [ '${volthaSystemTestsChange}' != '' ] ; then
cd $WORKSPACE/voltha-system-tests;
- git fetch https://gerrit.opencord.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
+ git fetch https://gerrit.lfbroadband.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
fi
""")
}
diff --git a/jjb/pipeline/voltha/voltha-scale-lwc-test.groovy b/jjb/pipeline/voltha/voltha-scale-lwc-test.groovy
index df049cb..3ab82f9 100644
--- a/jjb/pipeline/voltha/voltha-scale-lwc-test.groovy
+++ b/jjb/pipeline/voltha/voltha-scale-lwc-test.groovy
@@ -17,7 +17,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
// [TODO] fix path, achilles heel for testing.
@@ -86,7 +86,7 @@
helmTeardown(["default", "voltha1", "voltha-infra"])
}
sh returnStdout: false, script: '''
- helm repo add onf https://charts.opencord.org
+ helm repo add onf https://charts.lfbroadband.org
helm repo update
# remove all persistent volume claims
diff --git a/jjb/pipeline/voltha/voltha-scale-multi-stack.groovy b/jjb/pipeline/voltha/voltha-scale-multi-stack.groovy
index 7ea3737..3835636 100755
--- a/jjb/pipeline/voltha/voltha-scale-multi-stack.groovy
+++ b/jjb/pipeline/voltha/voltha-scale-multi-stack.groovy
@@ -27,7 +27,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
pipeline {
@@ -61,7 +61,7 @@
helmTeardown(namespaces)
}
sh returnStdout: false, script: '''
- helm repo add onf https://charts.opencord.org
+ helm repo add onf https://charts.lfbroadband.org
helm repo update
# remove all persistent volume claims
diff --git a/jjb/pipeline/voltha/voltha-scale-test.groovy b/jjb/pipeline/voltha/voltha-scale-test.groovy
index 635b525..59c7998 100644
--- a/jjb/pipeline/voltha/voltha-scale-test.groovy
+++ b/jjb/pipeline/voltha/voltha-scale-test.groovy
@@ -17,7 +17,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
// this function generates the correct parameters for ofAgent
@@ -90,7 +90,7 @@
helmTeardown(["default", "voltha1", "infra"])
}
sh returnStdout: false, script: '''
- helm repo add onf https://charts.opencord.org
+ helm repo add onf https://charts.lfbroadband.org
helm repo update
# remove all persistent volume claims
diff --git a/jjb/pipeline/voltha/voltha-tt-physical-functional-tests.groovy b/jjb/pipeline/voltha/voltha-tt-physical-functional-tests.groovy
index 4470390..74e6d34 100644
--- a/jjb/pipeline/voltha/voltha-tt-physical-functional-tests.groovy
+++ b/jjb/pipeline/voltha/voltha-tt-physical-functional-tests.groovy
@@ -25,7 +25,7 @@
library identifier: 'cord-jenkins-libraries@master',
retriever: modernSCM([
$class: 'GitSCMSource',
- remote: 'https://gerrit.opencord.org/ci-management.git'
+ remote: 'https://gerrit.lfbroadband.org/ci-management.git'
])
node {
@@ -58,7 +58,7 @@
checkout([
$class: 'GitSCM',
userRemoteConfigs: [[
- url: "https://gerrit.opencord.org/voltha-system-tests",
+ url: "https://gerrit.lfbroadband.org/voltha-system-tests",
refspec: "${volthaSystemTestsChange}"
]],
branches: [[ name: "${branch}", ]],
@@ -72,7 +72,7 @@
sh(script:"""
if [ '${volthaSystemTestsChange}' != '' ] ; then
cd $WORKSPACE/voltha-system-tests;
- git fetch https://gerrit.opencord.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
+ git fetch https://gerrit.lfbroadband.org/voltha-system-tests ${volthaSystemTestsChange} && git checkout FETCH_HEAD
fi
""")
}