-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ubuntu example using cloud-init #109
Comments
Hello @carltonnorthern concerning using ubuntu cloud-image as a starting point is the best approach here let me add an exemple |
ubuntu example added in #110 |
Thank you! |
Not everyone will want to use a cloud image, so I think that's a bad assumption. boot_command should be added so that it can have more equal footing with vmware. |
Hello @darthVikes I'm fully agree with you and that's why there is an alternate example who use kickstart iso image there is no assumption we don't need/want boot_command, but the problem is that there is no keypress support in the Nutanix API console so we are not able to implement boot_command support in packer plugin right now to keep it simple , it's not that we don't want to but that we can't ... for the moment once the feature will be available from API side we'll get it up and running in no time. please open a feature request support ticket on the Nutanix portal , it will help to track and manage priorities |
@tuxtof : Gotcha yah its hard to implement something if the APIs are not there. Is there a main Feature request number that we could reference? vs. just putting in a new ticket? that way it will be easier to track # of people requesting the feature? I was able to get the img_ working and have it boot from the iso, however, have some additional questions on that that I opened some new tickets on. |
/kind feature
Ubuntu utilizing cloud-init does things a little differently and it would be good to have an example showcasing how this plugin would work.
I've gotten this to work already but have one issue with it. It won't auto install without manually typing "yes" at the autoinstall prompt. I used some of the code from https://github.com/andif888/packer-ubuntu-vsphere-iso and they have a boot_comand (https://github.com/andif888/packer-ubuntu-vsphere-iso/blob/master/ubuntu-2004.pkrvars.hcl) which bypasses this with vSphere. But I can't figure out if this is something that is supported with this plugin or not. I don't think it is.
The text was updated successfully, but these errors were encountered: