Unable to provision VMs in VM Cloudspaces #450
Unanswered
hariprasadiit
asked this question in
Get Help
Replies: 4 comments 2 replies
|
it looks like, cloud-init is causing the issue. If I don't use cloud-init, VMs are provisioned |
0 replies
|
here's the sample cloud-init file package_update: true
package_upgrade: true
ssh_pwauth: false
groups:
- docker
users:
- name: vizmo
gecos: Vizmo
groups:
- sudo
- docker
shell: /bin/bash
lock_passwd: true
sudo: "ALL=(ALL) NOPASSWD:ALL" |
0 replies
|
Hey @hariprasadiit, thanks for reporting this, It looks like there's a 255 character limit being imposed on the cloud-init payload |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello,
I tried provisioning VMs in VM cloudspaces, but I'm always seeing the below error. I tried different regions
All reactions