Skip to content

Instantly share code, notes, and snippets.

@venkataanil
Created May 31, 2019 12:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save venkataanil/c7a34335bf30c9609dde88f5114b6b31 to your computer and use it in GitHub Desktop.
Save venkataanil/c7a34335bf30c9609dde88f5114b6b31 to your computer and use it in GitHub Desktop.
git clone https://github.com/openstack/browbeat.git
cd browbeat
cd ansible
./generate_tripleo_hostfile.sh -l
#edit
vi install/vars/all.yml
#set
# dns_server : 10.11.5.9
# collectd_compute: true
# graphite_host: norton.perf.lab.eng.rdu2.redhat.com
# graphite_prefix: asma
# grafana_host: norton.perf.lab.eng.rdu2.redhat.com
# grafana_password: 100yard-
# grafana_apikey: <add the key that is generated>
ansible-playbook -i hosts install/browbeat.yml
============================================================
If you get a bad credential error
source overcloudrc
cd ..
source .rally-venv/bin/activate
rally db create
rally deployment create --fromenv --name overcloud
rally deployment check
pip freeze | grep rally
# if the rally-openstack version is greater than 1.4.0
pip uninstall rally-openstack
pip uninstall rally
pip install rally-openstack==1.3.0
pip install rally==1.4.0
rally db recreate
rally deployment destroy overcloud
rally deployment create --fromenv --name overcloud
===================================================
(.rally-venv) (overcloud) [stack@undercloud-0 browbeat]$ rally deployment check
--------------------------------------------------------------------------------
Platform openstack:
--------------------------------------------------------------------------------
Available services:
+-------------+----------------+-----------+
| Service | Service Type | Status |
+-------------+----------------+-----------+
| __unknown__ | alarming | Available |
| __unknown__ | event | Available |
| __unknown__ | placement | Available |
| ceilometer | metering | Available |
| cinder | volume | Available |
| cinderv2 | volumev2 | Available |
| cinderv3 | volumev3 | Available |
| cloud | cloudformation | Available |
| glance | image | Available |
| gnocchi | metric | Available |
| heat | orchestration | Available |
| keystone | identity | Available |
| neutron | network | Available |
| nova | compute | Available |
| swift | object-store | Available |
+-------------+----------------+-----------+
deactivate
cd ansible
=============================================================
ansible-playbook -i hosts install/collectd-openstack.yml #optional
cd ..
source .browbeat-venv/bin/activate
python browbeat.py rally
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment