Statistics
| Branch: | Tag: | Revision:

root / settings.py.dist @ 8f377cd6

History | View | Annotate | Download (5.5 kB)

# Date Author Comment
8f377cd6 04/12/2011 02:38 pm Georgios Gousios

Shortcut in the aai module to make tests pass

Introduces a test-time runtime variable which allows REST-based (e.g.
api) tests to pass through the authentication module

25380811 04/12/2011 01:20 pm Georgios Gousios

Rename auth to aai and put all aai related stuff in it

manage.py had trouble running tests from auth (confirmed with
[verigak]), and is also a good idea to have all aai stuff in
one reusable place ([vkoukis]'s idea)

df50f56f 04/06/2011 06:12 pm Georgios Gousios

Merge branch 'master' into auth-mechanism

Conflicts:
settings.py.dist

0e3c1947 04/05/2011 05:59 pm Vangelis Koukis

Add more comments to settings.py.dist

b36421a6 04/05/2011 05:26 pm Vangelis Koukis

Add comments for variables in settings.py.dist

dbf97ed2 04/05/2011 04:29 pm Georgios Gousios

Authentication routine, with comments

360fcf20 04/05/2011 02:43 pm Faidon Liambotis

Add a programatic way of setting InnoDB for MySQL

Instead of having a commented-out options init_command section for
setting the InnoDB storage engine, add a programatic way (still in
settings.py)

dd53338a 04/05/2011 02:16 pm Georgios Gousios

Make tests fail gracefully with assertions.

Also correct spelling of the word shibboleth

036da2d2 04/04/2011 04:08 pm Georgios Gousios

Merge branch 'master' of https://code.grnet.gr/git/synnefo into auth-mechanism

Conflicts:
settings.py.dist

2a68a5ff 04/04/2011 12:48 pm Giorgos Verigakis

Add warning that API depends on TIME_ZONE

d8e50a39 04/04/2011 12:21 am Giorgos Verigakis

Move to OpenStack API v1.1

  • Removes piston dependency.
  • Adds dateutil dependency.

Fixes #183 - Implement /servers
Fixes #185 - Implement /images
Fixes #245 - Details in exception handlers
Fixes #249 - Metadata handling
Fixes #253 - Transition to OpenStack API v1.1...

ef39e7ee 04/01/2011 04:52 pm Georgios Gousios

Some coding before enlighting discussion w/ faidon

8a88551c 03/31/2011 11:39 am Vassilios Karakoidas

Merge branch 'master' into logic-refactoring

Conflicts:
api/handlers.py
api/tests.py

e646ebe5 03/30/2011 11:38 pm Dimitris Moraitis

pep8 compliance

c63e332f 03/28/2011 06:41 pm Vassilios Karakoidas

Merge branch 'master' into logic-refactoring

Conflicts:
db/db_controller.py

33a9a01d 03/28/2011 04:21 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

c7b808db 03/28/2011 04:21 pm Dimitris Moraitis

move GANETI_ZMQ_PUBLISHER option to settings

d4633820 03/28/2011 03:54 pm Faidon Liambotis

Add MySQL-specific settings to settings.py.dist

According to README.DB, InnoDB is preferred as a storage engine for
MySQL databases and hence a special init_command on settings.py is
required.

Also document that on settings.py.dist which is not as
easy to miss (commented out, so other databases can still work by...

183149e6 03/28/2011 02:27 pm Vassilios Karakoidas

Merge branch 'master' into logic-refactoring

Conflicts:
db/models.py

54f8cd6d 03/24/2011 05:26 pm Markos Gogoulos

fix server and image polling

add variable POLL_LIMIT (initially 1h) on settings.py that
is the maximum time allowed to ask if there have been changes, using
the changes-since GET variables. Return badRequest if this limit is exceeded
on a query

5d03dec6 03/24/2011 03:33 pm Dimitris Moraitis

store datetimes in UTC - Fixes #309

09c936a7 03/22/2011 05:30 pm Vassilios Karakoidas

Add logic app in django configuration

  • Added credits.py that will contain the business logic for
    credit transactions and the charging
619b1c87 02/18/2011 01:41 pm Markos Gogoulos

dynamic sqlite3 database path

dd8d34ae 02/18/2011 01:18 pm Vangelis Koukis

Use absolute path to db in settings.py.dist.

Fixed settings.py.dist to reference the absolute file path
when using an sqlite3 db, see:

http://docs.djangoproject.com/en/dev/ref/settings/#name

abf90954 02/11/2011 07:59 pm Markos Gogoulos

added TIMEOUT variable on settings.py.dist. You'll have to cp to your settings.py

initial value is 10 seconds. after this time passes, if the ui hasn't received any data, the user is informed (with js alert window at the moment) that there
are network issues (a better message might ask the user to refresh)

275741a9 02/07/2011 06:58 pm Markos Gogoulos

added AUTH_PROFILE_MODULE variable on the configuration settings

fee71ba1 02/03/2011 02:28 pm Markos Gogoulos

added ganeti_cluster_info with credentials to the ganeti cluster. Uncomment that line and you're now talking with the ganeti!

6c9a62b5 02/02/2011 07:20 pm Vassilios Karakoidas
  • Move method id_from_instance_name to VirtualMachine as static method
  • Fix settings.py to include ganeti correctly
2cc9d3a5 02/01/2011 08:58 pm Markos Gogoulos

get rid of the MOCK objects and use a database with initial data loaded

  • added database.sqlite with objects and also oceandata.json that can be used in future to create the database. For now it is not necessary. Just git pull,
    cp settings.py.dist settings.py and you are done. You are using sqlite now! The usual procedure would be to run a manage.py syncdb, to create a database, and then load the data with ./bin/python manage.py loaddata oceandata.json, however this is not needed now...
5c25f305 02/01/2011 11:27 am Vassilios Karakoidas

Fix ganeti module import

06a0e098 02/01/2011 10:56 am Vassilios Karakoidas
  • Import ganeti into django application
  • Add tests.py for automated testing through django
9dbe70f8 01/29/2011 01:43 pm Markos Gogoulos

a few changes regarding the VirtualMachines id and ganeti id.

  • on api/handlers.py : VirtualMachineName function removed (no need to be on the handlers)
  • settings.py.dist: added GANETI_PREFIX_ID
  • db/models.py: added id_from_instance_name function and property ganeti_id on VM models . These are needed to get the Django id...
ccbd9f9b 01/28/2011 11:07 pm Markos Gogoulos

Initial attempt to implement the ui-->RS API-->rapi architecture

main changes are:

  • handlers.py: added function VirtualMachineName that returns the VirtualMachine, given it's id. added some ORM for the server list
    (commented at the moment, uncomment and add the db on settings.py to try it). added delete() on ServerHandler that calls rapi to destroy a machine...
6f6bd1a2 01/26/2011 07:42 pm Markos Gogoulos

removed reference to aquarium/models to db/models

78dec216 01/24/2011 12:41 pm Vassilios Karakoidas

Add aquarium app to django base project; Modify configuration files appropriately

52a63ce2 01/15/2011 07:51 am Dimitris Moraitis

update settings

edda4d30 01/14/2011 10:02 pm Markos Gogoulos

removed django localeurl, added ui/i18n that handles the change of languages with GET. also added the translation of a few strings and updated a few lines on the documentation

421369dc 01/08/2011 06:04 pm user

added django-localeurl for clear urls on i18n

abee21ab 01/07/2011 08:21 pm Dimitris Moraitis

Merge branch 'master' of https://code.grnet.gr/git/synnefo

db3dccf4 01/07/2011 08:21 pm Dimitris Moraitis

change default session engine

465f3966 01/07/2011 07:59 pm Markos Gogoulos

db backend needed

d7f0ad6e 01/07/2011 07:53 pm Markos Gogoulos

internalization

0f402f77 12/17/2010 10:01 pm Dimitris Moraitis

add synnefo.ui app to settings.py.dist

253f0c82 11/26/2010 10:05 pm Faidon Liambotis

Add an initial implementation of API's /servers read()

3758cc42 11/26/2010 09:56 pm Faidon Liambotis

Add Auth-API application, plus the StripURLMiddleware

81357279 11/26/2010 08:13 pm Faidon Liambotis

Fix some trailing-slash breakage, OS-API is explicit about that

00b4f1be 11/26/2010 04:39 pm Faidon Liambotis

Initial commit