diff options
author | Michal Skalski <mskalski@mirantis.com> | 2016-10-03 12:15:02 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-03 12:15:02 +0000 |
commit | 49f066e78e52fde9ce0d467a838211270f518591 (patch) | |
tree | 631003df0be5479a2246747e490d881e8f527380 /build/f_isoroot/f_tacker-pluginbuild/config.mk | |
parent | 5a2baab2f610d436d7ef35ae1fd3af83685860e3 (diff) | |
parent | d91a7fc7cc9d853a9e5c56f87b6cd22ca11ab9a2 (diff) |
Merge "Integration of fuel-plugin-tacker"
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 |