Hello,

Our chef cookbook fail due to https://ceph.com/git/?p=ceph.git;a=bl
connection timedout. Does anyone know how to workaround this or where I can
report that the link is down?
Thank you for your help.

-------
================================================================================
    Error executing action `add` on resource 'apt_repository[ceph]'

================================================================================

    Errno::ETIMEDOUT
    ----------------
    remote_file[/var/cache/chef/release.asc]
(/var/cache/chef/cookbooks/apt/providers/repository.rb line 59) had an
error: Errno::ETIMEDOUT: Error connecting to
https://ceph.com/git/?p=ceph.git;a=bl
ob_plain;f=keys/release.asc - Error connecting to
https://git.ceph.com/?p=ceph.git;a=blob_plain;f=keys/release.asc -
Connection timed out - connect(2)

    Resource Declaration:
    ---------------------
    # In /var/cache/chef/cookbooks/ceph/recipes/apt.rb

     12: apt_repository 'ceph' do
     13:   repo_name 'ceph'
     14:   uri node['ceph']['debian'][branch]['repository']
     15:   distribution distribution_codename
     16:   components ['main']
     17:   key node['ceph']['debian'][branch]['repository_key']
     18: end
     19:

    Compiled Resource:
    ------------------
    # Declared in /var/cache/chef/cookbooks/ceph/recipes/apt.rb:12:in
`from_file'

    apt_repository("ceph") do
      action :add
      retries 0
      retry_delay 2
      guard_interpreter :default
      cookbook_name "ceph"
      recipe_name "apt"
      repo_name "ceph"
      uri "http://ceph.com/debian-giant/";
      distribution "trusty"
      components ["main"]
      key "https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc";
      cache_rebuild true
    end
-- 
Thanks,
Soonthorn Ativanichayaphong
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to