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/shell/get-onf-make-patch.sh b/jjb/shell/get-onf-make-patch.sh
index ab360bb..fd43263 100755
--- a/jjb/shell/get-onf-make-patch.sh
+++ b/jjb/shell/get-onf-make-patch.sh
@@ -19,14 +19,14 @@
 
 ONF_MAKE_SUBDIR="lf/onf-make"
 PROJECT="${TEST_PROJECT:-}"
-REPO="https://gerrit.opencord.org/$PROJECT"
+REPO="https://gerrit.lfbroadband.org/$PROJECT"
 
 cd $WORKSPACE
 git clone "$REPO" "$PROJECT"
 cd "$PROJECT"
 git submodule update --init
 
-REPO="https://gerrit.opencord.org/onf-make"
+REPO="https://gerrit.lfbroadband.org/onf-make"
 
 pushd "$ONF_MAKE_SUBDIR"
 git fetch "$REPO" "$GERRIT_REFSPEC" && git checkout FETCH_HEAD
diff --git a/jjb/shell/github-release.sh b/jjb/shell/github-release.sh
index 913792f..ae45074 100755
--- a/jjb/shell/github-release.sh
+++ b/jjb/shell/github-release.sh
@@ -247,7 +247,7 @@
 ##   o SCRIPT_VERSION => git changeset for repo:ci-managment
 ##   o echo "library version: ${env."library.libName.version"}"
 # -----------------------------------------------------------------------
-# 14:18:38   > git fetch --no-tags --progress -- https://gerrit.opencord.org/ci-management.git +refs/heads/*:refs/remotes/origin/* # timeout=10
+# 14:18:38   > git fetch --no-tags --progress -- https://gerrit.lfbroadband.org/ci-management.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 # 14:18:39  Checking out Revision 50f6e0b97f449b32d32ec0e02d59642000351847 (master)
 # -----------------------------------------------------------------------
 function full_banner()
diff --git a/jjb/shell/helm-lint.sh b/jjb/shell/helm-lint.sh
index 05ec1ad..1234807 100644
--- a/jjb/shell/helm-lint.sh
+++ b/jjb/shell/helm-lint.sh
@@ -17,10 +17,10 @@
 
 helm repo add stable https://charts.helm.sh/stable
 helm repo add rook-release https://charts.rook.io/release
-helm repo add cord https://charts.opencord.org
+helm repo add cord https://charts.lfbroadband.org
 
 ## Clone tool chain
-git clone ssh://jenkins@gerrit.opencord.org:29418/helm-repo-tools.git
+git clone ssh://jenkins@gerrit.lfbroadband.org:29418/helm-repo-tools.git
 ./helm-repo-tools/helmlint.sh clean
 echo "*.lock" >> .gitignore
 
@@ -33,7 +33,7 @@
 git config --global user.name "Jenkins"
 
 # Check for chart version conflicts by building the repo (don't upload)
-git clone "ssh://jenkins@gerrit.opencord.org:29418/$OLD_REPO_DIR.git"
+git clone "ssh://jenkins@gerrit.lfbroadband.org:29418/$OLD_REPO_DIR.git"
 
 ./helm-repo-tools/helmrepo.sh   # [TODO] make ???
 
diff --git a/jjb/shell/jflint.sh b/jjb/shell/jflint.sh
index cef7b91..392a561 100755
--- a/jjb/shell/jflint.sh
+++ b/jjb/shell/jflint.sh
@@ -9,7 +9,7 @@
 
 set -e -u -o pipefail
 
-JENKINS_URL=https://jenkins.opencord.org/
+JENKINS_URL=https://jenkins.lfbroadband.org/
 JF_LIST=()
 
 JF_FAIL=0
diff --git a/jjb/shell/publish-helm-repo.sh b/jjb/shell/publish-helm-repo.sh
index f7e1ba7..40b7101 100644
--- a/jjb/shell/publish-helm-repo.sh
+++ b/jjb/shell/publish-helm-repo.sh
@@ -8,7 +8,7 @@
 echo "git version: $(git --version)"
 
 # Variables used in this and child scripts
-export PUBLISH_URL="charts.opencord.org"
+export PUBLISH_URL="charts.lfbroadband.org"
 export OLD_REPO_DIR="cord-charts-repo"
 export NEW_REPO_DIR="chart_repo"
 
@@ -17,15 +17,15 @@
 git config --global user.name "Jenkins"
 
 # Checkout 'cord-charts-repo' repo that contains updated charts
-git clone "ssh://jenkins@gerrit.opencord.org:29418/$OLD_REPO_DIR.git"
+git clone "ssh://jenkins@gerrit.lfbroadband.org:29418/$OLD_REPO_DIR.git"
 
 # Clone the `helm-repo-tools` which contains scripts
-git clone ssh://jenkins@gerrit.opencord.org:29418/helm-repo-tools.git
+git clone ssh://jenkins@gerrit.lfbroadband.org:29418/helm-repo-tools.git
 
 # Setup helm and external repos
 helm repo add stable https://charts.helm.sh/stable
 helm repo add rook-release https://charts.rook.io/release
-helm repo add cord https://charts.opencord.org
+helm repo add cord https://charts.lfbroadband.org
 helm repo add elastic  https://helm.elastic.co
 helm repo add kiwigrid https://kiwigrid.github.io