CenturyLinkCloud / chef-provisioning-vsphere

A chef-provisioning provisioner for VMware vSphere
MIT License
66 stars 57 forks source link

Prompted for password #103

Open rj-reilly opened 7 years ago

rj-reilly commented 7 years ago

I have a the following config : https://gist.github.com/rj-reilly/02428aa3c3af768c460d2c029ec65d3b

no matter what user i use it prompts for a password and I am definetley using the correct password. I have tried with a user and sudo or just setting root password.

 - update node jenkins at chefzero://localhost:8889
    -   update run_list from ["recipe[app_jenkins::build_dev]"] to ["app_jenkins::build_dev"]
    - Power on VM [vm/Jenkins][2017-03-15T12:56:57-04:00] INFO: 70267589776160 Executing pwd on root@192.168.1.114
root@192.168.1.114's password:
root@192.168.1.114's password:

    - waiting up to 300 seconds for customization
    - IP addresses found: ["192.168.1.114", "fdb1:878:43a4:0:250:56ff:feab:15d3", "fe80::250:56ff:feab:15d3"][2017-03-15T12:57:19-04:00] INFO: 70267542123760 Executing pwd on root@192.168.1.114
root@192.168.1.114's password:
root@192.168.1.114's password:

    - IP addresses found: ["192.168.1.114", "fdb1:878:43a4:0:250:56ff:feab:15d3", "fe80::250:56ff:feab:15d3"][2017-03-15T12:57:32-04:00] INFO: 70267549754620 Executing pwd on root@192.168.1.114
root@192.168.1.114's password:
crutchfield commented 6 years ago

I am getting the same results now (not yesterday). Prompts for password of vm being created so it can ssh into it. :(