Changes between Version 5 and Version 6 of Download/SCDB


Ignore:
Timestamp:
Oct 12, 2006, 10:29:11 PM (19 years ago)
Author:
/C=FR/O=CNRS/OU=UMR8607/CN=Michel Jouvin/emailAddress=jouvin@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Download/SCDB

    v5 v6  
    2323 * `tags` : used by SCDB administration tool to do deployment
    2424 * `branches` : for alternative developments
    25 
    26 You also need to put the hook script provided as part of SCDB (in the `src/utils/hooks` directory) in the `hooks` directory of your repository, on your Subversion server and give this script [`post-commit`) executable permission for Apache user.
    2725
    2826
     
    6967
    7068== Cluster Configuration ==
     69
     70
     71== Quattor Server Final configuration ==
     72
     73Before being able to deploy the created configuration, there is a last configuration step needed to allow deployment of the configuration after successful compilation. This involves :
     74
     75 * Adding a hook script to the Subversion repository to trigger the deployment
     76 * Adding a script on the Quattor server that will be launched by the hook script, using ssh
     77 * Configuring SSH keys to allow execution of the previous script as root (preferably) from the Apache account
     78 * Add a CGI script on Quattor web server used at end of installation of a machine to allow next boot from local disk.
     79
     80=== Installation of hook script and server script ===
     81
     82The hook script, `post-commit`, is provided as part of SCDB, in the `src/hooks` directory. It must be installed on your Subversion server, in the `hook` directory of the repository, and given executable permission for Apache user.
     83
     84The other script, `build-tag.pl`, also provided as part of SCDB, in the `src/hooks` directory, must be installed (root executable) in `/root/quattor` on the Quattor server.
     85