Last active
June 25, 2016 21:54
-
-
Save rakesh-patnaik/2f00a258dd7b6296c840fe9e818196f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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