Made Ambari RPM location configurable

The Ambari RPM location is now an ambari configuration property in
the blueprint.  This will support debug/issue resolution scenarios
as well as the export of this information.

Fixes:  bug #1208966

Change-Id: Ie0bfbd39d687c8c26d654b7fcfb369f764d48ef2
This commit is contained in:
Jon Maron 2013-08-06 15:10:37 -04:00
parent 0faf0687f7
commit bf5f41d044
1 changed files with 2 additions and 0 deletions

View File

@ -43,6 +43,8 @@ setuptools.setup(
packages=setuptools.find_packages(exclude=['bin']),
package_data={'savanna': [
'plugins/vanilla/resources/*.xml',
'plugins/hdp/resources/*.json',
'plugins/hdp/resources/*.template',
'service/edp/resources/*.xml',
'swift/resources/*.xml',
'tests/unit/resources/*.xml',