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/makefiles/gerrit/include.mk b/makefiles/gerrit/include.mk
index 614ab79..96ffbf5 100644
--- a/makefiles/gerrit/include.mk
+++ b/makefiles/gerrit/include.mk
@@ -23,18 +23,18 @@
 # -----------------------------------------------------------------------
 # -----------------------------------------------------------------------
 replication-status:
-	ssh gerrit.opencord.org replication list --detail
+	ssh gerrit.lfbroadband.org replication list --detail
 
 # -----------------------------------------------------------------------
 # NOTE: Gerrit ssh targets assume use of ~/.ssh config files
 #       port, login, etc are
 # -----------------------------------------------------------------------
-# % ssh -p 29418 <username>@gerrit.opencord.org replication list --detail
-# % ssh gerrit.opencord.org replication list --detail
+# % ssh -p 29418 <username>@gerrit.lfbroadband.org replication list --detail
+# % ssh gerrit.lfbroadband.org replication list --detail
 # -----------------------------------------------------------------------
-# Host gerrit.opencord.org
-#  Hostname gerrit.opencord.org
-#  IdentityFile ~/.ssh/gerrit.opencord.org/{ssh_keyfile}
+# Host gerrit.lfbroadband.org
+#  Hostname gerrit.lfbroadband.org
+#  IdentityFile ~/.ssh/gerrit.lfbroadband.org/{ssh_keyfile}
 #  IdentitiesOnly yes
 #  AddKeysToAgent yes
 #  Port 29418