+xvm-meta (0.0.5) unstable; urgency=low
+
+ * We want GSSAPI authentication configured on all of our servers, so
+ have everything depend on invirt-ssh-config (except for the console
+ server, which already has GSSAPI configured by invirt-console-server).
+
+ -- Evan Broder <broder@mit.edu> Thu, 07 Jan 2010 15:00:47 -0500
+
xvm-meta (0.0.4) unstable; urgency=low
* Add xvm-authz-locker to the master server.
Package: xvm-host
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-host-master,
- xvm-munin-host-config, invirt-cluster-config, xvm-iscsi-config, xvm-misc-config
+ xvm-munin-host-config, invirt-cluster-config, xvm-iscsi-config,
+ xvm-misc-config, invirt-ssh-config
Description: Metapackage for XVM hosts
This package installs the necessary software to run an XVM host.
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-database-server,
invirt-dev, invirt-web, xvm-munin-master-config, xvm-db-backup,
- xvm-misc-config, xvm-authz-locker
+ xvm-misc-config, xvm-authz-locker, invirt-ssh-config
Description: Metapackage for the XVM master VM
This package installs the necessary software for the XVM master VM,
which includes the database server and the web server.
Package: xvm-remote
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, invirt-remote-server,
- xvm-munin-remote-config, xvm-misc-config
+ xvm-munin-remote-config, xvm-misc-config, invirt-ssh-config
Description: Metapackage for the VM remote VM
This package installs the necessary software for the XVM remctl proxy.