rundeck / rundeck

Enable Self-Service Operations: Give specific users access to your existing tools, services, and scripts
http://rundeck.org
Apache License 2.0
5.51k stars 915 forks source link

Node source list empty in UI #6278

Closed mifiki closed 4 years ago

mifiki commented 4 years ago

Describe the bug Node source list empty in UI

My Rundeck detail

To Reproduce Steps to reproduce the behavior:

  1. Install fresh Rundeck 3.3.0 on Ubuntu 18.04 as per official guide
  2. Create a project
  3. Click on "Project settings -> Edit Nodes...", choose "Sources"
  4. See the empty list (on screenshot)

Expected behavior We should see a list of node sources

Screenshots image

Desktop (please complete the following information):

MegaDrive68k commented 4 years ago

Hi @mifiki

Make sure that grails.serverURL (on rundeck-config.properties file, usually at /etc/rundeck path) is pointing to proxy/webserver rundeck exit URL, check this thread:

https://groups.google.com/g/rundeck-discuss/c/I94cVxK_6kQ

And this. https://github.com/rundeck/rundeck/issues/5087

Regards!

mifiki commented 4 years ago

Hi @mifiki

Make sure that grails.serverURL (rundeck-config.properties file, usually at/etc/rundeck path) is pointing to proxy/webserver rundeck exit URL, check this thread:

https://groups.google.com/g/rundeck-discuss/c/I94cVxK_6kQ

And this. #5087

Regards!

Thank you for you answer. Rundeck was running behind nginx, and grails.serverURL was set to localhost. Problem was solved after setting it to external domain name.

Thanks again for helping, I would just like to mention that this issue appears to be very common (after some internet search) and the solution is not obvious at all. Probably this needs to be fixed in default installation - as other Rundeck features work out of box, this also should.