Added export of the GLITE_CERT_DIR environment variable
authorRobert Harakaly <robert.harakaly@cern.ch>
Tue, 7 Dec 2004 18:46:33 +0000 (18:46 +0000)
committerRobert Harakaly <robert.harakaly@cern.ch>
Tue, 7 Dec 2004 18:46:33 +0000 (18:46 +0000)
org.glite.deployment.lb/config/scripts/glite-lb-config.py
org.glite.deployment.lb/config/templates/glite-lb.cfg.xml

index 82fb378..09d4e96 100644 (file)
@@ -172,8 +172,9 @@ def set_env():
 
     glib.export('GLITE_HOST_CERT',params['host.certificate.file'])
     glib.export('GLITE_HOST_KEY',params['host.key.file'])
-    glib.export('GLITE_USER','glite')
+    glib.export('GLITE_USER','gproduct')
     glib.export('GLOBUS_LOCATION',params['GLOBUS_LOCATION'])
+    glib.export('GLITE_CERT_DIR',params['GLITE_CERT_DIR'])
 
     # bin and lib paths
     glib.addEnvPath("PATH","/usr/bin/:%s/bin:%s/externals/bin:%s/bin" % (os.environ['GLOBUS_LOCATION'],os.environ['GLITE_LOCATION'],os.environ['GLITE_LOCATION']))
index 8c3771e..9caadb3 100644 (file)
@@ -38,6 +38,9 @@
                        description="The account used to run the LB daemons"
                        value="gproduct"/>
                        
+               <GLITE_CERT_DIR
+                       value='/etc/grid-security/certificates/'/>
+                       
                <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->
                <!-- System parameters - You should leave these alone -->
                <!-- xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx -->