From 4ecd23bbb7287076db2fa704f43c387288cae648 Mon Sep 17 00:00:00 2001 From: George Paraskevopoulos Date: Fri, 30 Sep 2016 15:21:26 +0300 Subject: Integration of fuel-plugin-tacker JIRA: FUEL-205 This change integrates https://github.com/openstack/fuel-plugin-tacker to the Fuel project. Change-Id: I51b1bdeeb678e55b85393f6a9f8180fc79322e8f Signed-off-by: George Paraskevopoulos (cherry picked from commit d91a7fc7cc9d853a9e5c56f87b6cd22ca11ab9a2) --- build/f_isoroot/f_tacker-pluginbuild/config.mk | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 build/f_isoroot/f_tacker-pluginbuild/config.mk (limited to 'build/f_isoroot/f_tacker-pluginbuild/config.mk') diff --git a/build/f_isoroot/f_tacker-pluginbuild/config.mk b/build/f_isoroot/f_tacker-pluginbuild/config.mk new file mode 100644 index 000000000..2de94d57e --- /dev/null +++ b/build/f_isoroot/f_tacker-pluginbuild/config.mk @@ -0,0 +1,12 @@ +############################################################################## +# Copyright (c) 2015 Ericsson AB and others. +# geopar@intracom-telecom.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 +############################################################################## + +TACKER_BRANCH?=master +TACKER_REPO?="https://github.com/openstack/fuel-plugin-tacker" +TACKER_CHANGE?=e49db23fa2392e2cc42ac15ce22e869ff9cb0e0c -- cgit 1.2.3-korg