invirt/packages/invirt-database.git
13 years agoUpdate changelog dev prod 0.2.7
Quentin Smith [Sun, 26 Dec 2010 02:50:06 +0000 (21:50 -0500)] 
Update changelog

13 years agopg_createcluster MAY already set ssl depending on the machine that invirt-database...
Quentin Smith [Sun, 26 Dec 2010 02:49:21 +0000 (21:49 -0500)] 
pg_createcluster MAY already set ssl depending on the machine that invirt-database is built on

13 years agoAllow all users to write to the postgres temp directory
Quentin Smith [Sun, 26 Dec 2010 02:11:38 +0000 (21:11 -0500)] 
Allow all users to write to the postgres temp directory

13 years agoAdd a new type of autoinstall - a preseeded Debian autoinstall.
Quentin Smith [Sun, 26 Dec 2010 00:22:08 +0000 (19:22 -0500)] 
Add a new type of autoinstall - a preseeded Debian autoinstall.

13 years agoBumped changelog
Greg Brockman [Sun, 11 Jul 2010 22:16:41 +0000 (18:16 -0400)] 
Bumped changelog

svn path=/trunk/packages/invirt-database/; revision=3052

13 years agoMade the build table's succeeded field nullable
Greg Brockman [Tue, 6 Jul 2010 04:10:15 +0000 (00:10 -0400)] 
Made the build table's succeeded field nullable

svn path=/trunk/packages/invirt-database/; revision=3030

14 years agoEnforce a unique constraint on the machine name column. 0.2.5
Quentin Smith [Wed, 17 Feb 2010 06:30:59 +0000 (01:30 -0500)] 
Enforce a unique constraint on the machine name column.

svn path=/trunk/packages/invirt-database/; revision=2991

14 years agoGenerate postgresql.conf with LC_ALL=en_US.UTF-8 pg_createcluster.
Anders Kaseorg [Mon, 28 Dec 2009 01:37:47 +0000 (20:37 -0500)] 
Generate postgresql.conf with LC_ALL=en_US.UTF-8 pg_createcluster.

Generate a new /etc/postgresql/8.3/main/postgresql.conf with
pg_createcluster instead of taking it from the build host.  Ensure
that it is generated with the en_US.UTF-8 locale.

svn path=/trunk/packages/invirt-database/; revision=2798

14 years agoFixed style + debugging echo from r2781
Greg Brockman [Fri, 25 Dec 2009 00:10:32 +0000 (19:10 -0500)] 
Fixed style + debugging echo from r2781

svn path=/trunk/packages/invirt-database/; revision=2782

14 years agoMake invirt-database-server.postinst check whether the invirt user actually exists
Greg Brockman [Fri, 25 Dec 2009 00:00:01 +0000 (19:00 -0500)] 
Make invirt-database-server.postinst check whether the invirt user actually exists

svn path=/trunk/packages/invirt-database/; revision=2781

14 years agoStore AFS cell configuration at authz.afs.cells instead of just 0.2.2
Evan Broder [Tue, 8 Dec 2009 02:33:43 +0000 (21:33 -0500)] 
Store AFS cell configuration at authz.afs.cells instead of just
authz.cells, to be more clear about purpose.

svn path=/trunk/packages/invirt-database/; revision=2590

14 years agoApparently invirt-database-server is no longer Python 2.4-compatible
Evan Broder [Sat, 5 Dec 2009 21:55:43 +0000 (16:55 -0500)] 
Apparently invirt-database-server is no longer Python 2.4-compatible
either.

svn path=/trunk/packages/invirt-database/; revision=2586

14 years agoRe-arrange the authz configuration.
Evan Broder [Mon, 23 Nov 2009 01:54:11 +0000 (20:54 -0500)] 
Re-arrange the authz configuration.

In particular, even if we allow for mixing of multiple authz
mechanisms at some point, you won't have multiple instances of the
locker authz type, so the "type" shouldn't be a property of each of
the cells we specify how to authenticate against.

svn path=/trunk/packages/invirt-database/; revision=2557

14 years agovalidate.py is the new validation code for invirt-web and invirt-remote
Paul Weaver [Tue, 17 Nov 2009 03:10:46 +0000 (22:10 -0500)] 
validate.py is the new validation code for invirt-web and invirt-remote
it is still incomplete

svn path=/trunk/packages/invirt-database/; revision=2540

14 years agoAdd a field to the builds table to store a Python traceback.
Evan Broder [Sun, 1 Nov 2009 16:55:50 +0000 (11:55 -0500)] 
Add a field to the builds table to store a Python traceback.

svn path=/trunk/packages/invirt-database/; revision=2537

14 years agoAdd builds and build_logs tables to invirt-database for tracking build
Evan Broder [Thu, 29 Oct 2009 07:40:41 +0000 (03:40 -0400)] 
Add builds and build_logs tables to invirt-database for tracking build
history and logs.

svn path=/trunk/packages/invirt-database/; revision=2535

15 years agoDon't forget to export the new admin-related variables. 0.2.1
Evan Broder [Sat, 28 Feb 2009 01:51:27 +0000 (20:51 -0500)] 
Don't forget to export the new admin-related variables.

svn path=/trunk/packages/invirt-database/; revision=2225

15 years agoAdd admins table.
Evan Broder [Sat, 28 Feb 2009 01:46:22 +0000 (20:46 -0500)] 
Add admins table.

svn path=/trunk/packages/invirt-database/; revision=2222

15 years agoMerge invirt-database-server into invirt-database. 0.2.0
Evan Broder [Sat, 28 Feb 2009 00:48:30 +0000 (19:48 -0500)] 
Merge invirt-database-server into invirt-database.

I...think this works, but I'm not making any promises.

svn path=/trunk/packages/invirt-database/; revision=2218

15 years agoFix get*Quotas 0.1.9
Quentin Smith [Fri, 27 Feb 2009 19:18:03 +0000 (14:18 -0500)] 
Fix get*Quotas

svn path=/trunk/packages/invirt-database/; revision=2213

15 years agoAdd "reusable" column for nics, to avoid reusing addresses that are special in some... 0.1.8
Quentin Smith [Fri, 27 Feb 2009 16:56:20 +0000 (11:56 -0500)] 
Add "reusable" column for nics, to avoid reusing addresses that are special in some way.

svn path=/trunk/packages/invirt-database/; revision=2211

15 years agofix more imports EIBTI-style
Greg Price [Fri, 27 Feb 2009 07:56:51 +0000 (02:56 -0500)] 
fix more imports EIBTI-style

svn path=/trunk/packages/invirt-database/; revision=2200

15 years agoinvirt-quota: more style fixes
Greg Price [Fri, 27 Feb 2009 07:56:46 +0000 (02:56 -0500)] 
invirt-quota: more style fixes

svn path=/trunk/packages/invirt-database/; revision=2199

15 years agoinvirt-quota: fix imports EIBTI-style
Greg Price [Fri, 27 Feb 2009 07:56:41 +0000 (02:56 -0500)] 
invirt-quota: fix imports EIBTI-style

also needn't call int() on value from optparse

svn path=/trunk/packages/invirt-database/; revision=2198

15 years agoinvirt-quota: refactor; print full help
Greg Price [Fri, 27 Feb 2009 07:11:39 +0000 (02:11 -0500)] 
invirt-quota: refactor; print full help

svn path=/trunk/packages/invirt-database/; revision=2194

15 years agocosmetic change
Peter Iannucci [Fri, 27 Feb 2009 04:10:12 +0000 (23:10 -0500)] 
cosmetic change

svn path=/trunk/packages/invirt-database/; revision=2193

15 years agofold FormattableRecord, NullableRecord into Record
Greg Price [Fri, 27 Feb 2009 04:09:33 +0000 (23:09 -0500)] 
fold FormattableRecord, NullableRecord into Record

also shorten types in lists to __name__

(Done with iannucci.)

svn path=/trunk/packages/invirt-database/; revision=2192

15 years agosmall fixes to Record
Greg Price [Fri, 27 Feb 2009 04:09:28 +0000 (23:09 -0500)] 
small fixes to Record

svn path=/trunk/packages/invirt-database/; revision=2191

15 years agoAdded Record superclass for models, handling __repr__ consistently.
Peter Iannucci [Wed, 25 Feb 2009 21:00:43 +0000 (16:00 -0500)] 
Added Record superclass for models, handling __repr__ consistently.

svn path=/trunk/packages/invirt-database/; revision=2187

15 years agoFixed docstring in invirt-quota script to reflect new name.
Peter Iannucci [Thu, 19 Feb 2009 19:07:18 +0000 (14:07 -0500)] 
Fixed docstring in invirt-quota script to reflect new name.

svn path=/trunk/packages/invirt-database/; revision=2176

15 years agoBe explicit about units in invirt-setquota. 0.1.7
Evan Broder [Tue, 17 Feb 2009 09:29:48 +0000 (04:29 -0500)] 
Be explicit about units in invirt-setquota.

svn path=/trunk/packages/invirt-database/; revision=2158

15 years agoRename invirt-setquotas to invirt-quota.
Evan Broder [Tue, 17 Feb 2009 09:16:49 +0000 (04:16 -0500)] 
Rename invirt-setquotas to invirt-quota.

svn path=/trunk/packages/invirt-database/; revision=2156

15 years agoDisk quotas are measured in gigabytes.
Evan Broder [Tue, 17 Feb 2009 09:14:32 +0000 (04:14 -0500)] 
Disk quotas are measured in gigabytes.

svn path=/trunk/packages/invirt-database/; revision=2155

15 years agoDon't explicitly initialize each quota when creating a new quota object. 0.1.6
Evan Broder [Tue, 17 Feb 2009 08:45:38 +0000 (03:45 -0500)] 
Don't explicitly initialize each quota when creating a new quota object.

svn path=/trunk/packages/invirt-database/; revision=2152

15 years agoMove invirt-setquotas into invirt-database.
Evan Broder [Tue, 17 Feb 2009 08:45:26 +0000 (03:45 -0500)] 
Move invirt-setquotas into invirt-database.

While we're at it, clean up the mechanism to list scripts in a Python
package.

svn path=/trunk/packages/invirt-database/; revision=2151

15 years agoMake the default values in the owners class explicit.
Evan Broder [Tue, 17 Feb 2009 08:45:24 +0000 (03:45 -0500)] 
Make the default values in the owners class explicit.

svn path=/trunk/packages/invirt-database/; revision=2150

15 years agoChangelogs 0.1.4
Peter Iannucci [Tue, 17 Feb 2009 07:59:54 +0000 (02:59 -0500)] 
Changelogs

svn path=/trunk/packages/invirt-database/; revision=2145

15 years agoFixed yasb
Peter Iannucci [Tue, 17 Feb 2009 07:54:57 +0000 (02:54 -0500)] 
Fixed yasb

svn path=/trunk/packages/invirt-database/; revision=2143

15 years agoFixed another stupid bug.
Peter Iannucci [Tue, 17 Feb 2009 07:49:27 +0000 (02:49 -0500)] 
Fixed another stupid bug.

svn path=/trunk/packages/invirt-database/; revision=2142

15 years agoMade some changes requested by Broder. 0.1.3
Peter Iannucci [Tue, 17 Feb 2009 07:16:12 +0000 (02:16 -0500)] 
Made some changes requested by Broder.

svn path=/trunk/packages/invirt-database/; revision=2135

15 years agoAdded all the other quotas for great win.
Peter Iannucci [Tue, 17 Feb 2009 06:54:26 +0000 (01:54 -0500)] 
Added all the other quotas for great win.

svn path=/trunk/packages/invirt-database/; revision=2134

15 years agoBumped version number to force new owner table creation invirt-database-server/0.0.11
Peter Iannucci [Tue, 17 Feb 2009 05:00:56 +0000 (00:00 -0500)] 
Bumped version number to force new owner table creation

svn path=/trunk/packages/invirt-database-server/; revision=2133

15 years agoRAM quotas at remctl; RAM quota exception script, table, and usage in -web and -remot...
Peter Iannucci [Tue, 17 Feb 2009 04:52:01 +0000 (23:52 -0500)] 
RAM quotas at remctl; RAM quota exception script, table, and usage in -web and -remote-create; /etc/nocreate support

svn path=/trunk/packages/invirt-database/; revision=2132

15 years agoConditionalize populating the types table in invirt-database-tables invirt-database-server/0.0.10
Evan Broder [Sat, 31 Jan 2009 08:59:00 +0000 (03:59 -0500)] 
Conditionalize populating the types table in invirt-database-tables
based on whether the types are in the database already

svn path=/trunk/packages/invirt-database-server/; revision=2054

15 years agoinvirt-database-tables: populate types table
Greg Price [Sat, 31 Jan 2009 08:49:59 +0000 (03:49 -0500)] 
invirt-database-tables: populate types table

svn path=/trunk/packages/invirt-database-server/; revision=2053

15 years agoFix a typo from r1989. invirt-database-server/0.0.9
Evan Broder [Mon, 26 Jan 2009 01:13:04 +0000 (20:13 -0500)] 
Fix a typo from r1989.

svn path=/trunk/packages/invirt-database-server/; revision=1992

15 years agoFix-up several packages to include the correct Conflicts and Replaces
Evan Broder [Mon, 26 Jan 2009 01:09:03 +0000 (20:09 -0500)] 
Fix-up several packages to include the correct Conflicts and Replaces
lines for config-package-dev

svn path=/trunk/packages/invirt-database-server/; revision=1989

15 years agoClean up invirt-database's .egg-info directory from the right place. 0.1.2
Evan Broder [Tue, 6 Jan 2009 04:51:03 +0000 (23:51 -0500)] 
Clean up invirt-database's .egg-info directory from the right place.

svn path=/trunk/packages/invirt-database/; revision=1962

15 years agoCorrect a lintian warning in invirt-database 0.1.1
Evan Broder [Tue, 6 Jan 2009 04:42:20 +0000 (23:42 -0500)] 
Correct a lintian warning in invirt-database

svn path=/trunk/packages/invirt-database/; revision=1960

15 years agopg_hba.conf: remove password-auth localhost lines
Greg Price [Mon, 29 Dec 2008 05:04:47 +0000 (00:04 -0500)] 
pg_hba.conf: remove password-auth localhost lines

These interfere with the case where config.db.host is localhost,
and we don't use passwords anyway.

svn path=/trunk/packages/invirt-database-server/; revision=1942

15 years agoTurn on lazy loading for all tables 0.1.0
Evan Broder [Tue, 18 Nov 2008 02:58:30 +0000 (21:58 -0500)] 
Turn on lazy loading for all tables

svn path=/trunk/packages/invirt-database/; revision=1714

15 years agoDon't require administrator to be non-null 0.0.6
Evan Broder [Mon, 17 Nov 2008 19:08:03 +0000 (14:08 -0500)] 
Don't require administrator to be non-null

svn path=/trunk/packages/invirt-database/; revision=1708

15 years agoAdd an architecture field to the autoinstaller table 0.0.5
Evan Broder [Mon, 17 Nov 2008 17:29:35 +0000 (12:29 -0500)] 
Add an architecture field to the autoinstaller table

svn path=/trunk/packages/invirt-database/; revision=1694

15 years agoDon't depend on invirt-mail-config everywhere invirt-database-server/0.0.7
Evan Broder [Fri, 7 Nov 2008 03:58:50 +0000 (22:58 -0500)] 
Don't depend on invirt-mail-config everywhere

svn path=/trunk/packages/invirt-database-server/; revision=1557

15 years agoDepend on invirt-mail-config on all servers invirt-database-server/0.0.6
Evan Broder [Fri, 7 Nov 2008 02:52:41 +0000 (21:52 -0500)] 
Depend on invirt-mail-config on all servers

svn path=/trunk/packages/invirt-database-server/; revision=1544

15 years agoUse invoke-rc.d instead of calling init scripts directly in invirt-database-server/0.0.5
Evan Broder [Fri, 31 Oct 2008 10:34:16 +0000 (06:34 -0400)] 
Use invoke-rc.d instead of calling init scripts directly in
invirt-database-server's postinst

svn path=/trunk/packages/invirt-database-server/; revision=1442

15 years agosipb-xen-base -> invirt-base in dependency lists invirt-database-server/0.0.4
Evan Broder [Tue, 28 Oct 2008 08:24:26 +0000 (04:24 -0400)] 
sipb-xen-base -> invirt-base in dependency lists

svn path=/trunk/packages/invirt-database-server/; revision=1372

15 years agoAdd attributes to the ORM to link mirrors and cdroms 0.0.3
Evan Broder [Tue, 28 Oct 2008 07:16:32 +0000 (03:16 -0400)] 
Add attributes to the ORM to link mirrors and cdroms

svn path=/trunk/packages/invirt-database/; revision=1363

15 years agoExport mirrors_table and Mirrors in invirt.database.models 0.0.2
Evan Broder [Tue, 28 Oct 2008 07:05:07 +0000 (03:05 -0400)] 
Export mirrors_table and Mirrors in invirt.database.models

svn path=/trunk/packages/invirt-database/; revision=1361

15 years agoFix the port number of postgres.conf, because the chroot will choose a invirt-database-server/0.0.3
Evan Broder [Sun, 26 Oct 2008 01:50:44 +0000 (21:50 -0400)] 
Fix the port number of postgres.conf, because the chroot will choose a
new port

svn path=/trunk/packages/invirt-database-server/; revision=1316

15 years agoFix a typo on the postfix.conf.invirt transform script
Evan Broder [Sun, 26 Oct 2008 01:50:42 +0000 (21:50 -0400)] 
Fix a typo on the postfix.conf.invirt transform script

svn path=/trunk/packages/invirt-database-server/; revision=1315

15 years agoForgot to change invirt-database-common to invirt-database invirt-database-server/0.0.2
Evan Broder [Sun, 26 Oct 2008 01:26:22 +0000 (21:26 -0400)] 
Forgot to change invirt-database-common to invirt-database

svn path=/trunk/packages/invirt-database-server/; revision=1309

15 years agosipb-xen-database-common -> invirt-database 0.0.1
Evan Broder [Sun, 26 Oct 2008 00:58:40 +0000 (20:58 -0400)] 
sipb-xen-database-common -> invirt-database
sipb-xen-database-server -> invirt-database-server

svn path=/trunk/packages/invirt-database/; revision=1288

15 years agosipb-xen-database-common -> invirt-database invirt-database-server/0.0.1
Evan Broder [Sun, 26 Oct 2008 00:58:40 +0000 (20:58 -0400)] 
sipb-xen-database-common -> invirt-database
sipb-xen-database-server -> invirt-database-server

svn path=/trunk/packages/invirt-database-server/; revision=1288

15 years agoMove the invirt-database Xen config script into invirt-xen-config
Evan Broder [Sat, 25 Oct 2008 22:00:23 +0000 (18:00 -0400)] 
Move the invirt-database Xen config script into invirt-xen-config

svn path=/trunk/packages/sipb-xen-database/; revision=1262

15 years agoFix a typo in the new CDROM table sipb-xen-database/10.36.1
Evan Broder [Sat, 25 Oct 2008 19:02:01 +0000 (15:02 -0400)] 
Fix a typo in the new CDROM table

svn path=/trunk/packages/sipb-xen-database/; revision=1250

15 years agoAdd the CDROM mirrors table sipb-xen-database/10.36
Evan Broder [Sat, 25 Oct 2008 18:50:44 +0000 (14:50 -0400)] 
Add the CDROM mirrors table

svn path=/trunk/packages/sipb-xen-database/; revision=1247

15 years agoRemove the remnants of the sipb_xen_database Python package
Evan Broder [Sat, 25 Oct 2008 18:12:02 +0000 (14:12 -0400)] 
Remove the remnants of the sipb_xen_database Python package

svn path=/trunk/packages/sipb-xen-database/; revision=1245

15 years agoshorten sipb-xen-database-server initscript too sipb-xen-database/10.35
Greg Price [Fri, 24 Oct 2008 11:27:45 +0000 (07:27 -0400)] 
shorten sipb-xen-database-server initscript too

svn path=/trunk/packages/sipb-xen-database/; revision=1216

15 years agofix our copyright files
Greg Price [Fri, 24 Oct 2008 08:57:02 +0000 (04:57 -0400)] 
fix our copyright files

E.g., this is free software.

svn path=/trunk/packages/sipb-xen-database/; revision=1205

15 years agoyet another new-sqlalchemy fix, this one post-0.4.2; grr sipb-xen-database/10.34
Greg Price [Fri, 24 Oct 2008 03:04:03 +0000 (23:04 -0400)] 
yet another new-sqlalchemy fix, this one post-0.4.2; grr

svn path=/trunk/packages/sipb-xen-database/; revision=1174

15 years agoCatch calls to restart Postgres and translate them into a sequential sipb-xen-database/10.33
Evan Broder [Mon, 20 Oct 2008 17:06:03 +0000 (13:06 -0400)] 
Catch calls to restart Postgres and translate them into a sequential
stop, then start

svn path=/trunk/packages/sipb-xen-database/; revision=1152

15 years agoinvirt.database.clear_cache should actually do something
Evan Broder [Sun, 19 Oct 2008 06:02:50 +0000 (02:02 -0400)] 
invirt.database.clear_cache should actually do something

svn path=/trunk/packages/sipb-xen-database/; revision=1136

15 years agoRemove bridge specification from sipb-database sipb-xen-database/10.31
Evan Broder [Sun, 19 Oct 2008 05:47:08 +0000 (01:47 -0400)] 
Remove bridge specification from sipb-database

svn path=/trunk/packages/sipb-xen-database/; revision=1132

15 years agoFix a typo in sipb-database's CDROM image path sipb-xen-database/10.30.4
Evan Broder [Wed, 15 Oct 2008 17:21:51 +0000 (13:21 -0400)] 
Fix a typo in sipb-database's CDROM image path

svn path=/trunk/packages/sipb-xen-database/; revision=1126

15 years agoChanged location for pygrub
Eric Price [Tue, 14 Oct 2008 01:40:46 +0000 (21:40 -0400)] 
Changed location for pygrub

svn path=/trunk/packages/sipb-xen-database/; revision=1107

15 years agofix dumb textual mistakes in sipb-xen-database-server initscript
Greg Price [Sun, 12 Oct 2008 00:56:30 +0000 (20:56 -0400)] 
fix dumb textual mistakes in sipb-xen-database-server initscript

svn path=/trunk/packages/sipb-xen-database/; revision=1104

15 years agoFix a typo in the CDROM lookup in sipb-database sipb-xen-database/10.30.2
Evan Broder [Sat, 11 Oct 2008 23:19:52 +0000 (19:19 -0400)] 
Fix a typo in the CDROM lookup in sipb-database

svn path=/trunk/packages/sipb-xen-database/; revision=1101

15 years agoDon't strip quotes in sipb-database that won't be there sipb-xen-database/10.30.1
Evan Broder [Fri, 10 Oct 2008 05:54:50 +0000 (01:54 -0400)] 
Don't strip quotes in sipb-database that won't be there

svn path=/trunk/packages/sipb-xen-database/; revision=1098

15 years agoUpdate the sipb-database script to match the remctl interface sipb-xen-database/10.30
Evan Broder [Thu, 9 Oct 2008 06:12:37 +0000 (02:12 -0400)] 
Update the sipb-database script to match the remctl interface

svn path=/trunk/packages/sipb-xen-database/; revision=1091

15 years agoLook for CD images in /dev/xenvg/image_* and validate them against the
Evan Broder [Thu, 9 Oct 2008 06:12:36 +0000 (02:12 -0400)] 
Look for CD images in /dev/xenvg/image_* and validate them against the
database

svn path=/trunk/packages/sipb-xen-database/; revision=1090

15 years agoSome fixes in the sipb-database Xen config script sipb-xen-database/10.29
Evan Broder [Mon, 6 Oct 2008 23:03:25 +0000 (19:03 -0400)] 
Some fixes in the sipb-database Xen config script

svn path=/trunk/packages/sipb-xen-database/; revision=1079

15 years agoRe-establish the database connection if the server goes AWOL sipb-xen-database/10.28
Evan Broder [Sun, 5 Oct 2008 03:23:10 +0000 (23:23 -0400)] 
Re-establish the database connection if the server goes AWOL

svn path=/trunk/packages/sipb-xen-database/; revision=1041

15 years agoUpdate /etc/xen/sipb-database to work with newer SQLAlchemy and Xen sipb-xen-database/10.27
Evan Broder [Sat, 4 Oct 2008 00:09:49 +0000 (20:09 -0400)] 
Update /etc/xen/sipb-database to work with newer SQLAlchemy and Xen

svn path=/trunk/packages/sipb-xen-database/; revision=1016

15 years agoThe database wants to be not transactional, and not autoflushing sipb-xen-database/10.26.1
Evan Broder [Fri, 3 Oct 2008 23:26:58 +0000 (19:26 -0400)] 
The database wants to be not transactional, and not autoflushing

svn path=/trunk/packages/sipb-xen-database/; revision=1014

15 years agoUpdate sipb-xen-
Evan Broder [Thu, 2 Oct 2008 23:41:44 +0000 (19:41 -0400)] 
Update sipb-xen-
Update invirt.database to not be transactional by default

svn path=/trunk/packages/sipb-xen-database/; revision=1008

15 years agomore sqlalchemy-0.4 changes sipb-xen-database/10.25
Greg Price [Wed, 1 Oct 2008 23:48:39 +0000 (19:48 -0400)] 
more sqlalchemy-0.4 changes

svn path=/trunk/packages/sipb-xen-database/; revision=991

15 years agosipb-xen-database-server: fix init script, expand pg_hba.conf
Greg Price [Wed, 1 Oct 2008 23:31:23 +0000 (19:31 -0400)] 
sipb-xen-database-server: fix init script, expand pg_hba.conf

svn path=/trunk/packages/sipb-xen-database/; revision=989

15 years agoUpdate sipb-xen-database for Postgres 8.3 sipb-xen-database/10.24
Evan Broder [Wed, 1 Oct 2008 07:13:42 +0000 (03:13 -0400)] 
Update sipb-xen-database for Postgres 8.3

svn path=/trunk/packages/sipb-xen-database/; revision=976

15 years agoport to postgresql 8.3 sipb-xen-database/10.23
Greg Price [Wed, 1 Oct 2008 06:10:33 +0000 (02:10 -0400)] 
port to postgresql 8.3

svn path=/trunk/packages/sipb-xen-database/; revision=974

15 years agodon't specify (old) version of postgresql sipb-xen-database/10.22
Greg Price [Wed, 1 Oct 2008 05:56:37 +0000 (01:56 -0400)] 
don't specify (old) version of postgresql

svn path=/trunk/packages/sipb-xen-database/; revision=972

15 years agofix distribution hardy -> unstable in several changelogs sipb-xen-database/10.21
Greg Price [Wed, 1 Oct 2008 04:00:02 +0000 (00:00 -0400)] 
fix distribution hardy -> unstable in several changelogs

Didn't notice this when I was working from a livecd the other day.

svn path=/trunk/packages/sipb-xen-database/; revision=959

15 years agoport sipb-xen-database to sqlalchemy-0.4
Greg Price [Mon, 29 Sep 2008 06:21:34 +0000 (02:21 -0400)] 
port sipb-xen-database to sqlalchemy-0.4

Apparently they like breaking old interfaces (e.g. DynamicMetaData,
sqlalchemy.create_session, sqlalchemy.relation) when they add new ones.
Also letting other old interfaces (e.g. meta.connect) bitrot even
while still present.

svn path=/trunk/packages/sipb-xen-database/; revision=946

15 years agoFix mindless typo in filenames
Sam Hartman [Mon, 25 Aug 2008 13:17:34 +0000 (09:17 -0400)] 
Fix mindless typo in filenames

svn path=/trunk/packages/sipb-xen-database/; revision=923

15 years agoGenerate pg_hba.conf and install postgresql.conf sipb-xen-database/10.19
Sam Hartman [Mon, 25 Aug 2008 00:59:27 +0000 (20:59 -0400)] 
Generate pg_hba.conf and install postgresql.conf
so that installing this package works without manual editing

svn path=/trunk/packages/sipb-xen-database/; revision=918

15 years agoadd and respect 'adminable' column to machines sipb-xen-database/10.18
Greg Price [Wed, 6 Aug 2008 05:07:22 +0000 (01:07 -0400)] 
add and respect 'adminable' column to machines

This is for selectively, temporarily, manually enabling admin mode
for a VM.  Where it's not set, admin mode now bypasses quotas and does
nothing else.

svn path=/trunk/packages/sipb-xen-database/; revision=874

15 years agofinish configuration of sipb-xen-database; add network config to master.yaml sipb-xen-database/10.17
Greg Price [Sun, 3 Aug 2008 05:19:41 +0000 (01:19 -0400)] 
finish configuration of sipb-xen-database; add network config to yaml

svn path=/trunk/packages/sipb-xen-database/; revision=842

15 years agoupdate sipb-xen-database-tables sipb-xen-database/10.16
Greg Price [Sun, 3 Aug 2008 04:53:26 +0000 (00:53 -0400)] 
update sipb-xen-database-tables

svn path=/trunk/packages/sipb-xen-database/; revision=836

15 years agoget db uri from invirt.config in sipb-database sipb-xen-database/10.15
Greg Price [Sun, 3 Aug 2008 04:29:54 +0000 (00:29 -0400)] 
get db uri from invirt.config in sipb-database

svn path=/trunk/packages/sipb-xen-database/; revision=829

15 years agocheck in uncommitted changes to /etc/xen/sipb-database on black-mesa
Greg Price [Sun, 3 Aug 2008 04:26:32 +0000 (00:26 -0400)] 
check in uncommitted changes to /etc/xen/sipb-database on black-mesa

svn path=/trunk/packages/sipb-xen-database/; revision=828