- 18 Jun, 2014 1 commit
-
-
Nikos Skalkotos authored
-
- 04 Jun, 2014 1 commit
-
-
Brian Candler authored
Fix a bug in export script where the check of whether to use the $EXP_SIZE_FD file descriptor was wrong. This fixes #47
-
- 02 Jun, 2014 1 commit
-
-
Nikos Skalkotos authored
-
- 30 May, 2014 3 commits
-
-
Nikos Skalkotos authored
OS Parameters defined as command-line arguments should overwrite the ones given in the variants file. Many thanks to Brian Candler https://github.com/candlerb for the suggestion and all the help.
-
Nikos Skalkotos authored
Many thanks to Brian Candler https://github.com/candlerb for pointing this out. This fixes #39
-
Nikos Skalkotos authored
If the parameter is not defined then the ChangePassword task will not run at all. This resolves #34
-
- 27 May, 2014 1 commit
-
-
Nikos Skalkotos authored
If the variant file has defined mandatory input variables like IMG_ID the verification script should not fail to find them. This fixes #35
-
- 26 May, 2014 2 commits
-
-
Nikos Skalkotos authored
snf-image wasn't working correctly with API versions prior to 20 anyway.
-
Nikos Skalkotos authored
-
- 16 May, 2014 1 commit
-
-
Nikos Skalkotos authored
Replace all references of `environmental variable' with `environment variable'
-
- 15 May, 2014 1 commit
-
-
Chrysostomos Nanakos authored
Handle better possible backend options and require necessary ones by printing appropriate error messages.
-
- 14 May, 2014 1 commit
-
-
Chrysostomos Nanakos authored
Synnefo version 0.15.1 has introduced a selectable storage backend for Pithos, resulting in necessary changes to the ModularBackend class. In order to keep backward compatibility with older Synnefo versions, we check the Pithos backend version and instantiate the ModularBackend class appropriately.
-
- 12 May, 2014 1 commit
-
-
Nikos Skalkotos authored
Add Chrysostomos Nanakos to the list of snf-image authors
-
- 08 May, 2014 4 commits
-
-
Chrysostomos Nanakos authored
Set default values for Pithos storage backend type, RADOS conf file, RADOS map and block pools.
-
Chrysostomos Nanakos authored
-
Chrysostomos Nanakos authored
Include new Pithos variables for selectable storage backend to Ganeti create script.
-
Chrysostomos Nanakos authored
Introduce new Pithos variables for selectable storage backend.
-
- 04 Apr, 2014 2 commits
-
-
Nikos Skalkotos authored
When copying the image data to the VM's hard disk, use iflag=fullblock to accumulate full blocks of input. Without this flag, dd will write the read data whenever read() syscall returns, without waiting to gather enough data to create a bs-sized block. This may lead to unoptimized performance.
-
Nikos Skalkotos authored
Pass -s flag to kpartx to fix a potential race condition when deploying (ext|ntfs)dump images. Without -s, kpartx will return right after signaling the device mapper to create the partition block devices. This does not guarantee that the partitions will have been created when snf-image will try to use them.
-
- 14 Mar, 2014 2 commits
-
-
Nikos Skalkotos authored
* Fix various spelling errors * Add module comments on all python utilities
-
Nikos Skalkotos authored
Add a section where it is explained how snf-image can be configured via the /etc/default/snf-image file.
-
- 12 Mar, 2014 1 commit
-
-
Nikos Skalkotos authored
Use hivexget and hivexregedit instead of reglookup and chntpw to browse and alter the windows registry. The hivex utilities are better designed and maintained
-
- 10 Mar, 2014 2 commits
-
-
Nikos Skalkotos authored
snf-image does not make any use of this utility any more
-
Nikos Skalkotos authored
The default Virtual RAM size for the helper VM used to be 256MB
-
- 04 Feb, 2014 1 commit
-
-
Nikos Skalkotos authored
This can be used to overwrite the size of the virtual RAM that will be given to the helper VM
-
- 03 Feb, 2014 1 commit
-
-
Nikos Skalkotos authored
-
- 29 Jan, 2014 1 commit
-
-
Nikos Skalkotos authored
-
- 24 Jan, 2014 1 commit
-
-
Nikos Skalkotos authored
Fix a bug where API params like CONFIG_URL or IMG_PASSWORD where checked and used by scripts other that `create' (e.g. `import' and `export'). This may lead to errors. The CONFIG_URL may not be valid after the image creation
-
- 03 Dec, 2013 1 commit
-
-
Nikos Skalkotos authored
During ./configure check that python >= 2.6 as well as prctl and scapy python modules are present in the system
-
- 31 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
This is the default password hashing method for NetBSD.
-
- 30 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
This is not supported by the Linux version of crypt and is needed for NetBSD and OpenBSD. Add a new python-bcrypt packet in the helper that implements the OpenBSD Blowfish password hashing algorithm.
-
- 21 Oct, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
There was a debug print in pithcat causing problems
-
- 17 Oct, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- 14 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
Make sure to inform the users that the preferred way to define the db url is through the PITHCAT_INPUT_DB environmental variable
-
- 11 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
Echo IMG_NAME and IMG_TYPE so they get written in the ganeti os log file. This is handy for debugging
-
- 04 Oct, 2013 3 commits
-
-
Nikos Skalkotos authored
The id now should contain the relative path from the HELPER_DIR to the image filename, including the image-type extension if needed.
-
Nikos Skalkotos authored
Add extra code to check if the image path ends up being outside the IMAGE_DIR directory
-
Nikos Skalkotos authored
This used to be file://
-