diff options
| author | Steve Kemp <steve@steve.org.uk> | 2012-11-22 15:38:07 +0000 | 
|---|---|---|
| committer | Steve Kemp <steve@steve.org.uk> | 2012-11-22 15:38:07 +0000 | 
| commit | 918d964adee64d0a14fc80797def1070c39061b3 (patch) | |
| tree | 25662cfd3ca6e73855d16ef8937f0ba2ff97603e /cfg | |
| parent | c3a3f054ada31db25db4194ecb4a17db7fdb1c47 (diff) | |
  Parse the configuration file into arrays of jobs, via our test-factory
Diffstat (limited to 'cfg')
| -rw-r--r-- | cfg/bytemark.cfg | 2 | ||||
| -rw-r--r-- | cfg/steve.cfg | 5 | 
2 files changed, 6 insertions, 1 deletions
diff --git a/cfg/bytemark.cfg b/cfg/bytemark.cfg index d60b109..af794f0 100644 --- a/cfg/bytemark.cfg +++ b/cfg/bytemark.cfg @@ -110,7 +110,7 @@ SMTPHOSTS must run smtp otherwise 'Bytemark smtp server'.  212.110.161.169 must run smtp otherwise 'Bytemark SMTP server IPv4 failure'.  # 212.110.161.168 must run smtp otherwise 'Bytemark SMTP server IPv4 failure'. -bytemail.bytemark.co.uk must run imap otherwise 'Bytemail'. +  ##### diff --git a/cfg/steve.cfg b/cfg/steve.cfg index 174ba3d..68fe50f 100644 --- a/cfg/steve.cfg +++ b/cfg/steve.cfg @@ -1,4 +1,9 @@ +SSH are kvm1.vm and kvm2.vm. + +SSH must run ssh on 2222 otherwise 'failure'. + +  mirror.bytemark.co.uk must run ftp on 21 otherwise 'Bytemark Mirror: FTP failure'.  ssh.steve.org.uk must run ssh on 2222 otherwise 'SSH failure'.  | 
