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