Skip to content

Instantly share code, notes, and snippets.

@rakesh-patnaik
Last active June 25, 2016 21:54
Show Gist options
  • Save rakesh-patnaik/2f00a258dd7b6296c840fe9e818196f8 to your computer and use it in GitHub Desktop.
Save rakesh-patnaik/2f00a258dd7b6296c840fe9e818196f8 to your computer and use it in GitHub Desktop.
SOURCE_BRANCH=stable/0.8
yum -y install createrepo rpm rpm-build dpkg-devel git
easy_install pip
pip install fuel-plugin-builder
git clone https://github.com/openstack/fuel-plugin-lma-collector.git
git clone https://github.com/openstack/fuel-plugin-lma-infrastructure-alerting.git
git clone https://github.com/openstack/fuel-plugin-influxdb-grafana.git
git clone https://github.com/openstack/fuel-plugin-elasticsearch-kibana.git
cd /root/fuel-plugin-lma-collector
git checkout $SOURCE_BRANCH
cd /root/fuel-plugin-lma-infrastructure-alerting
git checkout $SOURCE_BRANCH
cd /root/fuel-plugin-influxdb-grafana
git checkout $SOURCE_BRANCH
cd /root/fuel-plugin-elasticsearch-kibana
git checkout $SOURCE_BRANCH
cd /root/fuel-plugin-lma-collector
fpb --check .
fpb --build .
fuel plugins --install *.rpm
cd /root/fuel-plugin-lma-infrastructure-alerting
fpb --check .
fpb --build .
fuel plugins --install *.rpm
cd /root/fuel-plugin-influxdb-grafana
fpb --check .
fpb --build .
fuel plugins --install *.rpm
cd /root/fuel-plugin-elasticsearch-kibana
fpb --check .
fpb --build .
fuel plugins --install *.rpm
cd ~
fuel plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment