Merge "docs: add userguide" tags/colorado.1.0 colorado.1.0
authorMaryam Tahhan <maryam.tahhan@intel.com>
Sun, 14 Aug 2016 12:03:24 +0000 (12:03 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Sun, 14 Aug 2016 12:03:24 +0000 (12:03 +0000)
src/fuel-plugin/README.md
src/fuel-plugin/pre_build_hook
src/package-list.mk

index cbe19e5..becb10a 100644 (file)
@@ -21,7 +21,9 @@ Documents
 Build/Deploy/Verify
 -------------------
 
-1) install fuel plugin builder (fpb)
+step 1, 2, 3 may be bypassed if fuel plugin is installed from /opt/opnfv in fuel@opnfv.
+
+1) install fuel plugin builder
     sudo apt-get install -y ruby-dev rubygems-integration python-pip rpm createrepo dpkg-dev
     sudo gem install fpm
     sudo pip install fuel-plugin-builder
@@ -37,9 +39,13 @@ Build/Deploy/Verify
        fuel plugins --install <plugin-name>.rpm
 
 5) prepare fuel environment
-       on fuel dashboard, go to settings/other
-       enable collectd-ceilometer plugin with checkbox
-       save settings
+  a) enable ceilometer service
+    go to settings/openstack services
+    enable ceilometer plugin with checkbox
+  b) enable collectd-ceilometer
+    go to settings/other
+    enable collectd-ceilometer plugin with checkbox
+  c) save settings
 
 6) add nodes to environment
 
index 6ce2778..3cca5bd 100755 (executable)
@@ -17,7 +17,7 @@ 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
 
       # support collectd with dpdk later
index 93dd598..61d7abf 100644 (file)
@@ -13,4 +13,4 @@ COLLECTD_URL ?= https://github.com/maryamtahhan/collectd-with-DPDK
 COLLECTD_TAG ?= dpdkstat
 
 COLLECTD_CEILOMETER_URL ?= https://github.com/openstack/collectd-ceilometer-plugin
-COLLECTD_CEILOMETER_TAG ?= master
+COLLECTD_CEILOMETER_TAG ?= stable/mitaka