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

Add initial prodconfig

Location:
trunk/packages/xvm-prodconfig
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • 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.