aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild.sh8
-rw-r--r--docs/release/installation/preconditions.rst2
-rw-r--r--docs/release/release-notes/release-notes.rst41
-rw-r--r--repo/repo.conf2
4 files changed, 28 insertions, 25 deletions
diff --git a/build.sh b/build.sh
index 3dfd54fd..ab81b8bc 100755
--- a/build.sh
+++ b/build.sh
@@ -21,7 +21,7 @@ WORK_PATH=$COMPASS_PATH
PACKAGES="fuse fuseiso createrepo genisoimage curl"
# PACKAGE_URL will be reset in Jenkins for different branch
-export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999}
+export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999/master}
mkdir -p $WORK_DIR
@@ -74,6 +74,12 @@ function download_url()
fi
curl --connect-timeout 10 -o $CACHE_DIR/$1 $2
+ local_md5=`md5sum $CACHE_DIR/$1 | cut -d ' ' -f 1`
+ repo_md5=`cat $CACHE_DIR/$1.md5 | cut -d ' ' -f 1`
+ if [[ $local_md5 != $repo_md5 ]]; then
+ echo "ERROR, the md5sum don't match"
+ exit 1
+ fi
}
function download_local()
diff --git a/docs/release/installation/preconditions.rst b/docs/release/installation/preconditions.rst
index 18bac119..67c0728a 100644
--- a/docs/release/installation/preconditions.rst
+++ b/docs/release/installation/preconditions.rst
@@ -41,7 +41,7 @@ http://artifacts.opnfv.org/compass4nfv.html
NOTE: Search the keyword "compass4nfv/Danube" to locate the ISO image.
E.g.
-compass4nfv/Danube/opnfv-2016-09-18_08-15-13.iso
+compass4nfv/danube/opnfv-2017-03-29_08-55-09.iso
The name of iso image includes the time of iso building, you can get the daily
ISO according the building time.
diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst
index e44e6744..44678b87 100644
--- a/docs/release/release-notes/release-notes.rst
+++ b/docs/release/release-notes/release-notes.rst
@@ -31,7 +31,7 @@ Release Data
| **Release designation** | Danube.1.0 |
| | |
+--------------------------------------+--------------------------------------+
-| **Release date** | March 27 2017 |
+| **Release date** | March 31 2017 |
| | |
+--------------------------------------+--------------------------------------+
| **Purpose of the delivery** | OPNFV Danube release |
@@ -88,11 +88,18 @@ Feature additions
| **JIRA REFERENCE** | **SLOGAN** |
| | |
+--------------------------------------+-----------------------------------------+
+| COMPASS-504 | Open-O deployment with Compass |
| | |
++--------------------------------------+-----------------------------------------+
+| COMPASS-362 | OpenDaylight Boron Support |
+| | |
++--------------------------------------+-----------------------------------------+
+| COMPASS-491 | Support OpenStack Newton |
| | |
+--------------------------------------+-----------------------------------------+
+
Bug corrections
~~~~~~~~~~~~~~~
@@ -124,27 +131,16 @@ System Limitations
Known issues
------------
-+---------------+----------------------------------------------+
-| **Scenario** | **Issue** |
-+---------------+----------------------------------------------+
-| | |
-+---------------+----------------------------------------------+
-| | |
-+---------------+----------------------------------------------+
-
-**JIRA TICKETS:**
-
-+--------------------------------------+--------------------------------------+
-| **JIRA REFERENCE** | **SLOGAN** |
-| | |
-+--------------------------------------+--------------------------------------+
-| JIRA: | |
-+--------------------------------------+--------------------------------------+
-| JIRA: | |
-+--------------------------------------+--------------------------------------+
-
-Workarounds
------------
++----------------------+-------------------------------+-----------------------+
+| **Scenario** | **Issue** | **Workarounds** |
++----------------------+-------------------------------+-----------------------+
+| os-odl-l3-no-feature | Occasionally failed to assign | Rebuild the instance |
+| | floating IP to an instance | and reassign floating |
+| | | IP |
++----------------------+-------------------------------+-----------------------+
+| os-odl-l2-no-feature | Occasionally failed to login | Failed in testcase, |
+| | instance via ssh | normal in usage |
++----------------------+-------------------------------+-----------------------+
Test Result
@@ -152,4 +148,5 @@ Test Result
The Danube release with the Compass4nfv deployment toolchain has undergone QA test
runs with the following results:
+Functest: http://testresults.opnfv.org/reporting/functest/release/danube/index-status-compass.html
diff --git a/repo/repo.conf b/repo/repo.conf
index 8fbdd060..327e84d9 100644
--- a/repo/repo.conf
+++ b/repo/repo.conf
@@ -17,7 +17,7 @@ export PACKAGE_URL=${PACKAGE_URL:-http://205.177.226.237:9999}
# feature packages
export KVMFORNFV=${kvmfornfv:-https://gerrit.opnfv.org/gerrit/p/kvmfornfv.git}
export ODL_PKG="$PACKAGE_URL/distribution-karaf-0.5.2-Boron.tar.gz"
-export JAVA_PKG="$PACKAGE_URL/jdk-8u51-linux-x64.tar.gz \
+export JAVA_PKG="http://download.oracle.com/otn/java/jdk/8u51-b16/jdk-8u51-linux-x64.tar.gz \
$PACKAGE_URL/install_jdk8.tar"
export ONOS_PKG="https://downloads.onosproject.org/release/onos-1.8.4.tar.gz \
$PACKAGE_URL/onosfw/networking-onos.tar \