redhat-performance / odf-grafana

Playbook and dashboards to help with ODF performance analysis
GNU General Public License v3.0
5 stars 11 forks source link

Error while getting the grafana route URL #4

Closed bose-abhishek closed 2 years ago

bose-abhishek commented 2 years ago

I am getting the following error while running ansible-playbook deploy-grafana.yml I have installed all the packages as mentioned in the README.


TASK [grafana : Extract the grafana route URL] ***********************************************************************************************************************************************************************************************
Wednesday 24 August 2022  17:53:27 -0400 (0:00:10.725)       0:00:43.373 ****** 
fatal: [localhost]: FAILED! => {"msg": "You need to install \"jmespath\" prior to running json_query filter"}

PLAY RECAP ***********************************************************************************************************************************************************************************************************************************
localhost                  : ok=11   changed=9    unreachable=0    failed=1    skipped=4    rescued=0    ignored=0   
pcuzner commented 2 years ago

Hi @bose-abhishek

can you install python3-jmespath and try again

jmespath is used by Ansible's json_query function.

bose-abhishek commented 2 years ago

@pcuzner , python-jmespath is already installed but still I am getting the error.

# dnf list installed | grep jmespath
python3-jmespath.noarch                            0.9.0-11.el8                                                @rhel86-appstream

It is possible that the issue is related to the IPv6 network of the cluster. I am going to install an OCP cluster with IPv4 and will check if the error is still occurring.

pcuzner commented 2 years ago

I've only tested against ipv4