docs.git
4 years agoFix year to be 2019 24/84824/1 stable/fluorine
Thanh Ha [Tue, 1 Oct 2019 00:30:00 +0000 (20:30 -0400)]
Fix year to be 2019

Patch I041e6b04021fac9318c54286c2114874c4b0c993 missed updating the
year.

Change-Id: Ic404a1434492637c6e82a8033e566562fcfb3145
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoChange SR2 date 20/84820/2
David Baugher [Mon, 30 Sep 2019 19:46:27 +0000 (12:46 -0700)]
Change SR2 date

Signed-off-by: David Baugher <dbaugher@luminanetworks.com>
Change-Id: I041e6b04021fac9318c54286c2114874c4b0c993

4 years agoCorrect date for SR3 64/82764/2
dbaugher [Thu, 27 Jun 2019 23:38:35 +0000 (16:38 -0700)]
Correct date for SR3

Update the opening paragraph

Change-Id: Ic9d90ab77e7795d95969354786bcb038374d7d62
Signed-off-by: dbaugher <dbaugher@luminanetworks.com>
4 years agoUse pre-commit instead of coala 84/82784/1
Thanh Ha [Mon, 8 Apr 2019 02:37:55 +0000 (10:37 +0800)]
Use pre-commit instead of coala

Idea here is to replace slow coala linter with the much faster
pre-commit tool for linting. Pre-commit hooks run only against
the files that changed rather than running against every single
file in the repo. Additionally after installing pre-commit it
will automatically run on every local commit so linting happens
without the developer even having to think about it. Pre-commit
will also automatically make the changes for you when it detects
failed lint issues.

Install can be performed via the following method:

1.a) Install pre-commit from your package manager, like pip:

    pip install pre-commit --user

1.b) Install the commit hook:

    pre-commit install --hook-type commit-msg

2) Install via tox & run tests using the tox pre-commit env:

    tox -e pre-commit

Option 2 is an all in 1 environment and is method most folks will want
to use and only needs to be run once for initial configuration. Once
installed pre-commit will automatically run on every `git commit` call
automatically.

Change-Id: I0a583905d026a60250c395b364a80bf73c5b46ab
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
4 years agoFix trailing whitespace 83/82783/1
Thanh Ha [Fri, 28 Jun 2019 13:49:08 +0000 (09:49 -0400)]
Fix trailing whitespace

Change-Id: Id633667223d59204daf78989c1459a7e2ffbd074
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
5 years agoMerge "Update the release dates" into stable/fluorine
Thanh Ha (zxiiro) [Fri, 21 Jun 2019 04:21:50 +0000 (04:21 +0000)]
Merge "Update the release dates" into stable/fluorine

5 years agoUpdate the release dates 30/82630/1
dbaugher [Fri, 21 Jun 2019 00:20:59 +0000 (17:20 -0700)]
Update the release dates

Change-Id: Icb2c74d5a3becc7d53ef8a87d92146467d130e16
Signed-off-by: dbaugher <dbaugher@luminanetworks.com>
5 years agoUpdate release notes 28/82628/1
jenkins-releng [Thu, 20 Jun 2019 23:47:14 +0000 (23:47 +0000)]
Update release notes

Change-Id: I21c83f7e2fe246a80e48f5b16ff1d634814d4d04
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
5 years agoMerge "Link to jsonrpc docs" into stable/fluorine
Luis Gomez [Wed, 1 May 2019 20:47:30 +0000 (20:47 +0000)]
Merge "Link to jsonrpc docs" into stable/fluorine

5 years agoAdd how to develop apps in landing page 63/81863/1
Luis Gomez [Wed, 1 May 2019 16:11:28 +0000 (09:11 -0700)]
Add how to develop apps in landing page

Also move release notes sample to release notes index.

Change-Id: Ica5d0879c4328190520511a848b6d5f848a152b7
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
5 years agoFix typo in dev-guide: s/greating/greeting 56/81856/1
jluhrsen [Wed, 1 May 2019 15:51:34 +0000 (08:51 -0700)]
Fix typo in dev-guide: s/greating/greeting

Change-Id: Ie11158b7adf3f6187d227cd534673557663c52b4
Signed-off-by: jluhrsen <jluhrsen@gmail.com>
(cherry picked from commit 6ec14fc8f4007b69a6b85519a47b50c559a70567)

5 years agoLink to jsonrpc docs 34/81834/1
Thanh Ha [Tue, 30 Apr 2019 20:06:47 +0000 (16:06 -0400)]
Link to jsonrpc docs

Now that JSON RPC is producing their own docs remove the ones
in the docs project and link to the project's docs.

Change-Id: I36c4d9e71337aecbb5772d1c75bde079314a929d
Signed-off-by: Thanh Ha <zxiiro@gmail.com>
5 years agoUpdate download link for Fluorine SR2 16/80216/2
Anil Belur [Thu, 7 Feb 2019 12:19:21 +0000 (22:19 +1000)]
Update download link for Fluorine SR2

Temporally remove Fluorine SR2 RPM link while we wait on an RPM. Daniel
will walk Anil through that release process next week and update this
after.

Change-Id: Ib0e531471a8e2188647a68fa2df6bfac0d810077
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
(cherry picked from commit e323cc7058daf5f84d01619aa484d79708379541)

5 years agoUpdate release notes 84/80184/2
jenkins-releng [Thu, 7 Feb 2019 18:26:27 +0000 (18:26 +0000)]
Update release notes

Change-Id: I004e3f602b2813b7917d8d30b62de95dcf516c4d
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
5 years agoUpdate docs for Oxygen SR4 downloads 32/78732/1
Anil Belur [Thu, 13 Dec 2018 06:29:03 +0000 (16:29 +1000)]
Update docs for Oxygen SR4 downloads

Change-Id: Id043f08da057e164bbed81ecb229a3bd03edc754
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 years agoUpdate Fluorine-SR1 links to final distro 31/78531/1
Thanh Ha [Wed, 5 Dec 2018 01:11:27 +0000 (09:11 +0800)]
Update Fluorine-SR1 links to final distro

The final distribution is now available so update the links to point
to them.

Change-Id: Ifc3486deeb4394d07363784111c3429a49f2c863
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
(cherry picked from commit 566b50d07e13f8fc3938f502087390bc1e9f5b22)

5 years agodetail release process 90/78290/1
guillaume.lambert [Thu, 29 Nov 2018 11:09:07 +0000 (12:09 +0100)]
detail release process

Precise taglist.log and bundle.project location.
Mention the need of a working GPG environment.

Change-Id: Ie50fed9eb457af7cb1226e812852a7991bc4e0e1
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
5 years agoClearly doc both MR-only Fl SR1 and MR+SM Fl dls 80/78280/1
Daniel Farrell [Thu, 29 Nov 2018 04:12:55 +0000 (04:12 +0000)]
Clearly doc both MR-only Fl SR1 and MR+SM Fl dls

Clearly document both the current Managed Release Projects-only Fluorine
SR1 build and the outgoing-but-still-current Fluorine build that
includes both Managed and Self-Managed Projects.

Change-Id: Ie7b8c4bb3e4149519a53ae8fe0b57b9adaf3565f
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
(cherry picked from commit 5ecc43f414026910a7d92c908682af3d41013400)

5 years agoMerge "Update the download links" into stable/fluorine
Thanh Ha (zxiiro) [Thu, 29 Nov 2018 04:03:25 +0000 (04:03 +0000)]
Merge "Update the download links" into stable/fluorine

5 years agoRemove note 69/78269/2
Luis Gomez [Wed, 28 Nov 2018 19:44:54 +0000 (11:44 -0800)]
Remove note

It is now included in the previous doc link.

Change-Id: I87680b13c033fc0fe43968403372bba2d5a98634
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
5 years agoFollow integration/distribution stable branches 46/78246/4
Thanh Ha [Wed, 28 Nov 2018 06:17:47 +0000 (14:17 +0800)]
Follow integration/distribution stable branches

Change-Id: I5956360813b11d943da4f567e9ffc6de2426fa1f
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoUpdate the download links 65/78265/1
Anil Belur [Tue, 27 Nov 2018 21:20:53 +0000 (07:20 +1000)]
Update the download links

Change-Id: I0a2f37e7c64ccdf8377159b5e261f035a36ccca0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
(cherry picked from commit 1cfd75fe43791f81488dcd9cbc586dd41a7a8471)

5 years agoUpdate downloads page with Fluorine SR1 RPM link 31/78231/2
Daniel Farrell [Mon, 26 Nov 2018 20:51:30 +0000 (20:51 +0000)]
Update downloads page with Fluorine SR1 RPM link

Change-Id: Id2b5bd15ec4be5a4899513f26257269c5024047c
JIRA: INTPAK-223
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
(cherry picked from commit bc6a48976b57a3b34422a7859d47fc6557992476)

5 years agoUncomment SR rel notes index to fix verify job 42/78242/1
Daniel Farrell [Wed, 28 Nov 2018 04:40:22 +0000 (04:40 +0000)]
Uncomment SR rel notes index to fix verify job

Verify job is currently failing for fluorine because new SR1 release
notes aren't included by any index. This index is the one that should
include them, but it needed to be commented until they existed. Now that
they exist, uncomment.

Change-Id: Ie32a7944d1f2773d67ed717a37699fca60ec9573
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
5 years agoUpdate download page - Fluorine SR1 23/78023/1
Anil Belur [Wed, 21 Nov 2018 02:43:16 +0000 (12:43 +1000)]
Update download page - Fluorine SR1

Change-Id: Id6f952da665b2d4ef44aa17ca67855d8752793cd
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
5 years agoUpdate release notes 22/78022/1
jenkins-releng [Wed, 21 Nov 2018 10:13:07 +0000 (10:13 +0000)]
Update release notes

Change-Id: I6caec18b3640bb358b21c53cdea7984dca216ed9
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
5 years agoRemove opflex docs 38/77438/1
Thanh Ha [Thu, 1 Nov 2018 21:02:37 +0000 (17:02 -0400)]
Remove opflex docs

OpFlex docs were migrated to the opflex project, it is safe to
remove them now and link to their docs page.

Issue: DOCS-69
Change-Id: Idaea52cfdbefd413da813d8ead9078eca073ed76
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoUpdate doc with build trigger for staging job 06/77306/1
Thanh Ha [Fri, 26 Oct 2018 15:19:38 +0000 (11:19 -0400)]
Update doc with build trigger for staging job

Change-Id: Ie862e1462e818677f821d672f1c994d3135739a4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoMerge "Update SNMP4SDN User Guide" into stable/fluorine
Daniel Farrell [Thu, 18 Oct 2018 22:59:06 +0000 (22:59 +0000)]
Merge "Update SNMP4SDN User Guide" into stable/fluorine

5 years agoMerge "Add intersphinx link for UniMgr and remove docs" into stable/fluorine
Thanh Ha (zxiiro) [Tue, 16 Oct 2018 19:55:41 +0000 (19:55 +0000)]
Merge "Add intersphinx link for UniMgr and remove docs" into stable/fluorine

5 years agoFix ODL Fluorine RPM download link 05/76805/2
Daniel Farrell [Tue, 9 Oct 2018 06:50:18 +0000 (08:50 +0200)]
Fix ODL Fluorine RPM download link

Needed to do a second package-version for the Fluorine MR Common Distro,
as the non-Common Distro took 9.0.0-1.

Change-Id: I747f522e23a9a6c003a1b9874d334041851afe73
Jira: INTPAK-210
Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
(cherry picked from commit 0e97822ab9bc0c217a4caffe849e7a54ce909443)

5 years agoRemove OpFlex out of Fluorine. 68/76668/1
A H [Thu, 4 Oct 2018 17:22:40 +0000 (10:22 -0700)]
Remove OpFlex out of Fluorine.

OpFlex is not participating in Fluorine:
https://lists.opendaylight.org/pipermail/opflex-dev/2018-September/000210.html

Change-Id: I9e407144c7a32063dd27e2a53b522bca87cebec4
Signed-off-by: A H <an.ho@huawei.com>
(cherry picked from commit 14f5f12c7c0eb6cb5177c79a310474c99ea5faec)

5 years agoAdd intersphinx link for UniMgr and remove docs 93/76593/1
Thanh Ha [Wed, 3 Oct 2018 08:47:43 +0000 (11:47 +0300)]
Add intersphinx link for UniMgr and remove docs

UniMgr is now available at
https://docs.opendaylight.org/projects/unimgr
so remove from local docs and link to instead.

Issue: DOCS-69
Change-Id: I5af4a72210eddc5d00aa6bfab301f972dd64a609
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoUpdate SNMP4SDN User Guide 59/75959/4
ylhsieh [Tue, 11 Sep 2018 03:18:21 +0000 (11:18 +0800)]
Update SNMP4SDN User Guide

Add the feature:repo-add command

Change-Id: I93ebe04d6e57014a429c1eaec540f289f4aac512
Signed-off-by: ylhsieh <ylhsieh@itri.org.tw>
5 years agoReport issue button to open issue in a new tab 12/76312/1
Thanh Ha [Thu, 20 Sep 2018 14:57:32 +0000 (10:57 -0400)]
Report issue button to open issue in a new tab

Change-Id: Iea3827c804efbdd17be5d8c1b84b1fd5f847febb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoMerge "Link to netconf docs in Fluorine" into stable/fluorine
Thanh Ha (zxiiro) [Tue, 18 Sep 2018 14:33:43 +0000 (14:33 +0000)]
Merge "Link to netconf docs in Fluorine" into stable/fluorine

5 years agoLink to netconf docs in Fluorine 01/76101/3
Luis Gomez [Fri, 14 Sep 2018 20:44:00 +0000 (13:44 -0700)]
Link to netconf docs in Fluorine

NetConf now hosts it's own docs so remove netconf docs from the docs
repo and link to their docs instead.

Change-Id: I42bca8156a8b0f5b8ba7f48cf44fde27513a1da5
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
5 years agoAdd intersphinx for controller and remove them 86/76186/3
Thanh Ha [Mon, 17 Sep 2018 16:14:37 +0000 (12:14 -0400)]
Add intersphinx for controller and remove them

controller is now available at
https://docs.opendaylight.org/projects/controller
so remove them from local docs, we can link to them instead.

Issue: DOCS-69
Change-Id: I22b93db6234e7e97a6dc870c4d1f58e248950afb
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoAdd intersphinx for sfc and remove them from docs 78/76178/3
Thanh Ha [Mon, 17 Sep 2018 14:20:19 +0000 (10:20 -0400)]
Add intersphinx for sfc and remove them from docs

Issue: DOCS-69
Change-Id: I72df2153afc6435b80a3bd8f07fcc37ac748d6da
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoMerge "Add intersphinx lispflowmapping and remove docs" into stable/fluorine
Thanh Ha (zxiiro) [Mon, 17 Sep 2018 14:02:56 +0000 (14:02 +0000)]
Merge "Add intersphinx lispflowmapping and remove docs" into stable/fluorine

5 years agoMerge "Rename maven-release to maven-stage" into stable/fluorine
Thanh Ha (zxiiro) [Mon, 17 Sep 2018 01:01:51 +0000 (01:01 +0000)]
Merge "Rename maven-release to maven-stage" into stable/fluorine

5 years agoAdd intersphinx lispflowmapping and remove docs 39/76039/4
Thanh Ha [Wed, 12 Sep 2018 16:21:47 +0000 (12:21 -0400)]
Add intersphinx lispflowmapping and remove docs

lispflowmapping is now available at
https://docs.opendaylight.org/projects/lispflowmapping
so remove them from local docs, we can link to them instead.

Change-Id: I2343641d7a6be435b679d66afdebbb23376ca00c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoMerge "Add intersphinx for daexim and remove from docs" into stable/fluorine
Thanh Ha (zxiiro) [Mon, 17 Sep 2018 00:51:47 +0000 (00:51 +0000)]
Merge "Add intersphinx for daexim and remove from docs" into stable/fluorine

5 years agoRename maven-release to maven-stage 44/76044/2
Thanh Ha [Wed, 12 Sep 2018 18:24:22 +0000 (14:24 -0400)]
Rename maven-release to maven-stage

Per global-jjb v0.24.0 maven-release has been renamed to maven-stage.

Change-Id: I04db8072f6130b61721f01eefe38fbad3171ea0a
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoAdd intersphinx for daexim and remove from docs 55/75955/2
Thanh Ha [Mon, 10 Sep 2018 23:54:46 +0000 (19:54 -0400)]
Add intersphinx for daexim and remove from docs

Daexim is now available at https://docs.opendaylight.org/projects/daexim
so remove them from local docs, we can link to them instead.

Issue: DOCS-69
Change-Id: Ia864f592afb0af8dde42a4f307cbeb113f31ac44
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoAdd intersphinx for tpce and remove them from docs 94/75994/3
Thanh Ha [Tue, 11 Sep 2018 16:01:33 +0000 (12:01 -0400)]
Add intersphinx for tpce and remove them from docs

TransportPCE is now available at
https://docs.opendaylight.org/projects/transportpce
so remove them from local docs, we can link to them instead.

Issue: DOCS-69
Change-Id: Ie7cbd3cfbd5ddc0742261ae42548255a055c1d5c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoAdd intersphinx for aaa and remove them from docs 58/75958/3
Thanh Ha [Tue, 11 Sep 2018 02:32:02 +0000 (22:32 -0400)]
Add intersphinx for aaa and remove them from docs

AAA is now available at https://docs.opendaylight.org/projects/aaa
so remove them from local docs, we can link to them instead.

Issue: DOCS-69
Change-Id: Ifd1f7f0e6d6a5af546e8c04f203ce9ed5da7b2dd
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoAdd intersphinx for BGPCEP and remove from docs 36/75936/2
Thanh Ha [Mon, 10 Sep 2018 15:30:52 +0000 (11:30 -0400)]
Add intersphinx for BGPCEP and remove from docs

BGPCEP is now available at https://docs.opendaylight.org/projects/bgpcep
so remove them from local docs, we can link to them instead.

Issue: DOCS-69
Change-Id: I219cbd1f9a6c9221b618bf6cc31efd677101c580
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoMerge "Add intersphinx for SXP and remove them from docs" into stable/fluorine
Jamo Luhrsen [Fri, 14 Sep 2018 15:36:20 +0000 (15:36 +0000)]
Merge "Add intersphinx for SXP and remove them from docs" into stable/fluorine

5 years agoFix info to become SM project 91/76091/1
Ivan Hrasko [Fri, 14 Sep 2018 13:46:26 +0000 (15:46 +0200)]
Fix info to become SM project

Change-Id: I3a4e2261cc875a01c44c0f71df73080b546c38a5
Signed-off-by: Ivan Hrasko <ihrasko@cisco.com>
5 years agoAdd intersphinx for SXP and remove them from docs 31/75931/4
Thanh Ha [Mon, 10 Sep 2018 15:01:37 +0000 (11:01 -0400)]
Add intersphinx for SXP and remove them from docs

SXP is now available at https://docs.opendaylight.org/projects/sxp
so remove them from local docs, we can link to them instead.

Issue: DOCS-69
Change-Id: I3e6f4120aad19fd2d5e8ac1dba333467f930243c
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
Signed-off-by: Ivan Hrasko <ihrasko@cisco.com>
5 years agoMerge "fix a few Fluorine misspellings" into stable/fluorine
Luis Gomez [Wed, 12 Sep 2018 16:56:16 +0000 (16:56 +0000)]
Merge "fix a few Fluorine misspellings" into stable/fluorine

5 years agoMerge "Add intersphinx link for TSDR and remove docs" into stable/fluorine
Luis Gomez [Wed, 12 Sep 2018 16:51:53 +0000 (16:51 +0000)]
Merge "Add intersphinx link for TSDR and remove docs" into stable/fluorine

5 years agoMerge "Remove unused and out of date gerrit images" into stable/fluorine
Luis Gomez [Wed, 12 Sep 2018 16:47:20 +0000 (16:47 +0000)]
Merge "Remove unused and out of date gerrit images" into stable/fluorine

5 years agofix a few Fluorine misspellings 14/75914/1
guillaume.lambert [Mon, 10 Sep 2018 09:42:58 +0000 (11:42 +0200)]
fix a few Fluorine misspellings

Change-Id: Ie1b92e022fee3d925d50a249b553fcc5000b02cd
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
5 years agoAdd intersphinx link for TSDR and remove docs 03/75903/3
Thanh Ha [Mon, 10 Sep 2018 00:54:21 +0000 (20:54 -0400)]
Add intersphinx link for TSDR and remove docs

TSDR is now available at https://docs.opendaylight.org/projects/tsdr
so remove them from local docs, we can link to them instead.

Issue: DOCS-69
Change-Id: Ia22d74f419d06e43a514daa7d0e97b7c0807569e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoRemove unused and out of date gerrit images 98/75898/1
Thanh Ha [Sun, 9 Sep 2018 01:55:16 +0000 (21:55 -0400)]
Remove unused and out of date gerrit images

Change-Id: I7b3c2e0cb1837c9b41dc416d6980310b5b292a8e
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoRemove genius user-guide 96/75896/1
Thanh Ha [Sun, 9 Sep 2018 01:41:33 +0000 (21:41 -0400)]
Remove genius user-guide

Genius docs are now in their repo so we no longer need to maintain
them in docs.

Change-Id: I47627afa3bf6abce4ac2fdf6ee1f66043e97ea21
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoTSDR Fluorine documentation updates 53/75853/2
scottmelton [Sat, 8 Sep 2018 03:53:41 +0000 (20:53 -0700)]
TSDR Fluorine documentation updates

JIRA: TSC-143
JIRA: TSDR-86
Change-Id: I3085ed892ccce81244df269d508ac2c8e52713ee
Signed-off-by: scottmelton <smelton2@uccs.edu>
5 years agoMerge "Developer guide for TransportPCE project" into stable/fluorine
Luis Gomez [Fri, 7 Sep 2018 17:24:57 +0000 (17:24 +0000)]
Merge "Developer guide for TransportPCE project" into stable/fluorine

5 years agoMerge "Add version bump instructions for SM projects" into stable/fluorine
Thanh Ha (zxiiro) [Fri, 7 Sep 2018 15:28:46 +0000 (15:28 +0000)]
Merge "Add version bump instructions for SM projects" into stable/fluorine

5 years agoUpdate download links to use common distribution 18/75818/2
Thanh Ha [Thu, 6 Sep 2018 18:54:18 +0000 (14:54 -0400)]
Update download links to use common distribution

Change-Id: I189262102eda6d414f8e9563e9f0d84ef9e95bc4
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
5 years agoDeveloper guide for TransportPCE project 59/75759/18
Martial COULIBALY [Wed, 5 Sep 2018 15:11:01 +0000 (17:11 +0200)]
Developer guide for TransportPCE project

Change-Id: I487f9e764e88fae75944b5c2de01ab6751a7e5c2
Signed-off-by: Martial COULIBALY <martial.coulibaly@gfi.fr>
5 years agoMerge "TSDR Fluorine release notes" into stable/fluorine
Luis Gomez [Thu, 6 Sep 2018 16:51:40 +0000 (16:51 +0000)]
Merge "TSDR Fluorine release notes" into stable/fluorine

5 years agoIndeces for SFC Fluorine docs. 97/75797/4
ebrjohn [Thu, 6 Sep 2018 07:47:08 +0000 (09:47 +0200)]
Indeces for SFC Fluorine docs.

Change-Id: Ib7cee1f670086b508b5717e27e540599e01bf7a3
Signed-off-by: Brady Johnson <bjohnson@inocybe.com>
5 years agoTSDR Fluorine release notes 89/75789/2
scottmelton [Thu, 6 Sep 2018 06:10:26 +0000 (23:10 -0700)]
TSDR Fluorine release notes

Change-Id: Ia6261a88931ddce46b5324e1bf95c93e34105057
Signed-off-by: scottmelton <smelton2@uccs.edu>
5 years agoAdd aaa doc index 86/75786/4
Tom Pantelis [Thu, 6 Sep 2018 00:35:14 +0000 (20:35 -0400)]
Add aaa doc index

Change-Id: I8d2f27068e99e9d96456ad905056c19405ce8bab
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
5 years agoAdd controller doc index 85/75785/3
Tom Pantelis [Thu, 6 Sep 2018 00:26:42 +0000 (20:26 -0400)]
Add controller doc index

Change-Id: I2348a6a73965ec49bd0b28834ad286821f8de3b4
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
5 years agoAdd version bump instructions for SM projects 40/75740/4
Luis Gomez [Tue, 4 Sep 2018 22:53:10 +0000 (15:53 -0700)]
Add version bump instructions for SM projects

Change-Id: I0854b8165d0b147772553da6bb8e8fcde0f21251
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
5 years agoMerge "SFC Fluorine User Guide" into stable/fluorine
Thanh Ha (zxiiro) [Tue, 4 Sep 2018 14:50:19 +0000 (14:50 +0000)]
Merge "SFC Fluorine User Guide" into stable/fluorine

5 years agoAdd SNMP4SDN Fluorine release notes 13/75613/2
ylhsieh [Fri, 31 Aug 2018 08:43:04 +0000 (16:43 +0800)]
Add SNMP4SDN Fluorine release notes

Issue: TSC-151
Change-Id: I69cf872b151351e36373758d5cb543f681fa5cab
Signed-off-by: ylhsieh <ylhsieh@itri.org.tw>
5 years agoSFC Fluorine User Guide 19/75619/3
ebrjohn [Fri, 31 Aug 2018 12:29:38 +0000 (14:29 +0200)]
SFC Fluorine User Guide

Change-Id: Ia77c5e3dc7ad9319079e51801279573bd6d76db8
Signed-off-by: Brady Johnson <bjohnson@inocybe.com>
5 years agoDocumentation for TransportPCE project 26/75426/14
Martial COULIBALY [Thu, 23 Aug 2018 15:31:33 +0000 (17:31 +0200)]
Documentation for TransportPCE project

JIRA: TRNSPRTPCE-31
Change-Id: I77b15c1f13bf9f086a24e4792169c9943731590d
Signed-off-by: Martial COULIBALY <martial.coulibaly@gfi.fr>
5 years agoMerge "Add NEMO Fluorine Release Notes" into stable/fluorine
Daniel Farrell [Fri, 31 Aug 2018 22:03:12 +0000 (22:03 +0000)]
Merge "Add NEMO Fluorine Release Notes" into stable/fluorine

5 years agoMerge "Add USC Fluorine Release Notes" into stable/fluorine
Daniel Farrell [Fri, 31 Aug 2018 22:03:10 +0000 (22:03 +0000)]
Merge "Add USC Fluorine Release Notes" into stable/fluorine

5 years agoSimplify the SM release process 41/75641/5
Luis Gomez [Fri, 31 Aug 2018 18:07:51 +0000 (11:07 -0700)]
Simplify the SM release process

Change-Id: Id6eea746f2cc8f2fd06c928fcd9a9da8c7989b68
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
5 years agoMerge "Update daexim user-guide for recent enhancements" into stable/fluorine
Thanh Ha (zxiiro) [Fri, 31 Aug 2018 15:52:39 +0000 (15:52 +0000)]
Merge "Update daexim user-guide for recent enhancements" into stable/fluorine

5 years agoMerge "Replace ' the the ' with ' the '" into stable/fluorine
Jamo Luhrsen [Fri, 31 Aug 2018 15:40:51 +0000 (15:40 +0000)]
Merge "Replace ' the the ' with ' the '" into stable/fluorine

5 years agoMerge "Update landing page and managed release process" into stable/fluorine
Jamo Luhrsen [Fri, 31 Aug 2018 15:38:05 +0000 (15:38 +0000)]
Merge "Update landing page and managed release process" into stable/fluorine

5 years agoMerge "netconf Fluorine relase notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 14:21:55 +0000 (14:21 +0000)]
Merge "netconf Fluorine relase notes" into stable/fluorine

5 years agonetconf Fluorine relase notes 21/75621/1
Tom Pantelis [Fri, 31 Aug 2018 14:11:17 +0000 (10:11 -0400)]
netconf Fluorine relase notes

Change-Id: If76e3093d102f47f037d1a57d5544539986690cc
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
5 years agoMerge "LISP project release notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 13:42:11 +0000 (13:42 +0000)]
Merge "LISP project release notes" into stable/fluorine

5 years agoMerge "OpenFlowPlugin project Fluorine Release Notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 13:36:22 +0000 (13:36 +0000)]
Merge "OpenFlowPlugin project Fluorine Release Notes" into stable/fluorine

5 years agoMerge "NetVirt Fluorine Release Notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 13:33:05 +0000 (13:33 +0000)]
Merge "NetVirt Fluorine Release Notes" into stable/fluorine

5 years agoMerge "Add release notes for daexim project" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 13:32:52 +0000 (13:32 +0000)]
Merge "Add release notes for daexim project" into stable/fluorine

5 years agoReplace ' the the ' with ' the ' 07/75607/2
Ivan Hrasko [Fri, 31 Aug 2018 08:04:34 +0000 (10:04 +0200)]
Replace ' the the ' with ' the '

Change-Id: I706ab214f7710d96804a2859989632ba7285053a
Signed-off-by: Ivan Hrasko <ihrasko@cisco.com>
5 years agoMerge "OVSDB Flourine Release Notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:42:35 +0000 (11:42 +0000)]
Merge "OVSDB Flourine Release Notes" into stable/fluorine

5 years agoMerge "serviceutils fluorine release notes." into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:42:24 +0000 (11:42 +0000)]
Merge "serviceutils fluorine release notes." into stable/fluorine

5 years agoMerge "SFC Fluorine Release Notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:42:19 +0000 (11:42 +0000)]
Merge "SFC Fluorine Release Notes" into stable/fluorine

5 years agoMerge "Add mdsal Fluorine release notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:41:52 +0000 (11:41 +0000)]
Merge "Add mdsal Fluorine release notes" into stable/fluorine

5 years agoMerge "Infrautils Fluorine Release Notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:41:48 +0000 (11:41 +0000)]
Merge "Infrautils Fluorine Release Notes" into stable/fluorine

5 years agoMerge "Genius Fluorine release notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:41:40 +0000 (11:41 +0000)]
Merge "Genius Fluorine release notes" into stable/fluorine

5 years agoMerge "Distribution Fluorine Release Notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:39:54 +0000 (11:39 +0000)]
Merge "Distribution Fluorine Release Notes" into stable/fluorine

5 years agoMerge "controller ReleaseNotes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:39:47 +0000 (11:39 +0000)]
Merge "controller ReleaseNotes" into stable/fluorine

5 years agoMerge "COE Fluorine Release Notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:38:59 +0000 (11:38 +0000)]
Merge "COE Fluorine Release Notes" into stable/fluorine

5 years agoMerge "aaa Fluorine relase notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:38:44 +0000 (11:38 +0000)]
Merge "aaa Fluorine relase notes" into stable/fluorine

5 years agoMerge "Add BGP LS PCEP Fluorine release notes" into stable/fluorine
Anil Belur [Fri, 31 Aug 2018 11:37:50 +0000 (11:37 +0000)]
Merge "Add BGP LS PCEP Fluorine release notes" into stable/fluorine

5 years agoOVSDB Flourine Release Notes 06/75406/3
Vishal Thapar [Thu, 23 Aug 2018 08:08:37 +0000 (13:38 +0530)]
OVSDB Flourine Release Notes

Change-Id: If080d9903dad6db307b6c1d15e04b28ea41af790
Signed-off-by: Vishal Thapar <vthapar@redhat.com>
5 years agoInfrautils Fluorine Release Notes 70/75470/5
Faseela K [Fri, 24 Aug 2018 10:30:06 +0000 (16:00 +0530)]
Infrautils Fluorine Release Notes

JIRA: TSC-146
Change-Id: Iaa9030061cad86e786c319a6c925e1cf2a5dd3eb
Signed-off-by: Faseela K <faseela.k@ericsson.com>
Signed-off-by: Michael Vorburger <vorburger@redhat.com>
5 years agoCOE Fluorine Release Notes 63/75463/3
Faseela K [Fri, 24 Aug 2018 10:03:59 +0000 (15:33 +0530)]
COE Fluorine Release Notes

Change-Id: I8f4994d9c2a109fba81d44519511313e0743ff3a
Signed-off-by: Faseela K <faseela.k@ericsson.com>