Hi,

I am trying to deploy ceph-hammer on 4 nodes(admin, monitor and 2 OSD's).
MY servers are behind a proxy server, so when I need to run an apt-get
update I need to export our proxy server.

When I run the command "ceph-deploy install osd1 osd2 mon1", since all
three nodes are behind the proxy the command fails with the below message:
[osd1][DEBUG ] 0 upgraded, 0 newly installed, 0 to remove and 9 not
upgraded.
[osd1][INFO  ] Running command: sudo wget -O release.asc
https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
[osd1][WARNIN] --2015-05-20 11:07:41--
https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/release.asc
[osd1][WARNIN] Resolving ceph.com (ceph.com)... 208.113.241.137,
2607:f298:4:147::b05:fe2a
[osd1][WARNIN] Connecting to ceph.com (ceph.com)|208.113.241.137|:443...
failed: Connection timed out.
[osd1][WARNIN] command returned non-zero exit status: 4
[osd1][INFO  ] Running command: sudo apt-key add release.asc
[osd1][WARNIN] gpg: no valid OpenPGP data found.
[osd1][ERROR ] RuntimeError: command returned non-zero exit status: 2
[ceph_deploy][ERROR ] RuntimeError: Failed to execute command: apt-key add
release.asc

Request your help in solving above. How do I set a proxy for the user so
that I am able to connect to ceph.com to download the file.

Thanks!


-- 
Best Regards
B.Vivek
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to