Solved!!! I forgot to allow no passwords for the ssh user on sudo! On Friday, April 29, 2016 at 9:47:37 AM UTC+12, Michael Speth wrote: > > I use foreman to provision to vSphere. I have vSphere templates for > Ubuntu 12.04, 14.04, 15.10, and 16.04. Both Ubuntu 12.04 and 14.04 work > properly (except for the disk size bug). Ubuntu 15.10 and 16.04 are > provisioned from the template. Foreman just hangs on 'configuring > instance' in the UI. There is nothing in the logs after 'getting dhcp'. > Even when I enable debug. > > If I login to the provisioned vm, the finish script is sitting in the home > directory. But it has never been run. I created a noop script (see > below). This script is never run. There is nothing in the syslog on the > guest either. > <%# > kind: finish > name: Landcare Ubuntu Finish > oses: > - Ubuntu 15.10 > - Ubuntu 16.04 > %> > #!/bin/bash > > logger '=== Starting finish Script ===' > logger '=== End of finish Script ===' > > exit 0 > > Anyone know what might be going wrong? > > Thank you >
-- You received this message because you are subscribed to the Google Groups "Foreman users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/foreman-users. For more options, visit https://groups.google.com/d/optout.
