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/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