Updated the readme file to add missing commands.

Added commands in readme file to point to the correct inventory
file and run grafana on HA proxy.

Change-Id: I14756b8986738a558f63d497b617dbc40f4d977d
This commit is contained in:
Nish Patwa 2016-09-13 15:47:16 +00:00
parent 19255fd1a8
commit 7f7262996f

@ -27,6 +27,18 @@ Copy the env.d files into place
cd openstack-ansible-ops/cluster_metrics
cp etc/env.d/cluster_metrics.yml /etc/openstack_deploy/env.d/
Add the export to update the inventory file location
.. code-block:: bash
export ANSIBLE_INVENTORY=/opt/openstack-ansible/playbooks/inventory/dynamic_inventory.py
If you are running the HA Proxy you should run the following playbook as well to enable the grafana port 8089
.. code-block:: bash
openstack-ansible playbook-metrics-lb.yml
Create the containers
.. code-block:: bash