diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-09-30 15:21:26 +0300 |
---|---|---|
committer | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-10-03 11:09:10 +0300 |
commit | d91a7fc7cc9d853a9e5c56f87b6cd22ca11ab9a2 (patch) | |
tree | 089e3a9ac036285d1256b32ee022c21a9b7d63b5 /build/f_isoroot/f_tacker-pluginbuild/config.mk | |
parent | cf93e6ee11c96de090b04196cc96b4a6b0948928 (diff) |
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 <geopar@intracom-telecom.com>
Diffstat (limited to 'build/f_isoroot/f_tacker-pluginbuild/config.mk')
-rw-r--r-- | build/f_isoroot/f_tacker-pluginbuild/config.mk | 12 |
1 files changed, 12 insertions, 0 deletions
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 |