summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorahothan <ahothan@cisco.com>2019-05-31 15:06:39 -0700
committerahothan <ahothan@cisco.com>2019-06-08 08:15:57 -0700
commit14ef61de6946048e98ce74c911435faf25395b8c (patch)
tree34cee0672dfc0697a71753a26122f806d083d472 /docs
parent4453818e3af2143e099a5f578c4a73b25abbfe58 (diff)
Update VM build3.4.0
build VM to adapt to new ci/cd workflow. The VM image is built on gerrit verify when the image is not present in google storage. It is not uploaded yet on google storage. The build + upload of the new VM image is done after the review is merged. For details on how this is done, refer to ./jjb/nfvbench/nfvbench.yaml in the opnfv releng repository. Change-Id: I147d4ee6d101e9f2a7cf55fadd637c7fc89467a0 Signed-off-by: ahothan <ahothan@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/development/building/build.rst8
-rw-r--r--docs/release/release-notes/release-notes.rst10
2 files changed, 15 insertions, 3 deletions
diff --git a/docs/development/building/build.rst b/docs/development/building/build.rst
index 52a8a0e..e195add 100644
--- a/docs/development/building/build.rst
+++ b/docs/development/building/build.rst
@@ -39,8 +39,10 @@ The version strings to change are located in 2 files:
Building and uploading the VM image
-----------------------------------
-The VM image is built and uploaded to Google storage from the CI/CD whenever the
-commit text of a gerrit review contains the word "buildvm".
+The VM image is built on gerrit verify when the image is not present in google storage.
+It is not uploaded yet on google storage.
+
+The build + upload of the new VM image is done after the review is merged.
For details on how this is done, refer to ./jjb/nfvbench/nfvbench.yaml in the opnfv releng repository.
@@ -61,7 +63,7 @@ NFVbench code has changed:
VM code has changed:
- update VM version in the 2 locations
-- commit VM changes with gerrit and add "buildvm" in your commit message to trigger VM build and publish to google storage
+- commit VM changes with gerrit to trigger VM build and publication to google storage
- apply a new semver tag to trigger the container image build/publication
To increase the TRex version:
diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst
index 6feeffe..1dea9ac 100644
--- a/docs/release/release-notes/release-notes.rst
+++ b/docs/release/release-notes/release-notes.rst
@@ -4,6 +4,16 @@
RELEASE NOTES
+++++++++++++
+Release 3.3.0
+=============
+
+Major release highlights:
+
+- VxLAN support
+- test VM can now have idle interfaces
+- test VM can be launched with multiqueue enabled
+- upgrade to TRex v2.56
+
Release 2.0
===========