Update release process
Change-Id: I64055a4d879af982c4f2b9f9e5f14f268acf14d4
diff --git a/dict.txt b/dict.txt
index 0b3a9f6..191c12e 100644
--- a/dict.txt
+++ b/dict.txt
@@ -7,6 +7,7 @@
CNI
Clos
DDoS
+Dockerhub
Edgecore
Fluentbit
GPP
diff --git a/release/process.rst b/release/process.rst
index 6f0de5d..cff7748 100644
--- a/release/process.rst
+++ b/release/process.rst
@@ -33,13 +33,17 @@
- Manually publish artifacts to Maven central: https://oss.sonatype.org/
- trellis-control:
- - Update ``pom.xml(s)``:
+ - Run Jenkins artifact release job: https://jenkins.onosproject.org/view/SD-Fabric/job/artifact-release_sdfabric-onos/ :
+
+ - Exclude ``pom.xml(s)`` through ``egrepExclude`` variable
+ - Update ``pom.xml(s)`` in the first review generated by the job:
- Update dependencies (use non-snapshot onos)
- Update version
- Push Gerrit change, merge
- Wait for Jenkins job to publish artifacts (https://jenkins.onosproject.org/view/Trellis/job/maven-publish_trellis-control)
- Manually release artifacts: https://oss.sonatype.org/
+ - Merge the second review generated by the job
- fabric-tna:
- Update ``pom.xml``:
@@ -47,6 +51,7 @@
- Update dependencies (use non-snapshot ``onos`` and ``trellis-control``)
- Update version
- Tag repository
+ - Create a second pull request to start a new development cycle
- up4:
- Update ``pom.xml(s)``:
@@ -54,11 +59,12 @@
- Update dependencies (use non-snapshot onos)
- Update version
- Tag repository
+ - Create a second pull request to start a new development cycle
- SD-Fabric image:
- Update Makefile.stable with git tags used above
- Merge, wait for Jenkins to publish stable image
- - Manually tag image on harbor
+ - Manually tag image on Dockerhub
SD-Fabric Helm charts
---------------------