auth0 / cxn

cXn: extensible open-source CDN
MIT License
179 stars 19 forks source link

Compatibility Issue during setup #11

Open alouane opened 6 years ago

alouane commented 6 years ago

Hi there, Is there any compatibility issue with this cookbook? I'm struggling to get it working, I got many errors during the setup:

-ssl issue: Error executing action 'create' on resource 'cookbook_file[/etc/ssl/private/dhparam.pem]' Cookbook 'cxn' (0.0.1) does not contain a file at any of these locations: files/ubuntu-16.04/dhparam.pem files/ubuntu/dhparam.pem files/default/dhparam.pem files/dhparam.pem

Currently I'm trying to launch directly the chef-solo from the nodes side: sudo chef-solo -c /var/chef/solo.rb -j /var/chef/node.json -N ec2-XXXXXX.eu-west-1.compute.amazonaws.com solo.rb file content: cookbook_path File.expand_path("../cookbooks", __FILE__) node.json file has the some content as the production.json file But I still have same issues, I'm currently driving tests on 3 ec2 ubuntu 16.04 machines Chef-solo version: 13.5.3 ruby version: ruby 2.3.1p112 (2016-04-26) [x86_64-linux-gnu]

Thanks