New Question

aburluka's profile - activity

2016-11-11 22:17:24 +0200 received badge  Notable Question (source)
2016-11-11 22:17:24 +0200 received badge  Famous Question (source)
2016-07-25 04:47:54 +0200 received badge  Popular Question (source)
2016-07-21 13:47:50 +0200 received badge  Enthusiast
2016-07-19 15:15:07 +0200 asked a question Cloudbase-init applies config drive with attached CD on every boot

Hello! My case: win2k12, config drive CD (openstack/latest/metadata.json, openstack/latest/userdata) with cmd script in user data. Cloudbase-init executes script, all is fine. But if I leave CD attached after VM restart script is applied again. I read sources and manual, found: ... Based on their return codes, you can instruct the system to reboot or even re-execute the plugin on the next boot: • 1001 - reboot and don’t run the plugin again on next boot • 1002 - don’t reboot now and run the plugin again on next boot • 1003 - reboot and run the plugin again on next boot ... But it does not fit my needs.

What should I do to make user data executed only one time with CD attached?

2016-02-23 17:00:03 +0200 received badge  Notable Question (source)
2016-02-23 17:00:03 +0200 received badge  Famous Question (source)
2016-02-13 15:09:25 +0200 commented answer Any alternatives to multipart/mixed?

Thank you! Your solution is very elegant and fits me except few little obscurity. I would like to store passwords encrypted (cloud-init provides such functionality). And what about write_files analogue?

2016-02-13 14:50:02 +0200 commented answer Any alternatives to multipart/mixed?

Hello! Thanks for help, my wish scenario currently consists of: 1) setting users, passwords, ssh-keys 2) Execution of few commands 3) Writing some files (if it can be executed after that it would be wonderful)

2016-02-13 14:47:48 +0200 received badge  Popular Question (source)
2016-02-10 16:32:25 +0200 received badge  Famous Question (source)
2016-02-08 18:02:56 +0200 asked a question Any alternatives to multipart/mixed?

Can you please clarify me current status of multipart/mixed support in cloudbase-init? There is no implementation of it in sources. What is an current alternative to it if I would like to change user settings and execute scripts at the same time? Thank you and looking forward to your help.

2016-02-08 17:59:26 +0200 commented answer What should be on CDROM?

Thank you! Your example helped me a lot! But there is still a problem with multipart/mixed user data. I walked up through sources and currently it's not implemented. Can you please tell me how to combine cloud-config data with scripts execution?

2016-01-29 01:52:20 +0200 received badge  Notable Question (source)
2016-01-26 13:00:33 +0200 received badge  Popular Question (source)
2016-01-20 16:50:38 +0200 asked a question What should be on CDROM?

Hello! I would like to create CDROM with some personalization data for QEMU VM. I've installed windows and cloudbase init, service is running. If I understand it correctly, I should prepare ISO and and attach it as CDROM to VM. I try to add user-data and meta-data similar to cloud-init and this attempt failed. I want to execute arbitrary commands and add ssh keys. Could you please provide me examples of ISO contents?