- 13 Nov, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 22 Oct, 2012 4 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
It should have been changed in commit 696deeec
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Do not send through the monitor pipe the error messages. They may contain internal sensitive information. Create a new report_error function for sending errors through the monitoring pipe. Conflicts: snf-image-host/create snf-image-host/snf-image-update-helper.in
-
- 11 Oct, 2012 1 commit
-
-
Nikos Skalkotos authored
Check if the users stated in the USERS image property do actually exist.
-
- 05 Oct, 2012 2 commits
-
-
Nikos Skalkotos authored
snf-image-update-helper should check when creating a helper VM if an snf-image-helper package was installed from an apt repository through multistrap. If this is the case, snf-image-update-helper should not complain about not finding the HELPER_PKG.
-
Nikos Skalkotos authored
By default this directory is $(LOCALSTATEDIR)/cache/snf-image/helper
-
- 04 Oct, 2012 1 commit
-
-
Nikos Skalkotos authored
This is done for security reasons. The options may contain sensitive data like the Pithos DB password and while the program (pithcat) is running the whole command line is exposed to everyone through ps.
-
- 03 Oct, 2012 1 commit
-
-
Nikos Skalkotos authored
Hundred of warnings like this: `WARN: While quoting value for '<registry_key>', warning returned: Data could not be interpreted, quoting raw buffer.' are outputed when reglookup reads the registry of a Windows 2012 system.
-
- 01 Oct, 2012 1 commit
-
-
Nikos Skalkotos authored
When snf-image-update-helper runned, it moved the kernel and the initrd file out of the helper VM image. With this patch, snf-image-update-helper will copy the kernel to the host without removing it from the image.
-
- 28 Sep, 2012 2 commits
-
-
Nikos Skalkotos authored
You can disable this behaviour by defining the DO_SYNC image property.
-
Nikos Skalkotos authored
If snf-image-update-helper exits with errors, delete the temporary image file from /var/lib/snf-image/helper.
-
- 27 Sep, 2012 2 commits
-
-
Nikos Skalkotos authored
multistrap is more flexible allows as to define more that one repository to retrieve packages from.
-
Nikos Skalkotos authored
the kernel and init paths computed by snf-image-update-helper script were incorrect.
-
- 26 Sep, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Make snf-image-helper ran as init process when calling the helper VM. Also make the helper VM shut down quickly by using the shut off SysRq.
-
- 24 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 21 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
if this is set, then snf-image will run in debug mode.
-
- 17 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
Drop the rule that resets the password for user with username `user' if the USERS image property is missing and the system is detected to be a Fedora or a Ubuntu Linux system.
-
- 14 Sep, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The curl dependency is not optional any more.
-
- 13 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
This url points to a json file that contains the value for other OS parameters. Using this file we can pass parameters to snf-image without writting them in Ganeti's config.data. This is useful, for 2 reasons: * Privacy: We don't want the password to appear in the Ganeti config * Speed: Some parameters like IMG_PERSONALITY can be quite large (a few KB) and since ganeti shares the instance configuration among different nodes, the overall system will start getting slower if many instances with IMG_PERSONALITY exist.
-
- 12 Sep, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 06 Sep, 2012 1 commit
-
-
Nikos Skalkotos authored
When a users inject a file in an image that already exists, we want to make sure that this file is not altered by any other task. So, the EnforcePersonality task, is the last task that should run before the image is unmounted.
-
- 31 Aug, 2012 3 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 29 Aug, 2012 1 commit
-
-
Nikos Skalkotos authored
This backend type can be used if we want snf-image to configure the VM disk without first copying an image to it. This is useful for cases were the VM disk is already populated before snf-image runs.
-
- 29 Jul, 2012 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Newer arch linux systems use this file to assign a hostname. If the file is present and not empty, then use it.
-
- 23 Jul, 2012 5 commits
-
-
Nikos Skalkotos authored
* Fix distro detection code to detect arch linux systems * Fix AssighHostname hook to successfully assign the host name on arch linux systems
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
This program is used to output info and error messages from the host.
-
Nikos Skalkotos authored
This programm will get the stderr file as input and it will create a json image-error msg
-
- 20 Jul, 2012 3 commits
-
-
Nikos Skalkotos authored
snf-image-host can output info messages using the log_info function.
-
Nikos Skalkotos authored
Change msg field to messages in monitoring messages with type image-helper and subtype error or warning. The new field is a list of strings.
-
Nikos Skalkotos authored
Change sys.stdin.readline with os.read
-