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

Unable to fetch node details in rundeck #53

Open
Prabodh-07 opened this issue Jan 11, 2024 · 0 comments
Open

Unable to fetch node details in rundeck #53

Prabodh-07 opened this issue Jan 11, 2024 · 0 comments

Comments

@Prabodh-07
Copy link

We are running better-chef-rundeck inside docker container but we are running two containers for 2 regions. same configuration has been done in both the containers but from one container we are unable to fetch node data.

URL for dallas region nodes =http://172.17.0.3:8080/os:linux?name=hostname&override_username=msdomain1\rundeckadmin1&hostname=ipaddress&ip=ipaddress&tags=chef_environment&osArch=kernel,machine&os&platform&platform_version&roles&fqdn&recipes&chef_name=name&mstar_metadata=mstar_metadata&region=mstar_classification,region Timeout: 30

Error : node(s) missing name attribute. You've overriden the name attribute to the attribute path hostname in your GET parameters name=hostname&override_username=inetcontrol&hostname=ipaddress&ip=ipaddress&tags=chef_environment&osArch=kernel,machine&os&platform&platform_version&roles&fqdn&recipes&chef_name=name

But 2nd URL is working properly which is for chicago server nodes.

http://172.17.0.2:8080/os:linux?name=hostname&override_username=msdomain1\rundeckadmin1&hostname=ipaddress&ip=ipaddress&tags=chef_environment&osArch=kernel,machine&os&platform&platform_version&roles&fqdn&recipes&chef_name=name&mstar_metadata=mstar_metadata&region=mstar_classification,region Timeout: 30

Both the containers are working properly we did not see any error in docker logs. also chef server is up and running properly. on chef servers in knife node list all node are showing correctly but those details are not able to fetch in rundeck.

We got error in rundeck service.log

image
rundeck_error

This is old setup previously it was working fine but suddenly we started to face this issue.

curl "http://172.17.0.2:8080"
curl "http://172.17.0.3:8080" for both of this commands we are getting output.
better-chef-rundeck is up and running!

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