- 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
-
- 08 May, 2014 1 commit
-
-
Chrysostomos Nanakos authored
Set default values for Pithos storage backend type, RADOS conf file, RADOS map and block pools.
-
- 04 Apr, 2014 1 commit
-
-
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 1 commit
-
-
Nikos Skalkotos authored
* Fix various spelling errors * Add module comments on all python utilities
-
- 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
-
- 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
-
- 17 Oct, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 04 Oct, 2013 2 commits
-
-
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://
-
- 20 Sep, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
The variable should only exist in snf-image-update-helper. If the user wants to overwrite the value, he should create it in /etc/default/snf-image-update-helper
-
- 09 Sep, 2013 1 commit
-
-
Nikos Skalkotos authored
Rename snf-image-create-fixed-helper script to snf-image-create-helper. Also remove the command that will create a tar archive of the helper files under /tmp
-
- 30 Aug, 2013 2 commits
-
-
Nikos Skalkotos authored
When you run snf-image-create-fixed-helper an archive of the fixed helper is created under /tmp
-
Nikos Skalkotos authored
Move the old snf-image-update-helper to snf-image-create-fixed-helper and make the new snf-image-update-helper download a fixed helper image specified by the HELPER_URL variable.
-
- 11 Mar, 2013 2 commits
-
-
Nikos Skalkotos authored
The check for supported hypervisors should only executed by scripts that comply to the ganeti api.
-
Nikos Skalkotos authored
-
- 06 Mar, 2013 1 commit
-
-
Nikos Skalkotos authored
The script should always exit with an error status after a log_error command
-
- 01 Mar, 2013 1 commit
-
-
Nikos Skalkotos authored
Add check_helper_rc and check_helper_result functions called by kvm-common.sh and xen-common.sh.
-
- 21 Feb, 2013 1 commit
-
-
Nikos Skalkotos authored
-
- 20 Feb, 2013 1 commit
-
-
Nikos Skalkotos authored
* Add custom vif script for the helper VM * Cleanup helper code
-
- 06 Feb, 2013 1 commit
-
-
Nikos Skalkotos authored
This can be used to configure the bridge on which the helper's VM nic will be attached when using XEN.
-
- 27 Jan, 2013 2 commits
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Change HELPER_SIZE to 600 and HELPER_SOFT_TIMEOUT to 120
-
- 21 Jan, 2013 1 commit
-
-
Nikos Skalkotos authored
Add a new HELPER_SIZE variable for this purpose. Default size is hardcoded to 400MB
-
- 17 Jan, 2013 1 commit
-
-
Nikos Skalkotos authored
Remove: HELPER_CACHE_DIR HELPER_IMG HELPER_KERNEL HELPER_INITRD TIMELIMIT Add: TIMEOUT In configure, remove: --enable-network-backend --with-helper-img --with-helper-kernel --with-helper-initrd
-
- 05 Dec, 2012 1 commit
-
-
Christos Stavrakakis authored
Modify pithcat to be able to parse and work with URLs of the form: `pithosmap://hash/size' which are neeed for archipelagos.
-
- 02 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
Make sure local variables are defined as local before they get assigned. Having variables get defined and assigned in one line like this: local var=foo can sometimes cause problems. For example, this line: local var=$(false) will return 0 and the script will not fail if set -x is defined.
-
- 01 Dec, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 30 Nov, 2012 1 commit
-
-
Nikos Skalkotos authored
snf-image-update-helper will only install a pkg retrieved from the apt unless -p option is specified.
-
- 29 Nov, 2012 1 commit
-
-
Nikos Skalkotos authored
-
- 28 Nov, 2012 3 commits
-
-
Nikos Skalkotos authored
This can be used to enable or disable the version check between snf-image-host and snf-image-helper at the end of the update-helper script.
-
Nikos Skalkotos authored
Using package caches to create the helper image is dangerous now that snf-image-helper is automatically retrieved.
-
Nikos Skalkotos authored
The files hosted in this directory will be added in the /etc/apt/preferences.d directory of the helper image before multistrap runs.
-
- 22 Oct, 2012 2 commits
-
-
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
-
- 05 Oct, 2012 1 commit
-
-
Nikos Skalkotos authored
By default this directory is $(LOCALSTATEDIR)/cache/snf-image/helper
-