Statistics
| Branch: | Tag: | Revision:

root / contrib @ 42255095

# Date Author Comment
34e79416 04/23/2013 03:40 pm Constantinos Venetsanopoulos

Make docs.dev.grnet.gr URL oblsolete

Everything should point to http://www.synnefo.org/*
This patch updates the URL everywhere in the repo.

04a1b675 04/08/2013 06:17 pm Christos Stavrakakis

Move astakos lib from snf-common to snf-django-lib

896754a6 04/08/2013 11:07 am Christos Stavrakakis

Move parsedate module to snf_django

6fe32fb6 03/28/2013 10:57 pm Sofia Papagiannaki

Change pithos api public object handling

Expose public URL information only to the object owners.

4a105ce2 03/28/2013 05:21 pm Sofia Papagiannaki

Change pithos public URL implementation

Refs: commit: 56f3c759

Do not include encoded serial in the public URL.

Change PITHOS_PUBLIC_URL_MIN_LENGTH setting to
PITHOS_PUBLIC_URL_SECURITY.

Log public set/unset functions.

56f3c759 03/27/2013 06:51 pm Sofia Papagiannaki

Change pithos public implementation

Public URLs should consist of a random part.
A public URL should be unique and should not be
equal to any deleted public URL.
Finally publishing a public object has no effect.
Therefore, to generate a new public URL for an...

e5acddf8 03/19/2013 02:01 pm Sofia Papagiannaki

Deactivate pithos disk space usage tests

Pithos usage tests require special setup
since test accounts should be created and configured properly
in astakos and quotaholder components.

Also, these tests should know the server's version accounting policy.
For the time being, pithos server does not return this information....

78348987 03/19/2013 01:24 pm Sofia Papagiannaki

Eliminate mutable default arguments

0a92ff85 03/19/2013 11:22 am Sofia Papagiannaki

Fix pithos purging accounting

Refs: #3442
Refs: #1733

Pithos has two different version accounting
policies:
  • free: do not include object history version size
    to the total account usage
  • debit: include object history version size to
    the total account usage...
a5cb2e20 03/04/2013 03:18 pm Constantinos Venetsanopoulos

Make snf-pithos-tools obsolete

Move the directory under contrib and remove the corresponding
entry from `devflow.conf'.

4c39f697 02/14/2013 05:24 pm Kostas Papadimitriou

Remove upgrade-0.13 scripts

keep them incorporated in upgrade-0.13.rst

6ab0b1b5 02/14/2013 03:55 pm Kostas Papadimitriou

Pre 0.13 migration diagnostic scripts improvements

Display user date_joined and is_active fields

363a5cdb 02/12/2013 05:03 pm Kostas Papadimitriou

Rename `other` dir as `contrib`

d7c091f7 02/12/2013 05:03 pm Kostas Papadimitriou

Astakos 0.13 upgrade contrib scripts

Include upgrade to 0.13 helper scripts in synnefo contrib

7260959d 12/11/2012 07:29 pm Vangelis Koukis

Remove obsolete files from the integration branch

45ebfd48 07/27/2011 01:47 pm Vangelis Koukis

Import separate snf-ganeti-tools/ project

Split the Synnefo tools for Ganeti into a separate directory: * Make the utilities live in the synnefo.ganeti.* namespace * Import bootstrap scripts * Drop all dependencies on Django and the rest of Synnefo (refs #691)...

78b81e14 07/21/2011 12:30 pm Apollon Oikonomopoulos

kvm-vif-bridge: properly remove old firewall rules

Since kvm-vif-bridge is stateless, i.e. we don't know whether the instance was
on the same firewall class or even had the same tap interface, we have to try a
forced removal of all firewall rules for (tap,) x (protected,limited,unprotected)....

1c382247 07/17/2011 09:39 pm Vangelis Koukis

Make RAPI CreateInstance() arguments configurable

Make RAPI CreateInstance() arguments deployment-specific.
Add the GANETI_CREATEINSTANCE_KWARGS setting, which allows the administrator
to set arbitrary arguments to RAPI CreateInstance().

Also add initial version of README.Upgrade, detailing...

cbaac7bc 07/11/2011 05:55 pm Vangelis Koukis

Agree on consistent instance tags for firewalling

Update both the default API settings and the kvm-vif-bridge script
to use consistent {protected, unprotected, limited} tags to determine
the firewall profile to use on public network interfaces.

The API spec still defines the {ENABLED, DISABLED, PROTECTED} keywords,...

536721a9 07/07/2011 08:26 pm Faidon Liambotis

Remove mac2eui64 from contrib/ganeti-hooks

contrib/hooks ships mac2eui64 that kvm-vif-bridge currently uses.
kvm-vif-bridge depends on nfdhcpd, which ships that on /usr/bin, so use
that copy instead and remove our own copy.

Note that the same is also shipped under util/mac2eui64.py which is not...

9cb903f9 06/29/2011 01:15 pm Vangelis Koukis

Extend net notifications to include IPv6 addresses

Include support for autogenerated public IPv6 addresses,
extend the logic layer accordingly:

  • Extend the Synnefo Ganeti hook to include autogenerated
    IPv6 addresses in ganeti-net-status notifications over AMQP....
5af4e70c 06/06/2011 12:10 pm Vangelis Koukis

Add patches to support simple NAT-based networking

Add patches to NFDHCPD, the sample KVM ifup script
and the python-nfqueue package to support simple NAT-based networking,
under contrib/patches.

84bee898 06/05/2011 11:53 am Vangelis Koukis

Make nfdhcpd dir configurable in kvm-vif-bridge

f533f224 06/03/2011 04:35 pm Vangelis Koukis

Merge branches api-current and ui-0.4, minor fixes

Merge branches api-current and ui-0.4: * Fix merge conflicts * Fix minor bug in reconciliation mgmt command * Add comments in settings.py.dist * minor PEP8 fixes