Removing OpenSteak Project
[genesis.git] / fuel / build / RELEASENOTES
1 ##############################################################################
2 # Copyright (c) 2015 Ericsson AB and others.
3 # stefan.k.berg@ericsson.com
4 # jonas.bjurel@ericsson.com
5 # All rights reserved. This program and the accompanying materials
6 # are made available under the terms of the Apache License, Version 2.0
7 # which accompanies this distribution, and is available at
8 # http://www.apache.org/licenses/LICENSE-2.0
9 ##############################################################################
10
11 This patch introduces the following features and bug fixes:
12 -----------------------------------------------------------
13 1) The OpenDaylight SDN server - unplumbed (config.mk needs to be changed
14    in order to enable it, see: fuel-build/DOC/BUILD/README.build)
15 2) cofig-spec - a way to configure the stack component versions
16    to be built - see the fuel-build/config.mk file
17 3) A simplified Docker build startegy, pulling a pre-fabricated
18    docker base image from the Internet
19
20 NOTE: Before you start building - you need to purge any previous
21 "opnfv.org/ubuntu-builder" docker image: "sudo docker rmi -f opnfv.org/ubuntu-builder
22 Double check that you dont have any remaining "opnfv.org/ubuntu-builder" images by
23 "docker images".
24 A new docker image will automatically be rebuilt in the build process.
25
26 Limitations and known issues:
27 -----------------------------
28 1) OpenDaylight is for now just sitting in the controllers, not plumbed to anything
29    northbound or southbound.
30 2) OpenDaylight is currently only building with Oracle Java JDK, that is Oracle Java
31    is used in the build process while OpenJava is used in the runtime environment.
32    Read the licencing obligations in /fuel-build/LICENCE before you start building.