hi.
i've got basic question here. i'm trying rundeck for the first time. i'm trying to mimic what is in
http://rundeck.org/docs/manual/rundeck-by-example.html. the problem i'm experiencing is, after creating the first project, "anvil", in the Run tab, the only node i see is "localhost", which is the server. and based on my understanding, i think i should see all nodes, anv1 thru anv5, which i provided as xml (from that rundeck example doc), but i don't.
the command i used to create this initial project:
# rd-project -a create -p anvil \
--project.ssh-keypath=/home/rundeck/.ssh/id_rsa \
after that i did
# chown -R rundeck:rundeck /var/rundeck/projects/anvil
the project.resources.url does work:
HTTP/1.1 200 OK
Content-Type: text/xml
any tips on what to look for? OS Centos, rundeck-1.4.2-1.1. i've not edited any rundeck configs. it's all vanilla as supplied by the rpm.
thanks in advance,
kallen