Statistics
| Branch: | Tag: | Revision:

root @ 3179b447

# Date Author Comment
3179b447 10/05/2011 12:17 pm Constantinos Venetsanopoulos

Rename helper to snf-image-helper

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
80fe7d19 10/04/2011 04:26 pm Nikos Skalkotos

Fix paths in Makefile.am

bf7c33b2 10/04/2011 03:48 pm Nikos Skalkotos

Fix helper's Makefile

  • Change the main script from rc.local to snf-image-helper.
  • Fix some build dirs.
9279d315 10/04/2011 12:53 pm Nikos Skalkotos

Remove "Clean UP executed" echo line.

It's just annoing

bd1178fa 10/04/2011 12:48 pm Nikos Skalkotos

Remove -root field from the images filename format

It is completely redundant. We don't support -boot of any other format.

9e713e52 10/04/2011 12:38 pm Nikos Skalkotos

Fix bugs in create

  • Fix kvm guest execution command
  • Remove \r\n from the result file before reading it
13487fe3 10/03/2011 07:26 pm Nikos Skalkotos

Run helper vm as a non-root user

9999d40d 10/03/2011 07:08 pm Nikos Skalkotos

Add limits on helper VM execution time

7f6bd8e0 10/03/2011 07:05 pm Nikos Skalkotos

Add result file support in helper

Helper always outputs the result to the second serial port (ttyS1).

f25fb7f4 10/03/2011 07:05 pm Nikos Skalkotos

Parse helpers result file

58356445 10/03/2011 07:05 pm Nikos Skalkotos

Fix the OSP_IMG_PERSONALITY existence check

2f221381 10/03/2011 05:21 pm Constantinos Venetsanopoulos

Minor fix in 50EnforcePersonality.py

8b9d0a95 10/03/2011 05:03 pm Constantinos Venetsanopoulos

Initial commit to support the personality feature

  • Support for file injection functionality
  • Add the img_personality OS parameter
4d0a0a13 10/03/2011 04:02 pm Nikos Skalkotos

Fix a bug in the helper's floppy creation code

Thank you cven.

3b179b45 10/03/2011 03:50 pm Nikos Skalkotos

Boot helper wth external kernel

5484975e 10/03/2011 12:00 pm Nikos Skalkotos

Make HELPER var overwritable from defaults

Also did a minor cleanup
cc4a63ae 09/30/2011 05:44 pm Nikos Skalkotos

Make helper get the instance's device file by host

adab5e0a 09/30/2011 02:05 pm Nikos Skalkotos

Fix the installation-path for snf-passtohash.py

9ca51845 09/30/2011 01:13 pm Nikos Skalkotos

Add MBR installation command in create

c4447efb 09/30/2011 01:12 pm Nikos Skalkotos

Add commondir variable to helper's building system

d46fb573 09/29/2011 07:05 pm Nikos Skalkotos

Fix helpers building System

5d3735b5 09/29/2011 04:48 pm Nikos Skalkotos

Make sure all tasks contail the vim config line

630610f8 09/29/2011 12:04 pm Nikos Skalkotos

Fix script errors in helper's tasks

1bb3e009 09/29/2011 11:33 am Nikos Skalkotos

Export all SNF_IMAGE_* vars in a static way.

b6275d20 09/29/2011 11:29 am Nikos Skalkotos

Write export before every variable in floppy/rules

This way we make sure that the helper's script that sources the rules
file will export those variables

8cd155a3 09/29/2011 11:27 am Nikos Skalkotos

Add PATH to common.sh

Since the helpers scripts run before the login shell, we need to define
the PATH variable ourselfs.

8704ee47 09/29/2011 11:24 am Nikos Skalkotos

Fix error messages in helper's tasks

91af2694 09/28/2011 06:30 pm Nikos Skalkotos

Remove the .sh extention in helper's tasks script

This is causing problems to run-parts

0a35a4ab 09/28/2011 06:00 pm Nikos Skalkotos

Change tasks interpreter from /bin/sh to /bin/bash

c308b9f9 09/28/2011 05:59 pm Nikos Skalkotos

Fix a typo bug in helper's rc.local

43286d79 09/28/2011 05:21 pm Nikos Skalkotos

Make helper's rc.local executable

aaa0b3fd 09/28/2011 05:20 pm Nikos Skalkotos

Fix SNF_IMAGE_DEV check in ResizeUnmounted task

2bcea34f 09/28/2011 05:11 pm Nikos Skalkotos

Make helper tasks executable

64bca686 09/28/2011 05:03 pm Nikos Skalkotos

Make sure unattend.xml is deleted after setup ends

c349d1b3 09/28/2011 04:53 pm Nikos Skalkotos

Add more helper VM tasks

  • Make sure mount & umount are helper vm tasks themself
a93a31ee 09/28/2011 03:01 pm Nikos Skalkotos

Fix bugs in helper code

  • Fix a typo in common.sh
  • Fix mktemp code in rc.local
0e0920ba 09/28/2011 02:58 pm Nikos Skalkotos

Add defaults file in snf-image

0c8625b9 09/28/2011 12:33 pm Nikos Skalkotos

Fix host building system

1e89f48c 09/28/2011 11:53 am Nikos Skalkotos

Seperate host and helper build system

54080484 09/28/2011 10:58 am Nikos Skalkotos

Add initial helper tasks

Use SNF_IMAGE_ as prefix for the floppy exporting variables

fea9eb04 09/26/2011 11:05 pm Nikos Skalkotos

Fix helper calling code

a1d894c5 09/26/2011 03:20 pm Nikos Skalkotos

Add new variable-to-floppy export mechanism

Many bugs have been fixed.

64605956 09/23/2011 12:09 pm Nikos Skalkotos

Create export import rename verify scripts

Those files are required by ganeti-os-interface

e036304a 09/22/2011 09:45 pm Nikos Skalkotos

Create floppy image the helper vm will be using

The project is still not workable yet

f4bd39d8 09/21/2011 03:15 pm Nikos Skalkotos

Initial commit

The project is not workable yet