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

Anyway this process fails for me at the ./configure stage for Node:

creating  ./config.mk
Traceback (most recent call last):
  File "tools/gyp_node", line 57, in <module>
    run_gyp(gyp_args)
  File "tools/gyp_node", line 18, in run_gyp
    rc = gyp.main(args)
  File "./tools/gyp/pylib/gyp/__init__.py", line 526, in main
    return gyp_main(args)
  File "./tools/gyp/pylib/gyp/__init__.py", line 502, in gyp_main
    options.circular_check)
  File "./tools/gyp/pylib/gyp/__init__.py", line 91, in Load
    generator = __import__(generator_name, globals(), locals(),
generator_name)
ImportError: No module named generator.make

Lee

On Thu, Mar 26, 2015 at 1:14 PM, Quentin Hartman <
[email protected]> wrote:

> 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 <[email protected]>
> wrote:
>
>>
>> On 26/03/2015, at 17.18, LaBarre, James (CTR) A6IT <
>> [email protected]> 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 to have to install an entire virtualbox environment inside something
>> that’s already a VM.
>>
>> Agreed... if U wanted to built in on your server farm/cloud stack env.
>> I just built my packages for Debian Wheezy (with CentOS+RHEL rpms as a
>> bonus) on my desktop Mac/OS-X with use of virtualbox and vagrant ( vagrant
>> is an easy disposable built-env:)
>>
>>
>>
>> *From:* ceph-users [mailto:[email protected]
>> <[email protected]>] *On Behalf Of *JESUS CHAVEZ
>> ARGUELLES
>> *Sent:* Monday, March 02, 2015 3:00 PM
>> *To:* [email protected]
>> *Subject:* [ceph-users] Calamari Deployment
>>
>>
>> Does anybody know how to succesful install Calamari in rhel7 ? I have
>> tried the vagrant thug without sucesss and it seems like a nightmare there
>> is a Kind of Sidur when you do vagrant up where it seems not to find the vm
>> path...
>>
>> Regards
>>
>> *Jesus Chavez*
>> SYSTEMS ENGINEER-C.SALES
>>
>> [email protected]
>> Phone: *+52 55 5267 3146 <+52%2055%205267%203146>*
>> Mobile: *+51 1 5538883255 <+51%201%205538883255>*
>>
>> CCIE - 44433
>>
>>
>> ------------------------------------------------------------------------------
>> CONFIDENTIALITY NOTICE: If you have received this email in error,
>> please immediately notify the sender by e-mail at the address shown.
>> This email transmission may contain confidential information.  This
>> information is intended only for the use of the individual(s) or entity to
>>
>> whom it is intended even if addressed incorrectly.  Please delete it from
>>
>> your files if you are not the intended recipient.  Thank you for your
>> compliance.  Copyright (c) 2015 Cigna
>>
>> ==============================================================================
>> _______________________________________________
>> ceph-users mailing list
>> [email protected]
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>>
>>
>> _______________________________________________
>> ceph-users mailing list
>> [email protected]
>> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>>
>>
>
> _______________________________________________
> ceph-users mailing list
> [email protected]
> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com
>
>
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to