Re: [openstack-dev] Nodepool: puppet puts wrong key in authorized_keys in slave

2015-06-01 Thread Eduard Matei
Hi, Seems i missed a step, NODEPOOL_SSH_KEY was not exported so the image was not properly configured. Now i got an instance that is added to the jenkins master as slave and it's online. Thanks. Eduard __ OpenStack Developmen

Re: [openstack-dev] Nodepool: puppet puts wrong key in authorized_keys in slave

2015-06-01 Thread Eduard Matei
Hi Ramy, I tried the disk-image-builder and now i can't ssh with any user with any key. Everytime i get "Permission denied (publickey).". Here's my nodepool.yaml: script-dir: /etc/nodepool/scripts elements-dir: /etc/nodepool/elements images-dir: /opt/nodepool_dib dburi: 'mysql://nodepool:chang

Re: [openstack-dev] Nodepool: puppet puts wrong key in authorized_keys in slave

2015-05-30 Thread Asselin, Ramy
enough. Best, Ramy From: Eduard Matei [mailto:eduard.ma...@cloudfounders.com] Sent: Saturday, May 30, 2015 12:26 AM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] Nodepool: puppet puts wrong key in authorized_keys in slave Hi, Recently i updated nodepool

[openstack-dev] Nodepool: puppet puts wrong key in authorized_keys in slave

2015-05-30 Thread Eduard Matei
Hi, Recently i updated nodepool and the devstack where it's supposed to create slaves. After some minor issues i managed to get it running, and it is able to create an image and i can login to an instance created from that image using user "ubuntu" (image is trusty). While trying to add the slave