Changeset 842 for trunk/packages
- Timestamp:
- Aug 3, 2008, 1:19:41 AM (16 years ago)
- Location:
- trunk/packages
- Files:
-
- 1 deleted
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/packages/sipb-xen-database/client/etc/xen/sipb-database
r829 r842 1 1 # -*- mode: python; -*- 2 2 from invirt.database import models, connect 3 from invirt.config import structs as config 3 4 import re 4 5 import tempfile … … 55 56 n = machine.nics[0] 56 57 extra = 'ro noresume' 57 extra += ' ip=%s::18.181.0.1:255.255.0.0:%s:eth0:off' % (n.ip, machine.name) 58 extra += (' ip=%s::%s:%s:%s:eth0:off' 59 % (n.ip, config.network.gateway, config.network.netmask, machine.name)) 58 60 extra += ' mirror=%s dist=%s' % (mirror, dist) 59 61 extra += ' imagesize=%s' % imagesize -
trunk/packages/sipb-xen-database/debian/changelog
r836 r842 1 sipb-xen-database (10.17) unstable; urgency=low 2 3 * pull IP gateway, network from config 4 * configurabilization complete! 5 6 -- Greg Price <price@mit.edu> Sun, 3 Aug 2008 01:16:53 -0400 7 1 8 sipb-xen-database (10.16) unstable; urgency=low 2 9 -
trunk/packages/xvm-devconfig/debian/changelog
r822 r842 3 3 * remove deprecated /etc/invirt/{hosts,realm} 4 4 * add apt section with keyid 5 * add network section with gateway, netmask 5 6 6 -- Greg Price <price@mit.edu> S at, 2 Aug 2008 21:56:26-04007 -- Greg Price <price@mit.edu> Sun, 3 Aug 2008 01:17:57 -0400 7 8 8 9 xvm-devconfig (0.4) unstable; urgency=low -
trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml
r822 r842 36 36 rootip: 18.181.0.62 37 37 38 network: 39 gateway: 18.181.0.1 40 netmask: 255.255.0.0 41 38 42 web: 39 43 baseuri: https://xvm.mit.edu/
Note: See TracChangeset
for help on using the changeset viewer.