- Jun 20, 2013
-
-
Nikos Skalkotos authored
In the documentation and the printed messages, remove all references to ~okeanos, pithos or cyclades.
-
- 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 24, 2013
-
-
Nikos Skalkotos authored
Before uploading to pithos, check if any remote file gets overwritten.
-
- May 23, 2013
-
-
Nikos Skalkotos authored
Syspreps that have already been executed shouldn't get returned by list_syspreps
-
- May 20, 2013
-
-
Nikos Skalkotos authored
-
- May 17, 2013
-
-
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
-
- Mar 20, 2013
-
-
Nikos Skalkotos authored
-
- Mar 19, 2013
-
-
Nikos Skalkotos authored
Display the online documentation url
-
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.
-
- Oct 03, 2012
-
-
Nikos Skalkotos authored
-
- 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 29, 2012
-
-
Nikos Skalkotos authored
Every time you tried to reupload an image, the dialog displayed the pithos url instead of the image filename as initial value.
-
- Aug 24, 2012
-
-
Nikos Skalkotos authored
The account info was saved in the token field in .kamakirc
-
- Aug 23, 2012
-
-
Nikos Skalkotos authored
Fix some typos and overwrite the yes/no labels of the wizard/expert mode yesno dialog
-
Nikos Skalkotos authored
Also move it to a separate module.
-
- Aug 22, 2012
-
-
Nikos Skalkotos authored
Logging can be enabled using the -l input option
-
- Aug 08, 2012
-
-
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 27, 2012
-
-
Nikos Skalkotos authored
-
- Jul 26, 2012
-
-
Nikos Skalkotos authored
Create the new python module to host the aforementioned code.
-
Nikos Skalkotos authored
If present in the kamaki configuration file, the user will read the ~okeanos credentials using the kamaki config interface. Whenever the user changes the ~okeanos credentians, the changes are pushed back to kamaki.
-
- Jul 24, 2012
-
-
Nikos Skalkotos authored
Not fully implemented yet
-
- Jun 28, 2012
-
-
Nikos Skalkotos authored
-
- Jun 27, 2012
-
-
Nikos Skalkotos authored
Fixed many `E127 continuation line over-indented for visual indent' errors
-
Nikos Skalkotos authored
Before extracting an image or registring it with cyclades, the image properties are populated with metadata concerning excluded deployment tasks.
-
- Jun 26, 2012
-
-
Nikos Skalkotos authored
-
- Jun 25, 2012
-
-
Nikos Skalkotos authored
-
Nikos Skalkotos authored
-