Skip to content

distributedOne/package-ceph-barclamp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

How To: Package the Ceph Barclamp for Dell Crowbar

In order to use this script you should download it to the directory where your barclamp's folder is stored:

$ wget https://raw.github.com/jgalvez/package-ceph-barclamp/master/package-ceph.sh

Then give the application execute permissions:

$ chmod +x package-ceph.sh

Finally you must execute the script with a single argument, the folder which contains your ceph barclamp:

$ ./package-ceph.sh barclamp-ceph/

When completed you should have a ceph.tar.gz file in your current directory.

This tarball should be uploaded to your admin node, once there extract and install it:

$ tar zxvf ceph.tar.gz
$ sudo /opt/dell/bin/barclamp_installer.rb /path/to/bar --force

Using --force will overwrite any files from a previous install of the same barclamp.

You may need to restart your crowbar-webserver at this point:

$ sudo bluepill crowbar-webserver restart

About

Script created to package up the ceph barclamp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages