Changes between Version 31 and Version 32 of install_kvm


Ignore:
Timestamp:
Dec 8, 2011, 5:47:24 PM (14 years ago)
Author:
Jamie McClelland
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • install_kvm

    v31 v32  
    101101freepuppet-helper rda:<guestname>
    102102}}}
     103 * Add the server to the red_server table in the red/seso database. Setting accepting = 1 will enable it to show up in the drop down list for everyone:
     104{{{
     105ssh root@hay.mayfirst.org mysql -e "INSERT INTO red_server SET server = '<guestname>.mayfirst.org', accepting = 1" seso
     106}}}
     107
    103108 * Purchase an SSL certificate from http://rapidssl.com/. The certificate signing request will already be generated by puppet and is on the guest server in /etc/ssl/<guestname>.mayfirst.org.csr.
    104109 * Once you have the certificate:
     
    109114  * add the cert and intermediate cert to this file (courier needs both the key and cert in the same file
    110115
     116