- Jul 30, 2013
-
-
Nikos Skalkotos authored
The user may define parameters needed by the os_type classes to perform the system preparation tasks. A new needed_sysprep_params method is added to os_type.OSBase that returns a list with parameters that should be defined by the user.
-
- Jun 20, 2013
-
-
Nikos Skalkotos authored
In the documentation and the printed messages, remove all references to ~okeanos, pithos or cyclades.
-
Nikos Skalkotos authored
* Move all common WizardPage variables to the base class * Give more sensible names to some variables * Make Wizard compute the title for all WizardPages
-
- Jun 19, 2013
-
-
Nikos Skalkotos authored
Make the cloud selection wizard page an instance of WizardMenuPage
-
- Jun 18, 2013
-
-
Nikos Skalkotos authored
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.
-
Nikos Skalkotos authored
* 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
-
- Jun 11, 2013
-
-
Nikos Skalkotos authored
* 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
-
- Jun 07, 2013
-
-
Nikos Skalkotos authored
-
- May 27, 2013
-
-
Nikos Skalkotos authored
If the image gets registered as public allow anyone to read the metadata and the md5sum file.
-
- May 17, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Check if the filesystem is mounted read-write before you execute the do_sysprep function
-
- Mar 28, 2013
-
-
Nikos Skalkotos authored
-
- Mar 26, 2013
-
-
Nikos Skalkotos authored
Rename DiskDevice class to Image and move it to a seperate module. Also, don't let the user access the os_type/* modules directly. In Image class create the `os' member variable that will host an appropriate instance of one of the OSBase classes.
-
- Mar 22, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
Variable d in function valideate_account was undefined
-
- Mar 19, 2013
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-
- Mar 18, 2013
-
-
Nikos Skalkotos authored
-
- Mar 17, 2013
-
-
Nikos Skalkotos authored
Support images that can only be deployed by the user that registers the image to cyclades
-
- Mar 14, 2013
-
-
Nikos Skalkotos authored
You don't need the account name. You can fetch it from astakos using the authentication token.
-
- Mar 06, 2013
-
-
Nikos Skalkotos authored
Latest versions of synnefo require user id instead of e-mail to authenticate.
-
- Jan 03, 2013
-
-
Nikos Skalkotos authored
-
- Nov 20, 2012
-
-
Nikos Skalkotos authored
The program would crash when running in wizard mode if the account or token where missing from the .kamakirc file.
-
- Sep 04, 2012
-
-
Nikos Skalkotos authored
Create a new dialog_menu module to host all the "expert mode" code. Check the code with a new version of pep8
-
- Sep 01, 2012
-
-
Vangelis Koukis authored
Fix various typos in messages, add .gitignore file for automatically produced intermediate files.
-
- Aug 24, 2012
-
-
Nikos Skalkotos authored
-
- Aug 23, 2012
-
-
Nikos Skalkotos authored
-
- Aug 22, 2012
-
-
Nikos Skalkotos authored
Logging can be enabled using the -l input option
-
- Aug 21, 2012
-
-
Nikos Skalkotos authored
After the image has been uploaded to pithos and registered to cyclades, prompt the user about saving the uploaded image locally.
-
- Aug 20, 2012
-
-
Nikos Skalkotos authored
This exception can be used by the WizardPage instances to exit the wizard.
-
- Aug 08, 2012
-
-
Nikos Skalkotos authored
Make the ImageDescription field of the dialog wizard overwrite the DESCRIPTION image property.
-
Nikos Skalkotos authored
In the cli output classes this method will clear terminal screen if the standard output is a terminal.
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
A user can now create and upload an image using the wizard
-
- Jul 31, 2012
-
-
Nikos Skalkotos authored
The system does not perform anything yet when in wizard mode.
-
- Jul 26, 2012
-
-
Nikos Skalkotos authored
Create the new python module to host the aforementioned code.
-