- 26 Nov, 2012 2 commits
-
-
Christos Stavrakakis authored
Conflicts: snf-cyclades-app/synnefo/plankton/backend.py
-
Christos Stavrakakis authored
-
- 23 Nov, 2012 4 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Use the vmapi when creating servers. Creete instance RAPI call takes the configuration url instead all the image parametere. The id and format of the image are still passed, just for readability and debugging. Also renamed params_url to config-url.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
It survived from wrong merge conflict resolving.
-
- 22 Nov, 2012 12 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
regression appeared from the grouped public network support.
-
Kostas Papadimitriou authored
Additional synnefo api to be used by internal synnefo services such as snf-image/ganeti etc.
-
Kostas Papadimitriou authored
`synnefo.api.servers.server_created` signal has been created. The signal is send for each created server. The signal sender is the created vm and one argument named `created_vm_params` is passed to the connected callback functions.
-
Christos Stavrakakis authored
Extend Plankton API, to support listing all non-public images that are available to the user. This can be done by issuing a GET to shared-images/ and shared-images/detail.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Extend PoolManager to support extending and shrinking of Pools. Also add extra option '--size' to pool-modify command.
-
Christos Stavrakakis authored
Do not remove and recreate the NICs of a VM when NICs have not changed.
-
Christos Stavrakakis authored
Implement management command for importing an existing Ganeti instance into Synnefo. The owner, flavor and image are specified by command line arguments. Importing will fail if the instance has NICs connected to non-synnefo networks. The --new-nics flag can be used, to remove all old NICs and create a new one, belonging to one of the public networks.
-
Christos Stavrakakis authored
-
- 19 Nov, 2012 6 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
ensure that user notes the untrusted image risks before he continues to flavor selection.
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
- 16 Nov, 2012 5 commits
-
-
Kostas Papadimitriou authored
fallback to ip address
-
Kostas Papadimitriou authored
also send mode/owner/group for each user's authorized_keys
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 15 Nov, 2012 7 commits
-
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
image model get_meta already takes care of escaping the meta value
-
Kostas Papadimitriou authored
methods that used to return user specific information modified to return arrays of objects based on identified image users. Image space delimited `users` metadata key is now the primary point to identify existing image users.
-
Kostas Papadimitriou authored
warn user against untrustworthy image owners
-
Kostas Papadimitriou authored
fix max height and spacing of public keys list view
-
Christos Stavrakakis authored
-
- 13 Nov, 2012 1 commit
-
-
Christos Stavrakakis authored
Add --filter-by option to server-list, network-list and flavor-list management commands. The value of this option is a comma-seperated list of key 'cond' val pairs and, when used, only the DB entries that satisfy all of the specified conditions are displayed. The exact keys that can be used are displayed in the help message. Also when a wrong key is used, all the available keys are displayed to the error message. No attempt is made to "sanitize" the keys. Examples: snf-manage server-list --filter-by "deleted=True,state=STARTED" snf-manage server-list --filter-by userid=cstavr@grnet.gr,flavor__cpu=2 snf-manage flavor-list --filter-by "ram>=1024,disk<20"
-
- 12 Nov, 2012 2 commits
-
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
- 09 Nov, 2012 1 commit
-
-
Christos Stavrakakis authored
-