I believe we haven't built on CentOS7 for firefly yet, but, you could (I think) point to the rhel7 repos in the meantime. You would need to use the `--repo-url` along with the `--gpg-url` to point to the rhel7 repos and take it from there. On Wed, Aug 13, 2014 at 2:15 PM, Ojwang, Wilson O (Wilson) <Wilson.Ojwang at alcatel-lucent.com> wrote: > Alfredo, > > > > Thanks for your quick response. > > > > Yes, this is a CentOS7 box and I did upgrade to ceph-deploy 1.5.11 which was > released today, but I still see the error below. > > ===============\ > > [ceph at nfv3 ~]$ ceph-deploy --version > > 1.5.11 > > > > [ceph at nfv1 my-cluster]$ ceph-deploy install nfv2 > > [ceph_deploy.conf][DEBUG ] found configuration file at: > /home/ceph/.cephdeploy.conf > > [ceph_deploy.cli][INFO ] Invoked (1.5.11): /usr/bin/ceph-deploy install > nfv2 > > [ceph_deploy.install][DEBUG ] Installing stable version firefly on cluster > ceph hosts nfv2 > > [ceph_deploy.install][DEBUG ] Detecting platform for host nfv2 ... > > [nfv2][DEBUG ] connected to host: nfv2 > > [nfv2][DEBUG ] detect platform information from remote host > > [nfv2][DEBUG ] detect machine type > > [ceph_deploy.install][INFO ] Distro info: CentOS Linux 7.0.1406 Core > > [nfv2][INFO ] installing ceph on nfv2 > > [nfv2][INFO ] Running command: sudo yum clean all > > [nfv2][DEBUG ] Loaded plugins: fastestmirror, langpacks, priorities > > [nfv2][DEBUG ] Cleaning repos: base ceph-noarch extras updates > > [nfv2][DEBUG ] Cleaning up everything > > [nfv2][DEBUG ] Cleaning up list of fastest mirrors > > [nfv2][INFO ] Running command: sudo yum -y install wget > > [nfv2][DEBUG ] Loaded plugins: fastestmirror, langpacks, priorities > > [nfv2][DEBUG ] Determining fastest mirrors > > [nfv2][DEBUG ] * base: centos.host-engine.com > > [nfv2][DEBUG ] * extras: centos.sonn.com > > [nfv2][DEBUG ] * updates: centos.eecs.wsu.edu > > [nfv2][DEBUG ] Package wget-1.14-10.el7.x86_64 already installed and latest > version > > [nfv2][DEBUG ] Nothing to do > > [nfv2][INFO ] Running command: sudo yum -y install yum-priorities > > [nfv2][DEBUG ] Loaded plugins: fastestmirror, langpacks, priorities > > [nfv2][DEBUG ] Loading mirror speeds from cached hostfile > > [nfv2][DEBUG ] * base: centos.host-engine.com > > [nfv2][DEBUG ] * extras: centos.sonn.com > > [nfv2][DEBUG ] * updates: centos.eecs.wsu.edu > > [nfv2][DEBUG ] Package yum-plugin-priorities-1.1.31-25.el7_0.noarch already > installed and latest version > > [nfv2][DEBUG ] Nothing to do > > [nfv2][INFO ] Running command: sudo rpm --import > https://ceph.com/git/?p=ceph.git;a=blob_plain;f=keys/relea se.asc > > [nfv2][INFO ] Running command: sudo rpm -Uvh --replacepkgs > http://ceph.com/rpm-firefly/el7/noarch/ceph-rele ase-1-0.el7.noarch.rpm > > [nfv2][DEBUG ] Retrieving > http://ceph.com/rpm-firefly/el7/noarch/ceph-release-1-0.el7.noarch.rpm > > [nfv2][WARNIN] curl: (22) The requested URL returned error: 404 Not Found > > [nfv2][WARNIN] error: skipping > http://ceph.com/rpm-firefly/el7/noarch/ceph-release-1-0.el7.noarch.rpm - > tran sfer failed > > [nfv2][ERROR ] RuntimeError: command returned non-zero exit status: 1 > > [ceph_deploy][ERROR ] RuntimeError: Failed to execute command: rpm -Uvh > --replacepkgs http://ceph.com/rpm-fi > refly/el7/noarch/ceph-release-1-0.el7.noarch.rpm > > > > =========================\ > > > > Thanks > > Regards > > Wilson > > > > -----Original Message----- > From: Alfredo Deza [mailto:alfredo.deza at inktank.com] > Sent: Wednesday, August 13, 2014 12:06 PM > To: Ojwang, Wilson O (Wilson) > Cc: ceph-users at lists.ceph.com > Subject: Re: [ceph-users] > http://ceph.com/rpm-firefly/el7/noarch/ceph-release-1-0.el7.noarch.rpm - The > requested URL returned error: 404 Not Found > > > > I assume this was on a CentOS7 box? (a full paste of the ceph-deploy output > would tell) > > > > If that is the case, you should use ceph-deploy 1.5.11 which was released > today. > > > > On Wed, Aug 13, 2014 at 11:24 AM, Ojwang, Wilson O (Wilson) > <Wilson.Ojwang at alcatel-lucent.com> wrote: > >> All, > >> > >> > >> > >> Need help with the error below that I encountered while executing the > >> command ?ceph-deploy install host? > >> > >> ==================\ > >> > >> [nfv2][INFO ] Running command: sudo rpm -Uvh --replacepkgs > >> http://ceph.com/rpm-firefly/el7/ > >> noarch/ceph-release-1-0.el7.noarch.rpm > >> > >> [nfv2][DEBUG ] Retrieving > >> http://ceph.com/rpm-firefly/el7/noarch/ceph-release-1-0.el7.noarch > >> .rpm > >> > >> [nfv2][WARNIN] curl: (22) The requested URL returned error: 404 Not > >> Found > >> > >> [nfv2][WARNIN] error: skipping > >> http://ceph.com/rpm-firefly/el7/noarch/ceph-release-1-0.el7.n > >> oarch.rpm - transfer failed > >> > >> [nfv2][ERROR ] RuntimeError: command returned non-zero exit status: 1 > >> > >> [ceph_deploy][ERROR ] RuntimeError: Failed to execute command: rpm > >> -Uvh --replacepkgs http:/ > >> /ceph.com/rpm-firefly/el7/noarch/ceph-release-1-0.el7.noarch.rpm > >> > >> ==================\ > >> > >> > >> > >> Somehow the URL http://ceph.com/rpm-firefly/el7/noarch/ does not exist > >> (see > >> below) > >> > >> ===========\ > >> > >> Not Found > >> > >> The requested URL /rpm-firefly/el7/noarch/ was not found on this server. > >> > >> Additionally, a 404 Not Found error was encountered while trying to > >> use an ErrorDocument to handle the request. > >> > >> ============\ > >> > >> > >> > >> I have update the repo based on the attached email from Alfredo. > >> > >> > >> > >> Thanks in advance for your professional and technical help. > >> > >> > >> > >> Regards > >> > >> Wilson > >> > >> > >> _______________________________________________ > >> ceph-users mailing list > >> ceph-users at lists.ceph.com > >> http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com > >>