[VOL-5545] Update voltha docs
- release notes for VOLTHA versions 2.6 to 2.15 with new Jira links and adjust release schedule details
- update old links
- remove ONF references and links
- update e-mail links
- update copright notices
Change-Id: Id6be18986a8f52f2dfcc07e2b0d2efcb0ae1c0e4
Signed-off-by: serkant.uluderya <serkant.uluderya@netsia.com>
diff --git a/howto/accounts.rst b/howto/accounts.rst
index 9c4bc7e..d7eb43e 100644
--- a/howto/accounts.rst
+++ b/howto/accounts.rst
@@ -4,17 +4,17 @@
Getting Started
###############
-- Register with ONF
+- Register with LF BB
- gerrit user account
- github user account
-Register with ONF
+Register with LF BB
=================
-Begin by registering with OpenNetworkingFoundation, this will create a
+Begin by registering with LF BB, this will create a
user account for you to access resources: gerrit, jenkins, wiki, etc.
-- https://opennetworking.org/register/
+- https://lfbroadband.org/join/
Gerrit user account
@@ -38,13 +38,13 @@
# Generate a new ssh key
$ cd .ssh
- $ ssh-keygen -t ed25519 -f id_gerrit -C 'tux@opennetworking.org'
+ $ ssh-keygen -t ed25519 -f id_gerrit -C 'tux@yourdomain.org'
# Connect passing -T, -p(ort), -i(dentity)
- $ ssh -T -p 29418 -i ~/.ssh/id_gerrit 'tux@opennetworking.org@gerrit.lfbroadband.org'
+ $ ssh -T -p 29418 -i ~/.ssh/id_gerrit 'tux@yourdomain.org'
$ ssh-add ~/.ssh/id_gerrit
- $ ssh -T -p 29418 'tux@opennetworking.org@gerrit.lfbroadband.org'
+ $ ssh -T -p 29418 'tux@yourdomain.org'
@@ -68,10 +68,10 @@
## Config required by git:
$ git config --global user.name 'Tux Penguin'
- $ git config --global user.email 'tux@opennetworking.org'
+ $ git config --global user.email 'tux@yourdomain.org'
## Config required by gerrit:
- $ git config --global gitreview.username 'tux@opennetworking.org'
+ $ git config --global gitreview.username 'tux@yourdomain.org'
## Convenience:
$ git config --global alias.br branch
diff --git a/howto/elections/urls b/howto/elections/urls
index 563cc4e..3b0b372 100644
--- a/howto/elections/urls
+++ b/howto/elections/urls
@@ -3,7 +3,7 @@
1) Update TSTmembers for VOLTHA, SEBA, etc:
* https://lf-broadband.atlassian.net/wiki
- * https://opennetworking.org/voltha/
+ * https://lfbroadband.org/projects/voltha/
* Google mailing lists.
* Slack channel: voltha-tst
* Jenkins - job access.
diff --git a/howto/release/components/onos_components.rst b/howto/release/components/onos_components.rst
index 00e447d..dbd63ce 100644
--- a/howto/release/components/onos_components.rst
+++ b/howto/release/components/onos_components.rst
@@ -52,7 +52,7 @@
- Jenkins jobs from `release matrix: v2.12 <https://lf-broadband.atlassian.net/wiki>`_
- - `changeset approval for job merge <https://gerrit.lfbroadband.org/q/owner:do-not-reply%2540opennetworking.org>`_
+ - `changeset approval for job merge <https://gerrit.lfbroadband.org/q/owner:do-not-reply%2540lfbroadband.org>`_
- pom.xml non-SNAPSHOT (first approved changeset)
- `licensed <https://jenkins.lfbroadband.org/job/verify_sadis_licensed/>`_
@@ -78,12 +78,12 @@
- Approve the pom.xml pull request and merge.
- Merge will trigger (https://jenkins.lfbroadband.org/job/maven-publish_sadis/ for sadis app, similar link for olt and other apps) that publish the artifact in the staging repo on oss.sonatype.org, you need to release it.
- Wait for build to complete
- - Merge the patches here https://gerrit.lfbroadband.org/q/owner:do-not-reply%2540opennetworking.org
+ - Merge the patches here https://gerrit.lfbroadband.org/q/owner:do-not-reply%2540lfbroadband.org
- Artifact staging on sonatype, published to maven central:
- Visit `https://oss.sonatype.org <https://oss.sonatype.org>`_
- - Login with ONF credentials
+ - Login with LF BB credentials
- In the Artifact Search box
diff --git a/howto/release/components/onos_dependencies.rst b/howto/release/components/onos_dependencies.rst
index 51bc0ad..ea6b94d 100644
--- a/howto/release/components/onos_dependencies.rst
+++ b/howto/release/components/onos_dependencies.rst
@@ -101,7 +101,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
+ ~ Copyright 2017-2023 Linux Foundation Broadband Contributors
~
~ Licensed under the Apache License, Version 2.0 (the "License");
-->
diff --git a/howto/release/components/sadis b/howto/release/components/sadis
index be770ed..575d374 100644
--- a/howto/release/components/sadis
+++ b/howto/release/components/sadis
@@ -7,7 +7,3 @@
Inventory pom.xml
Update MVN Plugin versions in use.
For Release remove -SNAPSHOT and build.
-
-# Document component dependency page
-
-https://wiki.opennetworking.org/display/VOLTHA/component-sadis
diff --git a/howto/release/release-notes.rst b/howto/release/release-notes.rst
index e1516a1..d35d9bf 100644
--- a/howto/release/release-notes.rst
+++ b/howto/release/release-notes.rst
@@ -32,8 +32,8 @@
- Release notes: content and hilights:
- - Ask `VOLTHA TST(s) <https://opennetworking.org/voltha/>`_ to write up the release notes documentation.
- - ONF will work on filling in the grid of dependent components and apps
+ - Ask `VOLTHA TST(s) <https://lfbroadband.org/projects/voltha/>`_ to write up the release notes documentation.
+ - LF BB will work on filling in the grid of dependent components and apps
at the bottom as they are built during a release cycle.
- Pre-screen your patch for potential problems, ``make test`` failures will cause patch acceptance to fail.
@@ -75,8 +75,8 @@
Release independent changes
---------------------------
-- Update `copyright notice dates <https://github.com/joey-onf/copyright/blob/origin/master/notice>`_
+- Update copyright notice if it's references to an old date.
- - VALID: Copyright 2017-2023 Open Networking Foundation (ONF) and the ONF Contributors
+ - VALID: Copyright 2017-2026 Linux Foundation Broadband
- Copyright notice must be inclusive of the date sources were last modified.
- Use of strings like 2017-present are not valid syntax and can have legal implications.
diff --git a/howto/ssh_access.rst b/howto/ssh_access.rst
index 7ee5ec4..e03efa1 100644
--- a/howto/ssh_access.rst
+++ b/howto/ssh_access.rst
@@ -8,7 +8,7 @@
.. sourcecode:: shell
- $ ssh-keygen -t ed25519 -f id_gerrit -C 'tux@opennetworking.org'
+ $ ssh-keygen -t ed25519 -f id_gerrit -C 'tux@lfbroadband.org'
- Login and configure gerrit
@@ -58,7 +58,7 @@
IdentitiesOnly yes
AddKeysToAgent yes
Port 29418
- User tux@opennetworking.org
+ User tux@lfbroadband.org
With ~/.ssh/config setup simply connect to the target machine:
==============================================================