-
Notifications
You must be signed in to change notification settings - Fork 6
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
[feature request] Support passing userdata for vm creation #265
Comments
we aren't handling the user data part of the flow, I'm wondering if you can add the route via the provisioners step post deployment! |
I can workaround the adding routes part with shell provisioner indeed, but some of our images require custom cloud-init-format scripts which won't play nicely. |
Turns out there is no way to workaround it with shell provisioner in our case - during image building the vm is being rebooted several times, and the only friendly and persistent way to set up networking that will survive reboots is via userdata script. |
go for it and make sure you keep it generic and optional. |
Unfortunately IBM Cloud Power requires manual routes addition in case of non-trivial (2 networks, public \ private) network setup that should be achieved with cloud-init scripts like
userdata_ppc64
Corresponding cli command would be
Looking at what's supported atm I could not find anything related to userdata passing unfortunately :(
The text was updated successfully, but these errors were encountered: