More fixes for the Ceph docker images url parsing
authorGiulio Fidente <gfidente@redhat.com>
Fri, 18 Aug 2017 16:01:02 +0000 (18:01 +0200)
committerGiulio Fidente <gfidente@redhat.com>
Fri, 18 Aug 2017 16:01:02 +0000 (18:01 +0200)
commit184f284190242018c393f57ab3f2c1d44cc9b5a0
tree775f05fcaa2e1f7405d0cea4a708495de99b29bf
parent9adfd2fc2ae228a36367441fcfdf2c6fb0334d7d
More fixes for the Ceph docker images url parsing

Existing code was still failing the following scenario:

  http://192.168.24.1:8787/ceph/rhceph-2-rhel7:latest

Now this has been tested with the following variations:

  http://192.168.24.1:8787/ceph/rhceph-2-rhel7:latest
  http://192.168.24.1:8787/rhceph-2-rhel7:latest
  192.168.24.1:8787/ceph/rhceph-2-rhel7:latest
  192.168.24.1:8787/rhceph-2-rhel7:latest
  192.168.24.1/ceph/daemon:latest

And then the same list without the custom registry host.

Change-Id: Ifc871de8c2678f6a6fc5d234bfb62e8273c1b0b7
docker/services/ceph-ansible/ceph-base.yaml