diff options
author | George Paraskevopoulos <geopar@intracom-telecom.com> | 2016-09-30 15:21:26 +0300 |
---|---|---|
committer | Michal Skalski <mskalski@mirantis.com> | 2016-10-04 08:45:17 +0000 |
commit | 4ecd23bbb7287076db2fa704f43c387288cae648 (patch) | |
tree | 8c09afc9029d9524388982c721252e5cdfb79786 /build/f_isoroot/f_tacker-pluginbuild/config.mk | |
parent | 8e501a8589db2c5f29a43b5fb2d253c431397b4f (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>
(cherry picked from commit d91a7fc7cc9d853a9e5c56f87b6cd22ca11ab9a2)
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 |