Last change
on this file since 738 was
724,
checked in by price, 16 years ago
|
add a YAML config file with near-complete info
|
File size:
602 bytes
|
Rev | Line | |
---|
[724] | 1 | authn: |
---|
| 2 | - type: kerberos |
---|
| 3 | realm: ATHENA.MIT.EDU |
---|
| 4 | |
---|
| 5 | authz: |
---|
| 6 | - type: afs |
---|
| 7 | cell: athena.mit.edu |
---|
| 8 | |
---|
| 9 | hosts: # hosts on which VMs run |
---|
| 10 | - black-mesa.mit.edu: |
---|
| 11 | ip: 18.181.0.60 |
---|
| 12 | - sx-blade-2.mit.edu: |
---|
| 13 | ip: 18.181.0.165 |
---|
| 14 | |
---|
| 15 | db: |
---|
| 16 | uri: postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen |
---|
| 17 | |
---|
| 18 | console: |
---|
| 19 | hostname: sipb-xen-console.mit.edu |
---|
| 20 | ip: 18.181.0.134 |
---|
| 21 | |
---|
| 22 | remote: |
---|
| 23 | hostname: remote.mit.edu |
---|
| 24 | ip: 18.181.0.188 |
---|
| 25 | |
---|
| 26 | dns: |
---|
| 27 | domains: # first one is advertised |
---|
| 28 | - xvm.mit.edu |
---|
| 29 | - servers.csail.mit.edu |
---|
| 30 | nameservers: |
---|
| 31 | - hostname: ns1.xvm.mit.edu |
---|
| 32 | ip: 18.181.0.62 |
---|
| 33 | rootip: 18.181.0.62 |
---|
| 34 | |
---|
| 35 | web: |
---|
| 36 | baseuri: https://xvm.mit.edu/ |
---|
Note: See
TracBrowser
for help on using the repository browser.