docs.git
2 years agoFix few obsolete references to P in release notes 10/101110/2
guillaume.lambert [Fri, 13 May 2022 11:01:48 +0000 (13:01 +0200)]
Fix few obsolete references to P in release notes

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I5bd73ae00d770b258a0343d3ae6aae1d4b92193a

2 years agoUpdate download page for Sulfur SR0 01/101101/1
guillaume.lambert [Fri, 13 May 2022 09:59:07 +0000 (11:59 +0200)]
Update download page for Sulfur SR0

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ibfcde481a9dddeff3af2ca13210282f3a61721fe

2 years agoUpdate Sulfur release notes 20/100820/1
Robert Varga [Tue, 26 Apr 2022 13:42:53 +0000 (15:42 +0200)]
Update Sulfur release notes

MRI projects have been updated, reflect that in the release notes.

Change-Id: Ibc5dbe11a4f135705a5843eef4e33dd4932660ad
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoExpend InstanceIdentifier migration section 38/100638/2
Robert Varga [Sat, 16 Apr 2022 21:27:58 +0000 (23:27 +0200)]
Expend InstanceIdentifier migration section

InstanceIdentifier now requires constructs inherited via the use
of a top-level grouping at module top-level to be properly qualified.
Documentat that requirement.

Change-Id: Ifb260d43764a44cd8f90bf8343b54ae300dad803
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate MRI projects' versions 25/100625/1
Robert Varga [Thu, 14 Apr 2022 16:07:17 +0000 (18:07 +0200)]
Update MRI projects' versions

Update upgrade notes and fixup verisons in release notes.

Change-Id: I5b3ed63eb888accc3f8b76d7c940ea5090063cff
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUse sphinx keep-going option in tox jobs 29/100429/3
guillaume.lambert [Wed, 6 Apr 2022 07:53:35 +0000 (09:53 +0200)]
Use sphinx keep-going option in tox jobs

Without this option, sphinx stops at the first warning found
when -W option is enabled.
This prevents users from troubleshooting their contributions in 1 pass.

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Idf3cbea031fd9b6be63cbdbdc95620d3ba18b7ff

2 years agoUpdate platform upgrade guide for Sulfur 26/100426/4
Robert Varga [Tue, 5 Apr 2022 18:14:01 +0000 (20:14 +0200)]
Update platform upgrade guide for Sulfur

Update the documentation to reflect the changes made to the platform.

Change-Id: Id4c012c9ec7501735cee93611d177cfe0b91a7d2
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate MRI project release notes 07/100307/2
Robert Varga [Thu, 31 Mar 2022 16:30:29 +0000 (18:30 +0200)]
Update MRI project release notes

Update the JIRA links and general outline of release notes to sum up
changes delivered in Sulfur.

Change-Id: I0e42a75ba28bcfe22625042a8b3e41e8f51dc262
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoDocument maven-3.8.3 as the minimum version 08/100308/2
Robert Varga [Thu, 31 Mar 2022 16:34:01 +0000 (18:34 +0200)]
Document maven-3.8.3 as the minimum version

Sulfur requires a newer version of Maven to build, update the
documentation accordingly.

Change-Id: I09bf9a2795094f434d4024a237a376b5212390b0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoFix project & version for Phosphorus 86/100286/2
Sangwook Ha [Tue, 29 Mar 2022 19:12:54 +0000 (12:12 -0700)]
Fix project & version for Phosphorus

OpenDaylight documentation site for Phosphorus currently shows
'transportpce' & 'stable-phosphorus' as the project name & version,
respectively, instead of 'OpenDaylight Documentation' & 'Phosphorus'
as configured in conf.yaml because global variables 'project' and
'version' are overridden while 'intersphinx_mapping' is getting
updated.

Move the for-loop to update 'intersphinx_mapping' inside a function
to prevent the global 'project' & 'version' variables from being
inadvertently updated.

Change-Id: I9a418f29f8d5710c822985bbfe7e7c62743bc46b
Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
2 years agoFix: Update self-service branch lock/unlock 45/100145/2
Anil Belur [Fri, 18 Mar 2022 00:22:23 +0000 (10:22 +1000)]
Fix: Update self-service branch lock/unlock

Update the docs with how to self-service branch lock/unlock.

Change-Id: Ic482755451983f01e02ba4101ce5a5102abd9a35
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
2 years agoIntersphinx projects references refactoring 97/99997/5
guillaume.lambert [Mon, 7 Mar 2022 14:44:29 +0000 (15:44 +0100)]
Intersphinx projects references refactoring

- use one TSV file for all projects
- use this file in docs/conf.py
- adapt RST reference names accordingly
- use one script to activate all projects
- use /bin/sh shebang for this script since it uses no bashism

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I4f18e41f3615803a1b7ba020ad27b9902454f158

2 years agoImprove RTD projects branches activation 96/99996/2
guillaume.lambert [Thu, 3 Mar 2022 20:02:43 +0000 (21:02 +0100)]
Improve RTD projects branches activation

Some projects branches need to be manually activated by docs maintainers
with a script and a RTD personnal token.
This is especially true for MRI projects
Though, the current script only allows MSI projects activation.

- remove MRI projects from the old script mostly targeting MSI projects
- create a MRI projects versions list in TSV format
- copy/paste old script and adapt it quickly and dirtily
  to activate and build MRI projects branches

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ia9fa2c61c012970398d204196d5be78925374c34

2 years agoFix conf.py objects.inv references 95/99995/2
guillaume.lambert [Wed, 5 Jan 2022 16:44:06 +0000 (17:44 +0100)]
Fix conf.py objects.inv references

-remove genius and opflex from the list
-fix past and current ODL release references

Issue: IT-23601
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: If9222e0d539055180316b78d7dfc559db76843ed

2 years agoUpdate download page for P SR2 31/99931/1
guillaume.lambert [Wed, 2 Mar 2022 09:48:26 +0000 (10:48 +0100)]
Update download page for P SR2

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I9397d86a0c0c649e60592309a6610abf75e7144e

2 years agoRemove Genius documentation link 78/99878/2
Robert Varga [Fri, 25 Feb 2022 17:40:44 +0000 (18:40 +0100)]
Remove Genius documentation link

Genius has not had a patch contributed in 19+ months and has been
not seen a release beyond Aluminium SR4. Deactivate its documentation
link.

Change-Id: Id4a13463069ac8dc99121e95c0ecdc871464cdfc
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoFix version parsing 27/99627/1
Robert Varga [Fri, 18 Feb 2022 09:18:18 +0000 (10:18 +0100)]
Fix version parsing

A slight mistake crept it, fix the reference we are parsing.

Change-Id: I35f4cfc2bc5f30360aa48ead1ca097795df0a337
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit f3a2cece5c72f04ce3ad231d23ffcafd1a4a0be7)

2 years agoFix odl_jira version comparisons 26/99626/1
Robert Varga [Wed, 16 Feb 2022 11:26:54 +0000 (12:26 +0100)]
Fix odl_jira version comparisons

We cannot just compare versions as strings, as that breaks on
"0.14.8" <= "0.14.10". Add a bit of machinery to deal with the two
differing matches.

Change-Id: I7a1e5e6d49b472304237094784a3fe3ebb71971a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 40b609c33f5cfdddad68678a50ab75fea4d21ee0)

2 years agoUpdate INFO.yaml committers list 39/99639/2
guillaume.lambert [Tue, 8 Feb 2022 07:23:59 +0000 (08:23 +0100)]
Update INFO.yaml committers list

Issue: IT-23601
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I140a56ce536f95e57d7314862c27c9aa052a14e4

2 years agoUpdate download page for Si SR4 05/99605/1
guillaume.lambert [Mon, 7 Feb 2022 10:05:44 +0000 (11:05 +0100)]
Update download page for Si SR4

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I508f6624afe96a5164d25e91f2fbc27aa0e16ef0

2 years agoUpdate TransportPCE P-SR1 release nostes 14/98814/1
Gilles Thouenon [Wed, 1 Dec 2021 13:22:09 +0000 (14:22 +0100)]
Update TransportPCE P-SR1 release nostes

- Summarize new functionality brought by P-SR1
- Add the list of transportpce  commits integrated in P-SR1

JIRA: TRNSPRTPCE-565
Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I4eb4e03c3a84d610eae6ff1687886d8429545cd8
(cherry picked from commit f573cc2515205f3dd6c36833b5bb8da156d99a8a)

2 years agoBump MRI project's release notes 13/98813/1
Robert Varga [Mon, 1 Nov 2021 20:15:52 +0000 (21:15 +0100)]
Bump MRI project's release notes

Bump versions referenced by release notes to adjust for Phosphorus SR1
state of affairs.

Change-Id: Id02d32a056429983893d064a444e151496ef363f
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit 5ef9d3d8d92b30e80423c899fd1e8b253894c974)

2 years agoUpdate release notes for Phosphorus-SR1 12/98812/1
jenkins-releng [Tue, 30 Nov 2021 00:46:02 +0000 (00:46 +0000)]
Update release notes for Phosphorus-SR1

Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: Ic47b49011c9ef1534611f324f27e4ebeafb29611
(cherry picked from commit 72a334124c5ea7e8344942078162d5bad9f2b125)

2 years agoUpdate download page for P SR1 09/98809/1
guillaume.lambert [Fri, 3 Dec 2021 09:37:01 +0000 (10:37 +0100)]
Update download page for P SR1

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ia57e2cf390aac48a42a40fed9cab3e26b6a42af7
(cherry picked from commit 0b36e701b0441e7d4254b7c79bfb6ca158d36fb8)

2 years agoUpdate download page for Si SR3 46/98446/1
guillaume.lambert [Fri, 12 Nov 2021 11:42:25 +0000 (12:42 +0100)]
Update download page for Si SR3

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I9394ccec4a57136031e949b6297f35e06be34268

2 years agoDocs: Update PATCH_URL pointing to S3 34/98334/2
Anil Belur [Sun, 7 Nov 2021 23:04:10 +0000 (09:04 +1000)]
Docs: Update PATCH_URL pointing to S3

Nexus LOG shipping has been decommissioned and the
generated link is no longer valid.

Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I7acfa78bf4acffc3fd38a66f2fc08431b239fd66

2 years agoFix release announcement links 75/98375/1
guillaume.lambert [Tue, 9 Nov 2021 13:48:21 +0000 (14:48 +0100)]
Fix release announcement links

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I53c85707d68c3d9272f6a4d9b90c8292afee842a

2 years agoUpdate release schedule for Sulfur, P SR1 & Si SR3 91/97991/1
guillaume.lambert [Tue, 19 Oct 2021 18:16:44 +0000 (20:16 +0200)]
Update release schedule for Sulfur, P SR1 & Si SR3

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I06c2166dbe2f7e90f3dd202db6a0b833a119ef6a

2 years agoUpdate TransportPCE release notes 03/97903/2
Gilles Thouenon [Fri, 15 Oct 2021 12:19:05 +0000 (14:19 +0200)]
Update TransportPCE release notes

- Update filter for issues resolved/known for Phosphorus
- Update other paragraphs

Signed-off-by: Gilles Thouenon <gilles.thouenon@orange.com>
Change-Id: I9e4b6a7a63dc0c017e82eae94448928251705b07

2 years agoUpdate download page for Phosphorus 98/97898/1
guillaume.lambert [Fri, 15 Oct 2021 08:21:36 +0000 (10:21 +0200)]
Update download page for Phosphorus

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Ib19e88cde15971e9ed0ce19f7e5f34f654a37e4b

2 years agoUpdate NETCONF release notes 44/97644/3
Robert Varga [Sun, 26 Sep 2021 21:12:40 +0000 (23:12 +0200)]
Update NETCONF release notes

The overview misses a number of things, make sure to update it with
OpenAPI and RESTCONF references. Also highlight netconf-2.0.x changes
and sum up the issues.

Change-Id: Ia97955380dcf0cfc39bb947124825d35573c07fd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoFix fixVersion/version confusion 45/97645/2
Robert Varga [Sun, 26 Sep 2021 21:17:52 +0000 (23:17 +0200)]
Fix fixVersion/version confusion

In the table of known issues we have fixVersion as the last column,
not affected versions.

Change-Id: Ic85a7609553fd2c667dfd2c3e97f858451fda03e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate yangtools release notes 43/97643/1
Robert Varga [Sun, 26 Sep 2021 20:57:40 +0000 (22:57 +0200)]
Update yangtools release notes

Correct the memory estimate and mention the ability to retain
statement source references.

Change-Id: I7ec877cee6eb6afae4d9da3a97aa1853db383ae1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoFix infrautils version range 42/97642/2
Robert Varga [Sun, 26 Sep 2021 20:47:52 +0000 (22:47 +0200)]
Fix infrautils version range

Fix my confusion between infrautils and netconf versions -- infrautils
is at 2.0.6, netconf is at 2.0.5.

Change-Id: I80cb1227d4efd7894bb95734756176dbee45a1a7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoMerge "Add MD-SAL release notes"
Luis Gomez [Sun, 26 Sep 2021 19:32:14 +0000 (19:32 +0000)]
Merge "Add MD-SAL release notes"

2 years agoMerge "Add yangtools release notes"
Luis Gomez [Sun, 26 Sep 2021 19:32:07 +0000 (19:32 +0000)]
Merge "Add yangtools release notes"

2 years agoMerge "Update infrautils release notes"
Luis Gomez [Sun, 26 Sep 2021 19:31:05 +0000 (19:31 +0000)]
Merge "Update infrautils release notes"

2 years agoMerge "Update aaa release notes"
Luis Gomez [Sun, 26 Sep 2021 19:30:56 +0000 (19:30 +0000)]
Merge "Update aaa release notes"

2 years agoMerge "Fix JIRA directives for empty query results"
Luis Gomez [Sun, 26 Sep 2021 19:30:48 +0000 (19:30 +0000)]
Merge "Fix JIRA directives for empty query results"

2 years agoMerge "Add a JIRA filter link to generated tables"
Luis Gomez [Sun, 26 Sep 2021 19:30:38 +0000 (19:30 +0000)]
Merge "Add a JIRA filter link to generated tables"

2 years agoUpdate infrautils release notes 36/97636/3
Robert Varga [Sun, 26 Sep 2021 08:27:43 +0000 (10:27 +0200)]
Update infrautils release notes

Sum up the changes made in infrautils-2.0.x and provide a link to
issues.

Change-Id: Id0c6cb8dc1c209266f0af555eb3efc413cbb4e78
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate aaa release notes 35/97635/3
Robert Varga [Sun, 26 Sep 2021 06:41:40 +0000 (08:41 +0200)]
Update aaa release notes

Use our JIRA macro and document nothing has changed.

Change-Id: I922f651e5cea065bd6d99060d3479fc51bd847b1
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoFix JIRA directives for empty query results 37/97637/1
guillaume.lambert [Sun, 26 Sep 2021 09:04:42 +0000 (11:04 +0200)]
Fix JIRA directives for empty query results

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I1ce0b8f2fba38a8a42a6c43566e4307adc214196

2 years agoDocument our JIRA integration extension 15/97615/4
Robert Varga [Thu, 23 Sep 2021 17:38:00 +0000 (19:38 +0200)]
Document our JIRA integration extension

Provide a reference on how to use the extension.

Change-Id: I37716be4ca28fd84b50d1588fe9361a84ff5caec
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoAdd a JIRA filter link to generated tables 34/97634/2
Robert Varga [Sun, 26 Sep 2021 06:19:41 +0000 (08:19 +0200)]
Add a JIRA filter link to generated tables

Our tables are a mirror of what JIRA exposes through filters and while
this view cannot be directly embedded, provide a link for readers to
jump to JIRA and see the current view of the filter.

Also clean up internal structure to reduce code duplication.

Change-Id: I808dfae3bdbcaa2d65d58079e6189611a96801da
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoIntegrate datatables.net 32/97632/3
Robert Varga [Thu, 23 Sep 2021 07:50:24 +0000 (09:50 +0200)]
Integrate datatables.net

The tables we generate for JIRA issues are static and ugly. Let's bring
some dazzle to them with datatables.net, which allow for sorting,
searching, pagination and a ton of other stuff.

Change-Id: I03a7efa184801aa009dc83c77970d998ce47c6ca
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoAdd MD-SAL release notes 30/97630/1
Robert Varga [Sat, 25 Sep 2021 11:51:39 +0000 (13:51 +0200)]
Add MD-SAL release notes

There was quite a bit of churn in md-sal, sum up the most visible
changes.

Change-Id: Ic0be8cb9d637e7b567e2f4b8c45f829ec5928144
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoAdd yangtools release notes 29/97629/2
Robert Varga [Fri, 24 Sep 2021 14:18:51 +0000 (16:18 +0200)]
Add yangtools release notes

Add a summary of changes integrated with yangtools-7.0.x

Change-Id: I887be9b00a57de7aedd6415105d82a6044403b3e
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoMerge "Fix Java code style references"
Guillaume Lambert [Fri, 24 Sep 2021 10:10:11 +0000 (10:10 +0000)]
Merge "Fix Java code style references"

2 years agoUpdate BGPCEP release notes 14/97614/3
Robert Varga [Thu, 23 Sep 2021 17:33:56 +0000 (19:33 +0200)]
Update BGPCEP release notes

We have 0.16.6 out and we also want use our Jira extension.

Change-Id: I42789c89e58ef9f4211e98f9ed6d2e63adb36f62
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoMerge "Extract JIRA issues"
Guillaume Lambert [Thu, 23 Sep 2021 16:36:16 +0000 (16:36 +0000)]
Merge "Extract JIRA issues"

2 years agoMerge "Check enchant-2 exec presence in tox spelling job"
Guillaume Lambert [Thu, 23 Sep 2021 16:05:12 +0000 (16:05 +0000)]
Merge "Check enchant-2 exec presence in tox spelling job"

2 years agoExtract JIRA issues 54/93254/24
Robert Varga [Thu, 22 Oct 2020 11:23:21 +0000 (13:23 +0200)]
Extract JIRA issues

We want to capture a table of JIRA issues for a number of MRI project
versions.

Nothing in upstream fits the bill, so we introduce our own Sphinx
extension, which uses the jira module to extract information from JIRA
and embed it into our RTD site.

Since there is no spell checker running on JIRA, we exclude files in
release-notes/projects/ from the Sphinx spell checker.

Change-Id: I5b0ac293dca2442776753078dbd1c79a52684677
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoFix Java code style references 02/97602/1
Robert Varga [Thu, 23 Sep 2021 08:58:00 +0000 (10:58 +0200)]
Fix Java code style references

code.google.com was migrated to github, update links.

Change-Id: I7dc1660e48df8d8d81c03b27ca75ac4d3331e92d
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoCheck enchant-2 exec presence in tox spelling job 01/97601/2
guillaume.lambert [Thu, 23 Sep 2021 07:26:37 +0000 (09:26 +0200)]
Check enchant-2 exec presence in tox spelling job

enchant-2 has superseded enchant (v1) in recent GNU/Linux distributions
such as debian 11.
We do not need to ask enchant installation if enchant-2 executable is
detected on the system.

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I8b453534934737bdd11ba4e22cdf5b3e6ae62474

2 years agoUpdate bgpcpep version
Robert Varga [Tue, 21 Sep 2021 17:15:08 +0000 (19:15 +0200)]
Update bgpcpep version

We have 0.16.5 integrated, make sure we update the filter.

Change-Id: I406ab9a443f9e68bb7686c60aef2ef3aa723cc8b
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate controller release notes 40/97540/3
Robert Varga [Mon, 20 Sep 2021 12:08:49 +0000 (14:08 +0200)]
Update controller release notes

Sum up the changes delivered in Phosphorus release train.

Change-Id: Id5d693ea8fc3b32d9ce2b12e90247be2a0d352a6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate upgrade notes 38/97538/3
Robert Varga [Mon, 20 Sep 2021 11:33:52 +0000 (13:33 +0200)]
Update upgrade notes

We have a few newer versions, plus one more breaking change. Document
them.

Change-Id: Ie8c6262e7c8cff2cdc8c50cdc9b11465fa04d2d6
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate bgpcep release notes 11/96811/10
Robert Varga [Tue, 6 Jul 2021 15:05:43 +0000 (17:05 +0200)]
Update bgpcep release notes

Update the filter for issues resolved in Phosphorus stream and highlight
the single breaking change.

Change-Id: I0c424b0d73c5df50d27ae5a31f3db73944759136
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate download page for Silicon SR2 53/97153/1
guillaume.lambert [Mon, 30 Aug 2021 14:16:36 +0000 (16:16 +0200)]
Update download page for Silicon SR2

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: Id59c39f940a6d3549960fddb6586820b8f875463
(cherry picked from commit e07060e03c5c375b72787a7e30cdc899febfddbf)

2 years agoFix release notes index 52/97152/2
guillaume.lambert [Mon, 30 Aug 2021 14:12:01 +0000 (16:12 +0200)]
Fix release notes index

Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
Change-Id: I42e1f49110c5d3bc64abbb80d92aa2cd86feccb6
(cherry picked from commit 03ce9a05a132fbd440edec715b92f9f68de091de)

2 years agoUpdate upgrade guide 42/97342/1
Robert Varga [Thu, 26 Aug 2021 11:56:52 +0000 (13:56 +0200)]
Update upgrade guide

We have new platform versions, update references to them.

Change-Id: I1f46c17b20de3077bfd2ba309eaf5cb08d62e9d7
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoMerge "Update Setting Up Clustering with Akka artery"
Guillaume Lambert [Tue, 24 Aug 2021 12:55:11 +0000 (12:55 +0000)]
Merge "Update Setting Up Clustering with Akka artery"

2 years agoUpdate Setting Up Clustering with Akka artery 02/96902/11
Kostiantyn Nosach [Fri, 16 Jul 2021 12:45:51 +0000 (15:45 +0300)]
Update Setting Up Clustering with Akka artery

The migration away from legacy akka remoting to artery tcp.
Update Setting Up Clustering topic.

JIRA: DOCS-141
Change-Id: Id64b4861968637ab979345229ce9ceee580027dc
Signed-off-by: Kostiantyn Nosach <kostiantyn.nosach@pantheon.tech>
Signed-off-by: Ivan Hrasko <ivan.hrasko@pantheon.tech>
2 years agoUpdate MRI versions 97/97097/1
Robert Varga [Fri, 6 Aug 2021 09:28:19 +0000 (11:28 +0200)]
Update MRI versions

Reflect MRI versions for netconf-2.0.2.

Change-Id: Ibeeccfe126b686a22408394de4e62124c0e746f8
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate a missed reference 08/97008/2
Robert Varga [Thu, 22 Jul 2021 12:13:07 +0000 (14:13 +0200)]
Update a missed reference

We are upgrading to Phosphorus, fix that.

Change-Id: I9a6d6f7ec2fd56cee90e22c40bffe089e71c1968
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoAdd a section on YANG Tools leafref resolution 06/97006/2
Robert Varga [Thu, 22 Jul 2021 11:07:11 +0000 (13:07 +0200)]
Add a section on YANG Tools leafref resolution

The implementation of leafref resolution functions has been corrected
and it is catching bad path specifications. Document this change in
behaviour.

Change-Id: I96dabd4fd046388d11309119367a41907cc0b871
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoClean up upgrade process a bit 81/96981/1
Robert Varga [Wed, 21 Jul 2021 18:49:28 +0000 (20:49 +0200)]
Clean up upgrade process a bit

Fix a few spelling and formatting mistakes.

Change-Id: Ib52ea8db6179c1ba08676bf25246f355f17fc099
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate Phosphorus NETCONF reference 42/96942/1
Robert Varga [Tue, 20 Jul 2021 11:20:21 +0000 (13:20 +0200)]
Update Phosphorus NETCONF reference

We have a regression in netconf-2.0.0, update the upgrade guide
to reference fixed-up netconf-2.0.1.

Change-Id: If1b5a547a6d15c449de94e99fd6130ed54518dfd
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate platform upgrade guide for Phosphorus 91/96791/13
Robert Varga [Fri, 2 Jul 2021 16:54:41 +0000 (18:54 +0200)]
Update platform upgrade guide for Phosphorus

The platform is changing in a number of incompatible ways, shedding
a lot of code which was unused or has been provided only for backwards
compatibility. Update the upgrade guide to highlight these.

Change-Id: I53afd65b51386a082201f4cbda5bf5bea67c571a
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
2 years agoUpdate releases downloads and schedule 97/96597/2
Guillaume Lambert [Tue, 22 Jun 2021 15:01:36 +0000 (17:01 +0200)]
Update releases downloads and schedule

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ic7256ae8e6f8d8a7afb326bf1ff126388466aadf

2 years agoUpdate releng IRC documentation URL 55/96555/1
Guillaume Lambert [Wed, 16 Jun 2021 18:10:44 +0000 (20:10 +0200)]
Update releng IRC documentation URL

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ic0b963d97decf40cc13774eb724b2cd476750b4f

2 years agoIgnore spelling warnings in release notes 78/96478/1
Guillaume Lambert [Wed, 16 Jun 2021 08:38:56 +0000 (10:38 +0200)]
Ignore spelling warnings in release notes

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I013e6636adaf29273b37367d260d997272531ad1
(cherry picked from commit 395054fcee73d40a88f9e3b73740cef819d554fd)

2 years agoUpdate IRC chat locations 34/96534/3
Guillaume Lambert [Tue, 15 Jun 2021 18:57:10 +0000 (20:57 +0200)]
Update IRC chat locations

Freenode IRC channels locations are no more reachable.
Official OpenDaylight and LFN channels have migrated to Libera.Chat.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I6bf69adb168630ea31ae7f447ffa7b6399375264

2 years agoUpdate INFO.yaml IRC chat locations 35/96535/1
Guillaume Lambert [Tue, 15 Jun 2021 19:19:36 +0000 (21:19 +0200)]
Update INFO.yaml IRC chat locations

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: If33fb1605c09742ac2c83b9d8cf17f1b171f410f

2 years agoCheck Silicon official page in docs-linkcheck 25/96525/1
Guillaume Lambert [Mon, 14 Jun 2021 08:55:57 +0000 (10:55 +0200)]
Check Silicon official page in docs-linkcheck

The Si official page has been published and should not be ignored by
docs-linkcheck anymore.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I910fd5733714a66a78e4309d17f7016ca25175c2

2 years agoEnforce Spellchecker in CI 37/96437/9
Guillaume Lambert [Sun, 6 Jun 2021 16:33:25 +0000 (18:33 +0200)]
Enforce Spellchecker in CI

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I7b4d8e69045b730fb9c59decae29922268564fa3

2 years agoRework Java coding guidelines 36/96436/3
Guillaume Lambert [Sun, 6 Jun 2021 12:27:15 +0000 (14:27 +0200)]
Rework Java coding guidelines

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Iff204a17b5a0cc4a3c6bae0399776ca4947f041d

2 years agoRework newcomer contributor guide 35/96435/3
Guillaume Lambert [Sat, 5 Jun 2021 20:14:25 +0000 (22:14 +0200)]
Rework newcomer contributor guide

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I6b8ff34cb2b7ab406e728cd3eb90fa1bc69f21b5

2 years agoFix more and more spellchecker warnings 33/96433/2
Guillaume Lambert [Sat, 5 Jun 2021 19:32:34 +0000 (21:32 +0200)]
Fix more and more spellchecker warnings

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I085785e937d72db050dc839ad33c56b9ee8354a4

2 years agoRework logging subsytem documentation 32/96432/2
Guillaume Lambert [Fri, 4 Jun 2021 19:04:58 +0000 (21:04 +0200)]
Rework logging subsytem documentation

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ica010170bfb6d8fe058515031dbda01ff24b13a3

2 years agoRework developer guide for Neutron 31/96431/2
Guillaume Lambert [Fri, 4 Jun 2021 18:52:33 +0000 (20:52 +0200)]
Rework developer guide for Neutron

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I5d5a3a56c47568db78f7f841752cacbabe25d0ae

2 years agoRework odl-parent developer guide 30/96430/2
Guillaume Lambert [Fri, 4 Jun 2021 18:38:52 +0000 (20:38 +0200)]
Rework odl-parent developer guide

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I92d033ae2e5530595248c2ee4d214a4d29095932

2 years agoRework tests component developer guide 29/96429/2
Guillaume Lambert [Fri, 4 Jun 2021 15:17:26 +0000 (17:17 +0200)]
Rework tests component developer guide

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Icf1c199b2d79ced0d66e15dcde9a1a46964a07f2

2 years agoRework developer guide considerations 28/96428/1
Guillaume Lambert [Fri, 4 Jun 2021 14:36:12 +0000 (16:36 +0200)]
Rework developer guide considerations

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I06d99ff21b9c4d197dde1e667ab435e1d3a8391f

2 years agoRework JUnit developer guide 27/96427/1
Guillaume Lambert [Fri, 4 Jun 2021 14:26:37 +0000 (16:26 +0200)]
Rework JUnit developer guide

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I1af7b1140ef3836c7c4496e4e337fb44ffb6cda6

2 years agoRework Yangtools developer guide 26/96426/2
Guillaume Lambert [Fri, 4 Jun 2021 14:06:49 +0000 (16:06 +0200)]
Rework Yangtools developer guide

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ia28a67442f4571f2ecd8ce44b1a6a052a7519731

2 years agoRework docs documentation 25/96425/2
Guillaume Lambert [Fri, 4 Jun 2021 13:07:18 +0000 (15:07 +0200)]
Rework docs documentation

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ia8f577b2c07748db6290ea67937d78ce1fe774b9

2 years agoFix even more spellchecker warnings 23/96423/3
Guillaume Lambert [Thu, 3 Jun 2021 10:11:03 +0000 (12:11 +0200)]
Fix even more spellchecker warnings

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I6a4ea52c9ef02d4134e97729501a7e0371bfbbd4

2 years agoFix pre-commit and tox and gitlint settings 10/96410/1
Guillaume Lambert [Wed, 2 Jun 2021 19:03:10 +0000 (21:03 +0200)]
Fix pre-commit and tox and gitlint settings

- create a .gitlint configuration to enforce subject line < 50 char
  and body lines < 72 char and a Signed-off-by field presence.
- (auto)update repository revisions in pre-commit configuration file
- fix pre-commit tox profile to make it work locally
- create a gitlint profile that works in CI
- create pre-commit-install and pre-commit-uninstall tox profiles to
  (un)install hooks locally and (un)perform tests at each "git commit"
  call (i.e. without calling manually the pre-commit tox profile)
- precise pre-commit stages/types in the pre-commit configuration file
  so that hooks are installed correctly. This avoids messages about
  skipped tests when they are run at a wrong stage.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I75b3b54b13e3d865ad6f563630bb0034456e7fe1

2 years agoFix more spellchecker warnings 05/96405/2
Guillaume Lambert [Tue, 1 Jun 2021 18:02:13 +0000 (20:02 +0200)]
Fix more spellchecker warnings

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Ie11a9fe46ac3fb267a994062dd99d95a190c02a4

2 years agoFix some spellchecker warnings 04/96404/1
Guillaume Lambert [Tue, 1 Jun 2021 14:58:31 +0000 (16:58 +0200)]
Fix some spellchecker warnings

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Icadc2a6aaaed2c8cc6312ec3d4ee331abfb0a0a3

2 years agoFix some dead links 03/96403/1
Guillaume Lambert [Tue, 1 Jun 2021 15:12:58 +0000 (17:12 +0200)]
Fix some dead links

update Karaf website Anchors in the security considerations section.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I2b0ae525b950229523043c9817f30e888e11030e

3 years agoDecrease Sphinx tox profiles logs verbosity 02/95902/2
Guillaume Lambert [Fri, 23 Apr 2021 13:25:01 +0000 (15:25 +0200)]
Decrease Sphinx tox profiles logs verbosity

This will ease gate failures analysis.

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I0ae21afe7502383bf55113a23d99b23af13eb644

3 years agoFix some regex in docs/conf.py 03/95903/1
Guillaume Lambert [Fri, 23 Apr 2021 13:49:31 +0000 (15:49 +0200)]
Fix some regex in docs/conf.py

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I847bcbb0744f7049097cdb840f0835cc9af46d9b

3 years agoUpdate Si SR1 release schedule 98/95898/1
Guillaume Lambert [Fri, 23 Apr 2021 06:56:08 +0000 (08:56 +0200)]
Update Si SR1 release schedule

Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: I9a1ce08b1293153a60d1e4dbb85df6487167d5df

3 years agoremove netvirt from Phosphorus 92/95792/6
Navid Ghazisaidi [Wed, 14 Apr 2021 18:45:34 +0000 (11:45 -0700)]
remove netvirt from Phosphorus

Signed-off-by: Navid Ghazisaidi <navid.ghazisaidi@verizon.com>
Change-Id: Iad61e9b069f97aeb4ab498384008355a77b67b68

3 years agoUpdate Download page 85/95485/1
Guillaume Lambert [Tue, 13 Apr 2021 15:54:29 +0000 (17:54 +0200)]
Update Download page

JIRA: DOCS-135
Signed-off-by: Guillaume Lambert <guillaume.lambert@orange.com>
Change-Id: Id5ea71c727006ee850618fb99df7b2c5cbfbb1df
(cherry picked from commit 55bdfaf98976003268a70a0789bbbfa447eeeec5)

3 years agoMerge "Adjust code after branching silicon"
Luis Gomez [Fri, 9 Apr 2021 18:30:03 +0000 (18:30 +0000)]
Merge "Adjust code after branching silicon"

3 years agoAdjust code after branching silicon 86/95686/1
Luis Gomez [Wed, 7 Apr 2021 02:36:53 +0000 (19:36 -0700)]
Adjust code after branching silicon

Signed-off-by: Luis Gomez <ecelgp@gmail.com>
Change-Id: If0dbeab119cace3fd193183eb66b67e08fe7db8f