6.1. create

6.1.1. create osg condor password

rocks create osg condor password [add=bool] [keyfile=string]

Create a pool password for Condor. Requires Condor Credd to be up and running.

parameters

[add=bool]

add the newly created key to the condor credential daemon. Default: yes

[keyfile=string]

The filename that will be used to store the password. Default: /var/lib/condor/pool_password

6.1.2. create osg download

rocks create osg download {path} [arch=string] [version=string]

Download the OSG packages found in the repository located at 'URL'.

arguments

path

The network location of the repository of packages.

parameters

[arch=string]

Architecture of the mirror to download. (default = the architecture of of the OS running on this machine).

[version=string]

The OS version number to download. (default = the version of Rocks running on this machine).

examples

# rocks create osg download http://repo.grid.iu.edu/osg/3.1/el6/release/x86_64 version=6.5 arch=x86_64

Will mirror(download) all the packages found under the URL http://repo.grid.iu.edu/osg/3.1/el6/release/x86_64 and will create a tree of dirs 6/x86_64 6/noarch 6/debug with latest version of osg packages ready to create osg roll.