summaryrefslogtreecommitdiffstats
path: root/fuel/build/RELEASENOTES
diff options
context:
space:
mode:
authorJonas Bjurel <jonas.bjurel@ericsson.com>2015-04-14 23:30:26 +0200
committerJonas Bjurel <jonas.bjurel@ericsson.com>2015-04-14 23:30:26 +0200
commit0f416cdda6a27f8d3dabd84dfe6bf09e9b681cf3 (patch)
tree7695b8e7add05c7aac541854eb6ab3d066e4dc31 /fuel/build/RELEASENOTES
parentdec530fc304187a7a467e2d923c9c18f3923f7c3 (diff)
Initial rearrangements for the OPNFV/opnfvdoc documentation structure including LOW level READMEs, LICENCEs, and TODOs.
JIRA: Change-Id: Ifd2baa5b1db3ae0fb354e39548eb7f9547639581 Signed-off-by: Jonas Bjurel <jonas.bjurel@ericsson.com>
Diffstat (limited to 'fuel/build/RELEASENOTES')
-rw-r--r--fuel/build/RELEASENOTES32
1 files changed, 0 insertions, 32 deletions
diff --git a/fuel/build/RELEASENOTES b/fuel/build/RELEASENOTES
deleted file mode 100644
index 76b4208..0000000
--- a/fuel/build/RELEASENOTES
+++ /dev/null
@@ -1,32 +0,0 @@
-##############################################################################
-# Copyright (c) 2015 Ericsson AB and others.
-# stefan.k.berg@ericsson.com
-# jonas.bjurel@ericsson.com
-# All rights reserved. This program and the accompanying materials
-# are made available under the terms of the Apache License, Version 2.0
-# which accompanies this distribution, and is available at
-# http://www.apache.org/licenses/LICENSE-2.0
-##############################################################################
-
-This patch introduces the following features and bug fixes:
------------------------------------------------------------
-1) The OpenDaylight SDN server - unplumbed (config.mk needs to be changed
- in order to enable it, see: fuel-build/DOC/BUILD/README.build)
-2) cofig-spec - a way to configure the stack component versions
- to be built - see the fuel-build/config.mk file
-3) A simplified Docker build startegy, pulling a pre-fabricated
- docker base image from the Internet
-
-NOTE: Before you start building - you need to purge any previous
-"opnfv.org/ubuntu-builder" docker image: "sudo docker rmi -f opnfv.org/ubuntu-builder
-Double check that you dont have any remaining "opnfv.org/ubuntu-builder" images by
-"docker images".
-A new docker image will automatically be rebuilt in the build process.
-
-Limitations and known issues:
------------------------------
-1) OpenDaylight is for now just sitting in the controllers, not plumbed to anything
- northbound or southbound.
-2) OpenDaylight is currently only building with Oracle Java JDK, that is Oracle Java
- is used in the build process while OpenJava is used in the runtime environment.
- Read the licencing obligations in /fuel-build/LICENCE before you start building.