Re: [ceph-users] Calamari Deployment

2015-03-26 Thread LaBarre, James (CTR) A6IT
) A6IT; ceph-users@lists.ceph.com Subject: Re: [ceph-users] Calamari Deployment I used this as a guide for building calamari packages w/o using vagrant. Worked great: http://bryanapperson.com/blog/compiling-calamari-ceph-ubuntu-14-04/<https://urldefense.proofpoint.com/v2/url?u=h

Re: [ceph-users] Calamari Deployment

2015-03-26 Thread Lee Revell
The first step is incorrect: echo deb http://ppa.launchpad.net/saltstack/salt/ubuntu lsb_release -sc main | sudo tee /etc/apt/sources.list.d/saltstack.list should be echo deb http://ppa.launchpad.net/saltstack/salt/ubuntu $(lsb_release -sc) main | sudo tee /etc/apt/sources.list.d/saltstack.list

Re: [ceph-users] Calamari Deployment

2015-03-26 Thread Quentin Hartman
I used this as a guide for building calamari packages w/o using vagrant. Worked great: http://bryanapperson.com/blog/compiling-calamari-ceph-ubuntu-14-04/ On Thu, Mar 26, 2015 at 10:30 AM, Steffen W Sørensen wrote: > > On 26/03/2015, at 17.18, LaBarre, James (CTR) A6IT < > james.laba...@cigna.co

Re: [ceph-users] Calamari Deployment

2015-03-26 Thread Steffen W Sørensen
> On 26/03/2015, at 17.18, LaBarre, James (CTR) A6IT > wrote: > For that matter, is there a way to build Calamari without going the whole > vagrant path at all? Some way of just building it through command-line > tools? I would be building it on an Openstack instance, no GUI. Seems silly >

Re: [ceph-users] Calamari Deployment

2015-03-26 Thread LaBarre, James (CTR) A6IT
For that matter, is there a way to build Calamari without going the whole vagrant path at all? Some way of just building it through command-line tools? I would be building it on an Openstack instance, no GUI. Seems silly to have to install an entire virtualbox environment inside something tha