Activity

From 09/06/2011 to 10/05/2011

10/05/2011

05:20 pm Revision d5f829b8: Add install-mbr in configure's required packages
Nikos Skalkotos
04:59 pm Revision 2421c4b0: Merge branch 'master' into debian
Nikos Skalkotos
04:48 pm Revision f1ffe310: Move update-helper script to snf-image-host
Nikos Skalkotos
04:43 pm Revision d51a95a8: Add script to construct a new helper VM image
The scripts runs debootstrap and creates a new disk image Nikos Skalkotos
01:51 pm Revision a5da5882: Merge branch 'master' into debian
Constantinos Venetsanopoulos
01:49 pm Revision edf5dd1a: Rename host to snf-image-host
Also add ChangeLog and COPYING info Constantinos Venetsanopoulos
01:45 pm Revision aa4fc6bb: Rename helper to snf-image-helper
Also add Changelog and COPYING info Constantinos Venetsanopoulos
01:38 pm Revision dd84ce16: Add debian packaging for snf-image-helper
Constantinos Venetsanopoulos
12:17 pm Revision 3179b447: Rename helper to snf-image-helper
Also add Changelog and COPYING info Constantinos Venetsanopoulos
11:06 am Revision d9ed196a: Merge branch 'master' into debian
Constantinos Venetsanopoulos

10/04/2011

04:28 pm Revision e22be424: 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 O...
Constantinos Venetsanopoulos
04:26 pm Revision 80fe7d19: Fix paths in Makefile.am
Nikos Skalkotos
03:48 pm Revision bf7c33b2: Fix helper's Makefile
* Change the main script from rc.local to snf-image-helper.
* Fix some build dirs.
Nikos Skalkotos
12:53 pm Revision 9279d315: Remove "Clean UP executed" echo line.
It's just annoing Nikos Skalkotos
12:48 pm Revision bd1178fa: Remove -root field from the images filename format
It is completely redundant. We don't support -boot of any other format. Nikos Skalkotos
12:38 pm Revision 9e713e52: Fix bugs in create
* Fix kvm guest execution command
* Remove \r\n from the result file before reading it
Nikos Skalkotos

10/03/2011

07:26 pm Revision 13487fe3: Run helper vm as a non-root user
Nikos Skalkotos
07:08 pm Revision 9999d40d: Add limits on helper VM execution time
Nikos Skalkotos
07:05 pm Revision 7f6bd8e0: Add result file support in helper
Helper always outputs the result to the second serial port (ttyS1). Nikos Skalkotos
07:05 pm Revision f25fb7f4: Parse helpers result file
Nikos Skalkotos
07:05 pm Revision 58356445: Fix the OSP_IMG_PERSONALITY existence check
Nikos Skalkotos
05:21 pm Revision 2f221381: Minor fix in 50EnforcePersonality.py
Constantinos Venetsanopoulos
05:03 pm Revision 8b9d0a95: Initial commit to support the personality feature
* Support for file injection functionality
* Add the img_personality OS parameter
Constantinos Venetsanopoulos
04:02 pm Revision 4d0a0a13: Fix a bug in the helper's floppy creation code
Thank you cven. Nikos Skalkotos
03:50 pm Revision 3b179b45: Boot helper wth external kernel
Nikos Skalkotos
12:00 pm Revision 5484975e: Make HELPER var overwritable from defaults
Also did a minor cleanup Nikos Skalkotos

09/30/2011

05:44 pm Revision cc4a63ae: Make helper get the instance's device file by host
Nikos Skalkotos
02:05 pm Revision adab5e0a: Fix the installation-path for snf-passtohash.py
Nikos Skalkotos
01:13 pm Revision 9ca51845: Add MBR installation command in create
Nikos Skalkotos
01:12 pm Revision c4447efb: Add commondir variable to helper's building system
Nikos Skalkotos

09/29/2011

07:05 pm Revision d46fb573: Fix helpers building System
Nikos Skalkotos
04:48 pm Revision 5d3735b5: Make sure all tasks contail the vim config line
Nikos Skalkotos
12:04 pm Revision 630610f8: Fix script errors in helper's tasks
Nikos Skalkotos
11:33 am Revision 1bb3e009: Export all SNF_IMAGE_* vars in a static way.
Nikos Skalkotos
11:29 am Revision b6275d20: 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
Nikos Skalkotos
11:27 am Revision 8cd155a3: Add PATH to common.sh
Since the helpers scripts run before the login shell, we need to define
the PATH variable ourselfs.
Nikos Skalkotos
11:24 am Revision 8704ee47: Fix error messages in helper's tasks
Nikos Skalkotos

09/28/2011

06:30 pm Revision 91af2694: Remove the .sh extention in helper's tasks script
This is causing problems to run-parts Nikos Skalkotos
06:00 pm Revision 0a35a4ab: Change tasks interpreter from /bin/sh to /bin/bash
Nikos Skalkotos
05:59 pm Revision c308b9f9: Fix a typo bug in helper's rc.local
Nikos Skalkotos
05:21 pm Revision 43286d79: Make helper's rc.local executable
Nikos Skalkotos
05:20 pm Revision aaa0b3fd: Fix SNF_IMAGE_DEV check in ResizeUnmounted task
Nikos Skalkotos
05:11 pm Revision 2bcea34f: Make helper tasks executable
Nikos Skalkotos
05:03 pm Revision 64bca686: Make sure unattend.xml is deleted after setup ends
Nikos Skalkotos
04:53 pm Revision c349d1b3: Add more helper VM tasks
* Make sure mount & umount are helper vm tasks themself Nikos Skalkotos
03:01 pm Revision a93a31ee: Fix bugs in helper code
* Fix a typo in common.sh
* Fix mktemp code in rc.local
Nikos Skalkotos
02:58 pm Revision 0e0920ba: Add defaults file in snf-image
Nikos Skalkotos
12:33 pm Revision 0c8625b9: Fix host building system
Nikos Skalkotos
11:53 am Revision 1e89f48c: Seperate host and helper build system
Nikos Skalkotos
10:58 am Revision 54080484: Add initial helper tasks
Use SNF_IMAGE_ as prefix for the floppy exporting variables Nikos Skalkotos

09/26/2011

11:05 pm Revision fea9eb04: Fix helper calling code
Nikos Skalkotos
03:20 pm Revision a1d894c5: Add new variable-to-floppy export mechanism
Many bugs have been fixed. Nikos Skalkotos

09/23/2011

12:09 pm Revision 64605956: Create export import rename verify scripts
Those files are required by ganeti-os-interface Nikos Skalkotos

09/22/2011

09:45 pm Revision e036304a: Create floppy image the helper vm will be using
The project is still not workable yet Nikos Skalkotos

09/21/2011

03:15 pm Revision f4bd39d8: Initial commit
The project is not workable yet Nikos Skalkotos
« Previous
Next »
 

Also available in: Atom