Merge "fuel: update the commit used by the plugin"
authorMaryam Tahhan <maryam.tahhan@intel.com>
Mon, 8 Aug 2016 07:59:35 +0000 (07:59 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Mon, 8 Aug 2016 07:59:35 +0000 (07:59 +0000)
1  2 
src/fuel-plugin/pre_build_hook

@@@ -17,12 -17,11 +17,12 @@@ function build_pkg 
        rm -rf ${DIR}/build; mkdir -p ${DIR}/build; cd ${DIR}/build;
        git clone https://github.com/openstack/collectd-ceilometer-plugin
        cd  collectd-ceilometer-plugin
-       git checkout 6c7cb6adf86fcaa6028ca42867ddcb0582111ab1
+       git checkout 73372f2eb86c81f12bc10b392f75050a401107db 
        tar cfvz ${DIR}/repositories/ubuntu/collectd-ceilometer.tgz . --exclude=collectd-ceilometer.tgz
  
 -      cd ${DIR}/build; ../build-collectd.sh
 -      cp *.deb ${DIR}/repositories/ubuntu
 +      # support collectd with dpdk later
 +      #cd ${DIR}/build; ../build-collectd.sh
 +      #cp *.deb ${DIR}/repositories/ubuntu
  
        rm -rf ${DIR}/build
        ;;