Statistics
| Branch: | Tag: | Revision:

root / snf-image-host / defaults.in @ master

History | View | Annotate | Download (3.1 kB)

# Date Author Comment
971a3e68 02/04/2014 11:08 am Nikos Skalkotos

Add new HELPER_MEMORY parameter

This can be used to overwrite the size of the virtual RAM that will
be given to the helper VM

9728e789 09/20/2013 04:55 pm Nikos Skalkotos

Remove HELPER_URL from defaults.in & common.sh.in

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

fc8cbf90 09/09/2013 03:18 pm Nikos Skalkotos

Rename create-fixed helper script to create-helper

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

6fe48058 08/30/2013 05:03 pm Nikos Skalkotos

Add code to create a fixed appliance archive

When you run snf-image-create-fixed-helper an archive of the fixed
helper is created under /tmp

34e34e80 08/30/2013 02:18 pm Nikos Skalkotos

Reorganize the helper image creation scripts

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.

35ab9f4c 03/08/2013 08:31 pm Nikos Skalkotos

Rename snf-image-host to snf-image

d509231b 02/20/2013 07:49 pm Nikos Skalkotos

Make monitoring work with xen

  • Add custom vif script for the helper VM
  • Cleanup helper code
49bc26a3 01/27/2013 07:47 pm Nikos Skalkotos

Change some default values

Change HELPER_SIZE to 600 and HELPER_SOFT_TIMEOUT to 120

81d3d555 01/21/2013 06:38 pm Nikos Skalkotos

Make the size of the helper VM image configurable

Add a new HELPER_SIZE variable for this purpose. Default size is
hardcoded to 400MB

fd0c1f7d 01/17/2013 02:43 pm Nikos Skalkotos

Make defaults file inherit the ./configure options