- 31 Mar, 2014 40 commits
-
-
Christos Stavrakakis authored
Fix various issues after rebasing branch.
-
Dimitris Aragiorgis authored
..and use 2G for ci. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Since archipelago-ganeti installs the provider under /usr/share/ganeti/extstorage we can/should not clone our repo in the same dir. Thus we clone it under /usr/local/lib/ganeti/ which is also in ExtStorage search path. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
..because git clone needs a clean dir and archipelago-ganeti installs archipelago ext provider under /usr/share/ganeti/extstorage Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Clone extstorage repo to /usr/share/ganeti/extstorage. and add ext_vlmc flavor_storage. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Currently cyclades and pithos require a specific gunicorn setup with GeventArchipelagoWorker. Plus they require a config file that is included in snf-pithos-app; pithos.conf.py This file must be installed both in pithos and cyclades. Therefore we have it as a template and install it under /etc/archipelago. Add archipelago.conf template in order to customize SEGMENT_SIZE. For the above responsible is Archip component. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
..since adding it to setup.py results to: pkg_resources.DistributionNotFound: svipc Note that `pip search svipc` does not return any python module. Signed-off-by:
Dimitris Aragiorgis <dimara@grnet.gr>
-
Dimitris Aragiorgis authored
Extend snf-deploy to support installation and configuration of Archipelago. Archipelago related packages are found in apt.dev unstable an in ceph's repo, which are added to the source.list. A new nfs mount point is created /srv/archip and two new components, Archip and ArchipGaneti are added to be included in pithos, cyclades, ganeti and master roles.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
while sorting images collection
-
Kostas Papadimitriou authored
by placing owner in a separate row
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
Conflicts: snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html
-
Kostas Papadimitriou authored
Conflicts: snf-cyclades-app/synnefo/ui/static/snf/js/ui/web/ui_create_view.js
-
Kostas Papadimitriou authored
snapshots feature introduced the requirement for updating images displayed on vm creation view, every time the view is accessed by the user. Since updating the registered images call might take a while an additional 'loading images' indicator is displayed prior to rendering the vm create wizard images list.
-
Christos Stavrakakis authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- New overlay view to handle vm snapshot creation - Snapshot action available from vm single view Conflicts: snf-cyclades-app/synnefo/ui/templates/partials/machines.html snf-cyclades-app/synnefo/ui/templates/partials/machines_single.html
-
Chrysostomos Nanakos authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
if not already set
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
-
Kostas Papadimitriou authored
- New overlay view to handle vm snapshot creation - Snapshot action available from vm single view
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Create new management commands: * snapshot-modify * snapshot-show * volume-modify Also, fix various small issues in other commands.
-
Christos Stavrakakis authored
Extend 'server-create' management command with the '--volume' option, which can be used to specify which volumes to use or create for the new server.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
Update Cyclades quotas to count the size of the Volumes in the 'cyclades.disk' resources: * Update server creation to count disk quota, not based on the server flavor, but on the newly created volumes (those volume which are in 'CREATING' status) * Update volume attach/detach server commands to pass a list of quotable volume changes * Update snf-dispatcher to check if an unexpected Ganeti job changes the disks of an instance. Only disks from which the Synnefo is aware (and so the exist in DB as Volumes) are taken into account. * Update quota reconciliation mechanism to count 'cyclades.disk' based on user volumes.
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-
Christos Stavrakakis authored
-