From 4294e875a20fda54e6a4fdf72d5850cd21860f22 Mon Sep 17 00:00:00 2001 From: Jonas Bjurel Date: Fri, 27 Nov 2015 14:57:07 +0100 Subject: ONOSFW SDN support Implements a plugin builder for the ONOSFW Fuel plugin. TODO: - Naildown upstream plug-in to a specific tag/commit-id NOT VERIFIED DO NOT MERGE JIRA: FUEL-56 Change-Id: I7c1a60446593ec860fc87a51255242388044e254 Signed-off-by: Jonas Bjurel --- build/f_isoroot/f_onosfwpluginbuild/config.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/f_isoroot/f_onosfwpluginbuild/config.mk (limited to 'build/f_isoroot/f_onosfwpluginbuild/config.mk') diff --git a/build/f_isoroot/f_onosfwpluginbuild/config.mk b/build/f_isoroot/f_onosfwpluginbuild/config.mk new file mode 100644 index 000000000..930fe9782 --- /dev/null +++ b/build/f_isoroot/f_onosfwpluginbuild/config.mk @@ -0,0 +1,12 @@ +############################################################################## +# Copyright (c) 2015 Ericsson AB and others. +# jonas.bjurel@eicsson.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 +############################################################################## + +ONOS_BRANCH=master +ONOS_REPO=https://review.openstack.org/openstack/fuel-plugin-onos +ONOS_CHANGE=refs/changes/02/250802/1 -- cgit 1.2.3-korg