Quentin Smith [Fri, 2 May 2008 00:21:45 +0000 (20:21 -0400)]
Configure serial console on boot
svn path=/trunk/packages/sipb-xen-database/; revision=490
Greg Price [Sun, 27 Apr 2008 01:07:25 +0000 (21:07 -0400)]
changelogs
svn path=/trunk/packages/sipb-xen-database/; revision=456
Greg Price [Sun, 27 Apr 2008 01:04:06 +0000 (21:04 -0400)]
depend on psql client
svn path=/trunk/packages/sipb-xen-database/; revision=454
Eric Price [Tue, 22 Apr 2008 02:50:54 +0000 (22:50 -0400)]
Support autoinstalls table for creation list.
svn path=/trunk/packages/sipb-xen-database/; revision=443
Anders Kaseorg [Mon, 21 Apr 2008 21:51:10 +0000 (17:51 -0400)]
Enable USB tablet device in guests.
svn path=/trunk/packages/sipb-xen-database/; revision=433
Greg Price [Sun, 30 Mar 2008 07:23:14 +0000 (03:23 -0400)]
remove apparently obsoleted script sipb-xen-lvcreate
This file confused me on black-mesa. grep -r in trunk doesn't find its name.
svn path=/trunk/packages/sipb-xen-database/; revision=337
Eric Price [Sat, 29 Mar 2008 01:31:20 +0000 (21:31 -0400)]
Increment version number
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=297
Eric Price [Sat, 29 Mar 2008 01:17:38 +0000 (21:17 -0400)]
Actually expose the function
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=296
Eric Price [Sat, 29 Mar 2008 01:14:40 +0000 (21:14 -0400)]
Improve postinst script to not give errors.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=295
Eric Price [Sat, 29 Mar 2008 00:44:34 +0000 (20:44 -0400)]
Ubuntu's dch sucks.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=292
Eric Price [Sat, 29 Mar 2008 00:31:34 +0000 (20:31 -0400)]
Increment the version number
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=290
Eric Price [Sat, 29 Mar 2008 00:24:56 +0000 (20:24 -0400)]
Expose the function for clearing the cache.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=287
Tim Abbott [Sun, 16 Mar 2008 00:29:46 +0000 (20:29 -0400)]
Fix lintian errors.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=278
Eric Price [Thu, 24 Jan 2008 22:24:36 +0000 (17:24 -0500)]
dch -i
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=258
Eric Price [Thu, 24 Jan 2008 22:09:38 +0000 (17:09 -0500)]
Rename misleading relation from users to acl.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=256
Anders Kaseorg [Tue, 1 Jan 2008 07:35:32 +0000 (02:35 -0500)]
Upgrade paravirt kernel.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=255
Greg Price [Tue, 13 Nov 2007 10:10:10 +0000 (05:10 -0500)]
Prototype fast installer using a special guest.
Rather than poke directly in the boot sector, partition table,
etc, which caused so much pain last week (r231), we just dd
the entire disk. Then we poke at the bits that need to change
(like secrets, the hostname, the root password, the filesystem uuids).
Since this poking is distribution-dependent, we want it to be
supplied by the image, so to make that safe we run it in a VM.
The plan is
1. source image is dd'd (in the host) to the target image
2. special copying-installer image is booted, with access to target
and to a small image containing its arguments
3. copying-installer guest reads arguments, mounts target,
runs a script with a well-known name in target, passing arguments.
Bits I haven't done yet include
- frob grub config in the copying-installer image so it boots
with init = the copying-installer script (doing this manually for testing)
- install script into copying-installer, or into my example image,
in a sane automated way (they're checked into partial/ here)
- all the tasks the image's script ought to actually carry out
- make this all available from remctl and the web pages.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=245
Quentin Smith [Mon, 12 Nov 2007 10:05:26 +0000 (05:05 -0500)]
Remove unnecessary constructors
Rename disk to disk_size in some (but not all!) places
Added MachineAccess to __all__
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=243
Quentin Smith [Mon, 12 Nov 2007 09:41:11 +0000 (04:41 -0500)]
Make sipb-xen-database-tables safer
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=241
Quentin Smith [Mon, 12 Nov 2007 09:26:41 +0000 (04:26 -0500)]
Update changelog
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=239
Quentin Smith [Mon, 12 Nov 2007 09:22:49 +0000 (04:22 -0500)]
Add a machine_access table where access information will be cached
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=238
Greg Price [Sun, 28 Oct 2007 08:19:52 +0000 (04:19 -0400)]
new remctl command "install" to invoke autoinstaller
e.g.,
$ remctl black-mesa control moobarspam install etch /path/to/rootpasshash
The root password to be used is taken from a given file local to black-mesa...
probably this should be in the database or something, randomly generated
by the web interface, and available for reminders.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=223
Eric Price [Sat, 20 Oct 2007 02:16:48 +0000 (22:16 -0400)]
Add __repr__.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=204
Eric Price [Wed, 10 Oct 2007 04:17:50 +0000 (00:17 -0400)]
No changes.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=172
Eric Price [Wed, 10 Oct 2007 04:14:05 +0000 (00:14 -0400)]
Increment version number.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=170
Eric Price [Wed, 10 Oct 2007 04:05:03 +0000 (00:05 -0400)]
Allow administrators.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=168
Eric Price [Tue, 9 Oct 2007 06:36:36 +0000 (02:36 -0400)]
Changed version numbers.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=148
Tim Abbott [Tue, 9 Oct 2007 06:27:21 +0000 (02:27 -0400)]
1) reworking of lvm stuff into a single python script rather than a pile of shell scripts
2) changing naming for database VMs to always start with d_
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=146
Tim Abbott [Mon, 8 Oct 2007 08:27:51 +0000 (04:27 -0400)]
throw error when disk creation fails
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=142
Eric Price [Mon, 8 Oct 2007 06:38:38 +0000 (02:38 -0400)]
Machine -> type relation
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=137
Tim Abbott [Sun, 7 Oct 2007 22:07:42 +0000 (18:07 -0400)]
Moved the lvcreate thing to /usr/sbin.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=123
Eric Price [Sun, 7 Oct 2007 20:24:22 +0000 (16:24 -0400)]
exit is defined elsewhere, so we use sys.exit.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=117
Anders Kaseorg [Sun, 7 Oct 2007 08:34:46 +0000 (04:34 -0400)]
Actually import re.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=116
Anders Kaseorg [Sun, 7 Oct 2007 07:40:57 +0000 (03:40 -0400)]
import re.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=114
Anders Kaseorg [Sun, 7 Oct 2007 07:24:00 +0000 (03:24 -0400)]
Update control from control.in.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=112
Anders Kaseorg [Sun, 7 Oct 2007 07:19:21 +0000 (03:19 -0400)]
version 7
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=111
Anders Kaseorg [Sun, 7 Oct 2007 07:16:21 +0000 (03:16 -0400)]
Regex sanity checking.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=110
Anders Kaseorg [Sun, 7 Oct 2007 06:45:37 +0000 (02:45 -0400)]
Add cdrom_image parameter; do some simple regex sanity checking.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=109
Eric Price [Sun, 7 Oct 2007 05:12:18 +0000 (01:12 -0400)]
Add a table for boot CDs.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=108
Eric Price [Sun, 7 Oct 2007 00:03:11 +0000 (20:03 -0400)]
Make ip unique, and constructor for nics.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=107
Eric Price [Sat, 6 Oct 2007 23:35:24 +0000 (19:35 -0400)]
nics primary key should be mac address, not hostname.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=106
Anders Kaseorg [Fri, 5 Oct 2007 21:32:38 +0000 (17:32 -0400)]
Stuff that works is happy.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=104
Nelson Elhage [Sat, 22 Sep 2007 18:00:10 +0000 (14:00 -0400)]
v6, with a script to autocreate any new logical volumes
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=102
Nelson Elhage [Sat, 22 Sep 2007 17:19:16 +0000 (13:19 -0400)]
Fix the vif generation for non-hvms
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=101
Nelson Elhage [Sat, 8 Sep 2007 20:17:14 +0000 (16:17 -0400)]
v5, change the host to sipb-xen-dev
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=99
Nelson Elhage [Sat, 25 Aug 2007 02:08:16 +0000 (22:08 -0400)]
version 4
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=92
Nelson Elhage [Fri, 24 Aug 2007 23:23:59 +0000 (19:23 -0400)]
Adding script=vif-sipbroute to database-managed VMs vif = [] line
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=91
Nelson Elhage [Sun, 19 Aug 2007 23:41:02 +0000 (19:41 -0400)]
Add a connect() call to sipb-database and make some changes
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=85
Nelson Elhage [Fri, 17 Aug 2007 22:56:10 +0000 (18:56 -0400)]
Typo fix in the database script
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=84
Nelson Elhage [Fri, 17 Aug 2007 21:01:40 +0000 (17:01 -0400)]
-common shouldn't depend on the postgresql server
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=83
Nelson Elhage [Thu, 16 Aug 2007 20:45:48 +0000 (16:45 -0400)]
A new version with less broken init scripts
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=81
Nelson Elhage [Thu, 16 Aug 2007 05:01:56 +0000 (01:01 -0400)]
Adding postini and prerm scripts for sipb-xen-database-server
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=77
Nelson Elhage [Mon, 13 Aug 2007 23:17:12 +0000 (19:17 -0400)]
svn:ignore some generated files
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=72
Nelson Elhage [Mon, 13 Aug 2007 22:21:56 +0000 (18:21 -0400)]
Install the Xen conf file in the appropriate place for the client.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=71
Nelson Elhage [Mon, 13 Aug 2007 22:19:06 +0000 (18:19 -0400)]
Rename the -auto files to be correctly named
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=70
Nelson Elhage [Mon, 13 Aug 2007 22:16:20 +0000 (18:16 -0400)]
Adding glue to build python packages
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=69
Nelson Elhage [Mon, 13 Aug 2007 20:31:54 +0000 (16:31 -0400)]
Skeleton CDBS packaging for database packages
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=68
Nelson Elhage [Wed, 8 Aug 2007 03:08:38 +0000 (23:08 -0400)]
Filling in the gaps in conf.py. This is completely untested.
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=65
Nelson Elhage [Wed, 8 Aug 2007 00:31:30 +0000 (20:31 -0400)]
The types table needs a boolean hvm
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=64
Nelson Elhage [Sun, 15 Jul 2007 21:26:22 +0000 (17:26 -0400)]
An uncomplete prototype of a xen conf file that pulls from the database
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=24
Nelson Elhage [Sun, 15 Jul 2007 21:14:21 +0000 (17:14 -0400)]
Adding ORM tables for the sqlalchemy models
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=18
Nelson Elhage [Sun, 15 Jul 2007 20:51:09 +0000 (16:51 -0400)]
Adding a sqlaclhemy schema module
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=13
Nelson Elhage [Sun, 15 Jul 2007 20:03:48 +0000 (16:03 -0400)]
Initial skeleton structure for sipb-xen-database
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database-0/; revision=8