Changeset 906


Ignore:
Timestamp:
Aug 22, 2008, 4:44:14 PM (16 years ago)
Author:
hartmans
Message:

Add initial prodconfig

Location:
trunk/packages
Files:
1 deleted
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/packages/xvm-prodconfig/debian/changelog

    r878 r906  
    1 xvm-devconfig (0.9) unstable; urgency=low
     1xvm-prodconfig (0.1) unstable; urgency=low
    22
    3   * added configs for sipb-xen-www
     3  * Initial prodconfig release
    44
    5  -- Yang Zhang <y_z@mit.edu>  Fri,  8 Aug 2008 02:40:16 -0400
    6 
    7 xvm-devconfig (0.8) unstable; urgency=low
    8 
    9   * add more config for web interface
    10 
    11  -- Greg Price <price@mit.edu>  Mon,  4 Aug 2008 23:25:24 -0400
    12 
    13 xvm-devconfig (0.7) unstable; urgency=low
    14 
    15   * added dns.contact for sipb-xen-dns
    16 
    17  -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 19:19:29 -0400
    18 
    19 xvm-devconfig (0.6) unstable; urgency=low
    20 
    21   * added decomposition of DB URI (for sipb-xen-console)
    22 
    23  -- Yang Zhang <y_z@mit.edu>  Sun,  3 Aug 2008 01:23:54 -0400
    24 
    25 xvm-devconfig (0.5) unstable; urgency=low
    26 
    27   * remove deprecated /etc/invirt/{hosts,realm}
    28   * add apt section with keyid
    29   * add network section with gateway, netmask
    30 
    31  -- Greg Price <price@mit.edu>  Sun,  3 Aug 2008 01:17:57 -0400
    32 
    33 xvm-devconfig (0.4) unstable; urgency=low
    34 
    35   * Put host hostnames in values, not keys.
    36 
    37  -- Greg Price <price@mit.edu>  Sun, 27 Jul 2008 23:42:30 -0400
    38 
    39 xvm-devconfig (0.3) unstable; urgency=low
    40 
    41   * Add a YAML version with much more info.
    42 
    43  -- Greg Price <price@mit.edu>  Sun, 27 Jul 2008 17:43:33 -0400
    44 
    45 xvm-devconfig (0.2) unstable; urgency=low
    46 
    47   * Add postinst to reload config.
    48 
    49  -- Greg Price <price@mit.edu>  Mon, 21 Jul 2008 20:38:59 -0400
    50 
    51 xvm-devconfig (0.1) unstable; urgency=low
    52 
    53   * First cut.  Has hosts and realm.
    54 
    55  -- Greg Price <price@mit.edu>  Mon, 21 Jul 2008 18:56:49 -0400
     5 -- Sam Hartman <hartmans@debian.org>  Fri, 22 Aug 2008 16:40:35 -0400
  • trunk/packages/xvm-prodconfig/debian/control

    r701 r906  
    1 Source: xvm-devconfig
     1Source: xvm-prodconfig
    22Section: servers
    33Priority: important
     
    66Standards-Version: 3.7.2
    77
    8 Package: xvm-devconfig
     8Package: xvm-prodconfig
    99Architecture: all
    1010Provides: invirt-config
  • trunk/packages/xvm-prodconfig/debian/rules

    r701 r906  
    11#!/usr/bin/make -f
    22
    3 DEB_AUTO_UPDATE_DEBIAN_CONTROL = 1
     3
    44
    55include /usr/share/cdbs/1/rules/debhelper.mk
  • trunk/packages/xvm-prodconfig/files/etc/invirt/master.yaml

    r880 r906  
    88
    99hosts: # hosts on which VMs run
    10  - hostname: black-mesa.mit.edu
    11    ip: 18.181.0.60
    12  - hostname: sx-blade-2.mit.edu
    13    ip: 18.181.0.165
     10 - hostname: citadel-station.mit.edu
     11   ip: 18.181.0.221
    1412
    1513apt:
    16  keyid: AB1A81AA
     14 keyid: 35AE3C4F
    1715
    1816db:
    19  uri: postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen
    20  host: sipb-xen-dev.mit.edu
     17 uri: postgres://sipb-xen@xvm-2.mit.edu/sipb_xen
     18 host: xvm-2.mit.edu
    2119 port: 5432
    2220 user: sipb-xen
    2321 dbname: sipb_xen
    2422
    25 console:
    26  hostname: sipb-xen-console.mit.edu
    27  ip: 18.181.0.134
    28 
    29 remote:
    30  hostname: remote.mit.edu
    31  ip: 18.181.0.188
    32 
    33 dns:
    34  contact: xvm@mit.edu
    35  domains:  # first one is advertised
    36   - xvm.mit.edu
    37   - servers.csail.mit.edu
    38  nameservers:
    39   - hostname: ns1.xvm.mit.edu
    40     ip: 18.181.0.62
    41  rootip: 18.181.0.62
    42 
    43 network:
    44  gateway: 18.181.0.1
    45  netmask: 255.255.0.0
    46 
    47 web:
    48  baseuri: https://xvm.mit.edu/
    49  hostname: xvm.mit.edu
    50  errormail: xvm@mit.edu
    51  adminacl: system:xvm
    52  errormail_exclude:
    53   - price
    54   - ecprice
    55   - andersk
    56 
    57 svn:
    58  repopath: /afs/sipb.mit.edu/project/xvm/svn
    59 
    60 trac:
    61  uri: https://xvm.mit.edu/trac/wiki
Note: See TracChangeset for help on using the changeset viewer.