Is there a command to update a vm’s custom script/user data?
I tried the following and it doesn’t work:
<acropolis> vm.update my-vm cloudinit_userdata_path=file:///tmp/user-data.txt
Is there a command to update a vm’s custom script/user data?
I tried the following and it doesn’t work:
<acropolis> vm.update my-vm cloudinit_userdata_path=file:///tmp/user-data.txt
Hi adnil,
I am a little confused by the question. Cloud-init is used during initial VM creation or cloning (again, creation of the VM). You are looking to update VM’s Cloud-init script?
Acropolis Command-Line Interface (aCLI): vm.update has a full set of vm.update parameters and cloudinit_userdata_path is not one of them.
Take a look at this thread ncli create vm with custom script to pass in cloudinit. Let me know if that helps.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.