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

jenkins: openpower-controller.osuosl.org: Name or service not known #3487

Open
Tracked by #3380
sxa opened this issue Mar 21, 2024 · 1 comment
Open
Tracked by #3380

jenkins: openpower-controller.osuosl.org: Name or service not known #3487

sxa opened this issue Mar 21, 2024 · 1 comment

Comments

@sxa
Copy link
Member

sxa commented Mar 21, 2024

The following is happening about 144 times per day. Each instance generates about 50 lines of exception trace in the jenkins log so is therefore now a good proportion of the size of the logs :-)

java.net.UnknownHostException: openpower-controller.osuosl.org: Name or service not known
	at java.base/java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.base/java.net.InetAddress$PlatformNameService.lookupAllHostAddr(InetAddress.java:934)
[...]
	at org.openstack4j.connectors.okhttp.HttpExecutorServiceImpl.invoke(HttpExecutorServiceImpl.java:52)
[...]

This is the hostname referenced in the OSUOSL cloud configuration under the openstack plugin at https://ci.adoptium.net/manage/cloud/osuosl/

@sxa
Copy link
Member Author

sxa commented Mar 25, 2024

The endpoint has changed to openpower-openstack.osuosl.org although the credential we're using no longer seems to be valid for that instance so I've set the credential to None for now in order to alleviate the log pollution. We'll need to decide whether to keep using this and acquire a suitable set of automation credentials, or delete the configuration. Noting that jenkins doesn't seem to provide a way to disable a particular cloud configuration, otherwise I would have done that instead.
It's still giving one warning in the log every ten minutes:

WARNING	j.p.o.c.JCloudsCleanupThread#execute: Unable to authenticate: No credentials found for cloud osuosl (id=)

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

No branches or pull requests

1 participant