Revision:

Revisions

# Date Author Comment
e1c0be02 06/25/2013 04:27 pm Nikos Skalkotos

Add check_guestfs_version function

This function is used to check if a specified libguestfs version is
smaller, greater or equal to the installed one

67b70375 06/25/2013 11:31 am Nikos Skalkotos

Bump development version to 0.4next

b9a8a121 06/21/2013 03:48 pm Nikos Skalkotos

Bump version to 0.4

be739023 06/21/2013 02:01 pm Nikos Skalkotos

Merge branch 'develop'

ffc64d7c 06/20/2013 05:35 pm Nikos Skalkotos

Remove all referencies to words like ~okeanos

In the documentation and the printed messages, remove all references
to ~okeanos, pithos or cyclades.

cd822978 06/20/2013 01:15 pm Nikos Skalkotos

Merge branch 'feature-synnefo-0.14' into develop

8d66cd4c 06/20/2013 01:06 pm Nikos Skalkotos

Minor cleanup in dialog_wizard

  • Move all common WizardPage variables to the base class
  • Give more sensible names to some variables
  • Make Wizard compute the title for all WizardPages
5a380da9 06/19/2013 04:38 pm Nikos Skalkotos

Create a new cloud wizard page

Make the cloud selection wizard page an instance of WizardMenuPage

b0ddf192 06/19/2013 11:51 am Nikos Skalkotos

Update the ChangeLog

Make the ChangeLog comply with the latest changes

8e58e699 06/18/2013 06:59 pm Nikos Skalkotos

Change the metadata file format to json

When registring an image, use the information returned by the
kamaki register method to construct the metadata file.

When dumping the image to the local filesystem, store the image
properties and the disk-format info in the metadata file.

b3a4845c 06/18/2013 05:21 pm Nikos Skalkotos

Add --cloud option in snf-image-creator

This options can be used to get the authentication URL and token
from a saved cloud section in the kamaki configuration file

49c07ce3 06/18/2013 04:27 pm Nikos Skalkotos

Comply with kamaki 0.9

  • Change the authentication everywhere to use clouds
    (authentication URL and token pairs)
  • Add menu entries to manage clouds
  • Add an extra -a option in snf-image-creator to allow the user to
    specify authentication URLs
a26ae008 06/15/2013 09:59 pm Nikos Skalkotos

Monkey-patch pythondialog to support form boxes

121f3bc0 06/11/2013 05:41 pm Nikos Skalkotos

Code Cleanup

  • Prefix all private methods with _
  • Write missing docstrings
  • Move all public methods above the private ones
  • Add module docstrings where missing
  • Define source code encodings on all modules
71b0ab28 06/07/2013 03:24 pm Nikos Skalkotos

Move mount/umount from image to os_type module

bf3a282c 06/06/2013 01:09 pm Nikos Skalkotos

Bump version to 0.3next

9c060ab0 06/06/2013 01:02 pm Nikos Skalkotos

Merge branch 'master' into develop

5b2ee8c2 06/06/2013 01:01 pm Nikos Skalkotos

Make use of devflow building system

f238585e 06/05/2013 01:16 pm Nikos Skalkotos

Bump debian version to 0.3-1wheezy

e4ae3d35 06/05/2013 01:05 pm Nikos Skalkotos

Update debian file for version 0.3-1

af835dc3 06/05/2013 01:01 pm Nikos Skalkotos

Merge branch 'master' into debian

76b200cf 06/03/2013 06:19 pm Nikos Skalkotos

Populate the USERS metadata for windows images

For windows images check the appropriate registry keys to find out
the system users

9271999b 05/27/2013 04:20 pm Nikos Skalkotos

Bump ubuntu version to 0.3-0ubuntu1

64a18daf 05/27/2013 04:18 pm Nikos Skalkotos

Merge branch 'master' into ubuntu

ef30380d 05/27/2013 03:20 pm Nikos Skalkotos

Bump version to 0.3

3afe6b44 05/27/2013 01:08 pm Nikos Skalkotos

Share the md5sum and meta file if image is public

If the image gets registered as public allow anyone to read the
metadata and the md5sum file.

03eb7dc8 05/24/2013 02:20 pm Nikos Skalkotos

Check if remote files exist before uploading

Before uploading to pithos, check if any remote file gets
overwritten.

a0909794 05/23/2013 04:57 pm Nikos Skalkotos

In cleanup_mail sysprep check if mail dirs exist

Check if /var/spool/mail exists before trying to remove the content
of the directory.

fa65eda1 05/23/2013 04:52 pm Nikos Skalkotos

Monitor executed syspreps in os_type/__init__.py

Syspreps that have already been executed shouldn't get returned by
list_syspreps

f9153c84 05/23/2013 02:19 pm Nikos Skalkotos

Fix an some error messages in snf-image-creator

e56edd29 05/22/2013 02:12 pm Nikos Skalkotos

Add cleanup_password sysprep for freebsd

d8a12a7e 05/21/2013 05:08 pm Nikos Skalkotos

Copy OSFAMILY to OS property if distro is unknown

If libguestfs's inspect_get_distro returns "unknown", then use the
OSFAMILY image property value as OS value.

6d7f7fce 05/21/2013 05:06 pm Nikos Skalkotos

Beautify FreeBSD description returned by guestfs

c71133ce 05/21/2013 02:37 pm Nikos Skalkotos

Minor warning message change

9fe161f8 05/21/2013 02:35 pm Nikos Skalkotos

Monitor passworded users in FreeBSD

6df939f7 05/21/2013 10:47 am Nikos Skalkotos

In cleanup_userdata sysprep check if /home exists

35b13de5 05/20/2013 10:39 am Nikos Skalkotos

Fix minor pep8 errors

39b0429a 05/17/2013 04:27 pm Nikos Skalkotos

Use OS as img name in wizard if distro is unknown

84bc469c 05/17/2013 04:11 pm Nikos Skalkotos

Don't execute syspreps if the fs is not mounted rw

Check if the filesystem is mounted read-write before you execute
the do_sysprep function

29fd973e 05/17/2013 02:04 pm Nikos Skalkotos

Support mounting freebsd ufs filesystems

UFS2 filesystems don't get automatically detected by the linux
kernel. We need to explicitly state the correct filesystem type
and options

d0f22c29 05/01/2013 08:41 pm Nikos Skalkotos

Bump ubuntu version to 0.2.10-0ubuntu1

4df0bc46 05/01/2013 08:39 pm Nikos Skalkotos

Merge branch 'master' into ubuntu

f564c1ff 05/01/2013 08:36 pm Nikos Skalkotos

Bump version to 0.2.10

81a63274 05/01/2013 08:02 pm Nikos Skalkotos

Add acl & user_xattr mount options if needed

In bundling host make sure that the default mount options are enabled
in the newly created file system.

61346179 04/30/2013 01:59 pm Nikos Skalkotos

Change Author to "Synnefo development team"

58e387f2 04/25/2013 06:09 pm Nikos Skalkotos

Bump ubuntu version to 0.2.9-0ubuntu1

47b1e379 04/25/2013 06:07 pm Nikos Skalkotos

Merge branch 'master' into ubuntu

76e7b01b 04/25/2013 05:03 pm Nikos Skalkotos

Bump version to 0.2.9

ee0719db 04/25/2013 04:39 pm Nikos Skalkotos

Support kamaki 0.8

In kamaki 0.8 `store' command is replaced with `file' and `astakos' is
replaced with `user'.

80411610 04/25/2013 04:21 pm Nikos Skalkotos

Handle better images with distro="unknown"

If the ostype returned by libguestfs is valid and distro in unknown,
don't print the distro at all.

« Previous 1 ... 3 4 5 6 7 ... 12 Next » (201-250/554) | Per page: 25, 50, 100

Also available in: Atom