Difference between revisions of "Imperial Dirac VMDIRAC"

From GridPP Wiki
Jump to: navigation, search
(initial commit)
 
Line 6: Line 6:
 
dirac-install -l DIRAC -r v6r22p1  -e VMDIRAC
 
dirac-install -l DIRAC -r v6r22p1  -e VMDIRAC
 
</pre>
 
</pre>
update dirac.cfg ?
+
update dirac.cfg (probably won't hurt)
 +
 
 +
 
 +
At the moment we only use the gridpp VO to submit jobs to the Cambridge cloud:
 +
<pre>
 +
Operations
 +
  gridpp
 +
    Defaults
 +
      Cloud                                                                                                           
 +
        GenericCloudGroup = gridpp_pilot                                                                                                                                                                                                                                         
 +
        GenericCloudDN = /C=UK/O=eScience/OU=Imperial/L=Physics/CN=dirac-pilot.grid.hep.ph.ic.ac.uk                                                                                                                                                                                   
 +
        user_data_commands_base_url = https://www.hep.ph.ic.ac.uk/~sf105/vmdirac_tmp  <- Simon's modified code, not needed for v6r22p1 ?                                                                                                                                                                                              
 +
        Version = v6r21p7 <- really not sure about that one
 +
</pre>
 +
 
 +
Install the following three components according to instructions:
 +
<pre>
 +
    DB: VirtualMachineDB
 +
    Service: WorkloadManagement_VirtualMachineManager
 +
    Agent: WorkloadManagement_CloudDirector
 +
</pre>

Revision as of 12:36, 12 July 2019

Instructions are at: readthedocs

cd /opt/dirac
source bashrc
dirac-install -l DIRAC -r v6r22p1  -e VMDIRAC

update dirac.cfg (probably won't hurt)


At the moment we only use the gridpp VO to submit jobs to the Cambridge cloud:

Operations
  gridpp
    Defaults
      Cloud                                                                                                            
        GenericCloudGroup = gridpp_pilot                                                                                                                                                                                                                                           
        GenericCloudDN = /C=UK/O=eScience/OU=Imperial/L=Physics/CN=dirac-pilot.grid.hep.ph.ic.ac.uk                                                                                                                                                                                    
        user_data_commands_base_url = https://www.hep.ph.ic.ac.uk/~sf105/vmdirac_tmp  <- Simon's modified code, not needed for v6r22p1 ?                                                                                                                                                                                               
        Version = v6r21p7 <- really not sure about that one

Install the following three components according to instructions:

    DB: VirtualMachineDB
    Service: WorkloadManagement_VirtualMachineManager
    Agent: WorkloadManagement_CloudDirector