Statistics
| Branch: | Tag: | Revision:

root / snf-image-host @ ed87f83e

# Date Author Comment
ed87f83e 11/11/2011 06:31 pm Nikos Skalkotos

Add curl as a dependency

a6aca8a3 11/11/2011 06:28 pm Nikos Skalkotos

Merge branch 'master' into debian

cb489189 11/11/2011 06:23 pm Nikos Skalkotos

Abandon wget.

Since curl is needed to find remote file sizes, lets do the whole
downloading with curl.

7a72942e 11/11/2011 04:02 pm Nikos Skalkotos

Update ChangeLogs and configure for version 0.2

27acc2e4 11/11/2011 03:33 pm Nikos Skalkotos

Fix ROOT_PARTITION property support

14de44dc 11/11/2011 11:06 am Nikos Skalkotos

Fix custom images support

  • Add code to compute the remote filesize
  • Check for wget and curl in the configuration phase
7a474322 11/10/2011 04:58 pm Nikos Skalkotos

Fix bash syntax error in a case statement

db0078b9 11/09/2011 05:07 pm Nikos Skalkotos

Add initial support for custom images

e0ae744d 11/08/2011 03:29 pm Nikos Skalkotos

Add parted as a default pkgs in HELPER_EXTRA_PKGS

a5dbdff8 11/08/2011 03:29 pm Nikos Skalkotos

Remove forgotten -l option in update-helper

e16d4331 11/08/2011 11:23 am Constantinos Venetsanopoulos

Add `img_properties` OS parameter

The img_properties parameter is a json dictionary
(json.dumps format) which contains all the necessary
properties that will be used to customize the new image.

39822c89 11/03/2011 05:15 pm Nikos Skalkotos

Pass a new (SNF_IMAGE_)ROOT variable to the helper

For {ext,ntfs}dump this is always 1.
For diskdump this is an image property

3f4f15f3 11/02/2011 04:42 pm Nikos Skalkotos

Add diskdump support in create (part 2)

b206849d 10/31/2011 05:05 pm Nikos Skalkotos

Add diskdump support in create

23996b5d 10/31/2011 05:02 pm Nikos Skalkotos

Beautify common.sh.in

cfd38847 10/26/2011 05:12 pm Nikos Skalkotos

Beautify help msg in update-helper

Also remove `-l' option. It's no longer needed.

a1aef659 10/26/2011 12:12 pm Nikos Skalkotos

Add input options in update-helper script

5aa106c3 10/25/2011 03:52 pm Constantinos Venetsanopoulos

Add snf-ganeti-tools as a build-dependency

Add snf-ganeti-tools as a build-dependency for snf-image-host.
snf-progress-monitor is needed because we configure the package
with the --with-progress-monitor option

ff797198 10/20/2011 01:44 pm Constantinos Venetsanopoulos

Update debian packaging to v0.1.2

fc9c4f5b 10/20/2011 01:17 pm Constantinos Venetsanopoulos

Merge branch 'master' into debian

edbc7ebf 10/20/2011 12:08 pm Nikos Skalkotos

Update ChangeLogs for v0.1.2

5a31f7ef 10/20/2011 11:31 am Nikos Skalkotos

Fix issues #1531 #1532 #1533

3fad6570 10/17/2011 01:40 pm Constantinos Venetsanopoulos

Update debian package for upstream v0.1.1

233dd546 10/17/2011 01:36 pm Constantinos Venetsanopoulos

Merge branch 'master' into debian

1a38f03a 10/17/2011 01:09 pm Nikos Skalkotos

Update ChangeLog Files

4e11824c 10/17/2011 01:04 pm Nikos Skalkotos

Add timestamp before & after helper VM's execution

6efb24fb 10/17/2011 11:52 am Nikos Skalkotos

Replace $(var) with ${var} in defaults file.

b2288790 10/13/2011 02:21 pm Vangelis Koukis

Merge branch 'master' into debian

456b77f1 10/13/2011 02:15 pm Nikos Skalkotos

Fix a dangerous-use-of-xargs bug in create

7af7f85c 10/12/2011 10:31 am Constantinos Venetsanopoulos

Add qemu-img dependency in snf-image-host

f2c69c05 10/11/2011 10:52 pm Vangelis Koukis

Merge branch 'master' into debian

af4a3462 10/11/2011 10:52 pm Vangelis Koukis

Fix minor bugs, update AUTHORS

Make sure snf-image-host passes the magic argument
in the kernel command line of the helper VM to activate snf-image-helper,
update AUTHORS.

edb3bbc0 10/11/2011 01:49 pm Constantinos Venetsanopoulos

Fixes in snf-image-host packaging

  • Delete debian/files
  • Create the dir /var/lib/snf-image/helper
    which was not created by default
  • Fix build and package dependencies
ca4b092d 10/11/2011 12:32 pm Vangelis Koukis

Merge branch 'master' into debian

ff7783b8 10/10/2011 06:17 pm Vangelis Koukis

Avoid activating snf-image-helper by mistake

Only activate the snf-image-helper automatically if the caller
has passed a magic argument in the kernel command line.

Require a '--force' argument to activate snf-image-helper,
to avoid accidental execution of the script.

97532278 10/10/2011 05:04 pm Vangelis Koukis

Minor fixes to documentation

1c0ec64e 10/10/2011 03:47 pm Vangelis Koukis

Merge branch 'master' into debian

6a95db10 10/10/2011 03:42 pm Vangelis Koukis

Fix typos, remove reference to $windows_support

55d2fc47 10/10/2011 01:41 pm Nikos Skalkotos

Replace losetup in update-helper with the $LOSETUP

This is really minor, but since we are using a bash var for losetup in
create, which is overwritable from the defaults file, lets keep it that
way.

2ce63dc2 10/10/2011 10:57 am Nikos Skalkotos

Fix some minor things in defaults file

9a7af5df 10/10/2011 10:50 am Nikos Skalkotos

Fix a var name bug introduced in the last commit

026a247d 10/10/2011 10:10 am Nikos Skalkotos

Merge branch 'master' into debian

078f1868 10/10/2011 10:10 am Nikos Skalkotos

Merge branch 'master' into debian

bad5ca1f 10/10/2011 09:43 am Nikos Skalkotos

Mass cleanup and some bug fixing

  • Make all "local" variables lowercase.
  • Move HELPER_EXTRA_PKGS from snf-image-update-helper to common.sh
  • Protect all variables from spaces and other special chars
  • Remove extra X's from mktemp template names (only 6 are supported)....
c36351f5 10/07/2011 03:23 pm Nikos Skalkotos

Fix minor typos in update-helper script

6603485b 10/07/2011 01:14 pm Nikos Skalkotos

Merge branch 'master' into debian

152c17de 10/07/2011 01:12 pm Nikos Skalkotos

Correct the IMAGE_DIR var in the defaults file

ce08ae22 10/07/2011 01:02 pm Nikos Skalkotos

Remove patches directory in debian

81af81ff 10/07/2011 12:52 pm Nikos Skalkotos

Merge branch 'master' into debian

63d6058d 10/07/2011 12:51 pm Nikos Skalkotos

Beautify the output of update-helper script

7b091f08 10/07/2011 11:50 am Nikos Skalkotos

Merge branch 'master' into debian

aac16418 10/06/2011 06:07 pm Nikos Skalkotos

Remove filesystem scan enforcement rules in helper

Helper image should never have filesystem checks. The default rule mkfs
implies is to check every 24 mounts or 180 days.

3b66e07b 10/06/2011 05:52 pm Nikos Skalkotos

Reduce helper's timeout limits

5cbb15b9 10/06/2011 05:49 pm Nikos Skalkotos

Make helper boot from a temporary image snapshot

7c9ef4cb 10/06/2011 01:16 pm Nikos Skalkotos

Merge branch 'master' into debian

3b0420ce 10/06/2011 12:26 pm Nikos Skalkotos

Make update-helper update the images /etc/rc.local

This is needed in order to make the helpers code autorun

52ac594c 10/06/2011 11:19 am Nikos Skalkotos

Add further functionality in update-helper script

  • Make the script install the snf-image-helper package inside the
    created image.
  • Add more diagnostic messages
9aac6898 10/06/2011 11:10 am Nikos Skalkotos

Fix a bug in common.sh

test returned !0 causing problems to the script!

d5f829b8 10/05/2011 05:20 pm Nikos Skalkotos

Add install-mbr in configure's required packages

2421c4b0 10/05/2011 04:59 pm Nikos Skalkotos

Merge branch 'master' into debian

f1ffe310 10/05/2011 04:48 pm Nikos Skalkotos

Move update-helper script to snf-image-host

d51a95a8 10/05/2011 04:43 pm Nikos Skalkotos

Add script to construct a new helper VM image

The scripts runs debootstrap and creates a new disk image

edf5dd1a 10/05/2011 01:49 pm Constantinos Venetsanopoulos

Rename host to snf-image-host

Also add ChangeLog and COPYING info

d9ed196a 10/05/2011 11:06 am Constantinos Venetsanopoulos

Merge branch 'master' into debian

e22be424 10/04/2011 04:28 pm Constantinos Venetsanopoulos

Initial commit for debian packaging

The source is going to be split into 2 separate debian packages:
snf-image-helper (helper VM), snf-image-host (Host OS Provider)

  • Rename directory host --> snf-image-host
  • Add debian packaging for snf-image-host
  • Add COPYING file