Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install monitoring stack using Ansible #5

Open
tgitchel opened this issue Nov 6, 2021 · 0 comments
Open

Cannot install monitoring stack using Ansible #5

tgitchel opened this issue Nov 6, 2021 · 0 comments

Comments

@tgitchel
Copy link

tgitchel commented Nov 6, 2021

I am using Ubuntu on Windows for my Ansible client, and I was able to successfully set up a cluster on AWS using “ansible-playbook aws-setup.yml” and “ansible-playbook install-aerospike.yml”, however I am getting error for “ansible-playbook aerospike-monitoring-setup.yml”:

TASK [Install grafana (Amzn Linux)] ****************************************************************************************************************************************************************************************************************
ok: [ec2-3-95-7-71.compute-1.amazonaws.com]

TASK [Set up prometheus config directory] **********************************************************************************************************************************************************************************************************
ok: [ec2-3-95-7-71.compute-1.amazonaws.com]

TASK [Get cluster ip addresses] ********************************************************************************************************************************************************************************************************************
ok: [ec2-3-95-7-71.compute-1.amazonaws.com]

TASK [Get cluster ip addresses] ********************************************************************************************************************************************************************************************************************
ok: [ec2-3-95-7-71.compute-1.amazonaws.com] => (item=ec2-44-199-191-102.compute-1.amazonaws.com)
ok: [ec2-3-95-7-71.compute-1.amazonaws.com] => (item=ec2-54-197-122-123.compute-1.amazonaws.com)
ok: [ec2-3-95-7-71.compute-1.amazonaws.com] => (item=ec2-54-226-254-248.compute-1.amazonaws.com)

TASK [Get client ip addresses] *********************************************************************************************************************************************************************************************************************
fatal: [ec2-3-95-7-71.compute-1.amazonaws.com]: FAILED! => {"msg": "'dict object' has no attribute 'aerospike_client'"}

PLAY RECAP *****************************************************************************************************************************************************************************************************************************************
ec2-3-95-7-71.compute-1.amazonaws.com : ok=9 changed=1 unreachable=0 failed=1 skipped=6 rescued=0 ignored=0
localhost : ok=3 changed=0 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant