]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
tox-docker2podman: update container image tag
authorDimitri Savineau <dsavinea@redhat.com>
Wed, 1 Apr 2020 18:51:49 +0000 (14:51 -0400)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Thu, 2 Apr 2020 21:19:39 +0000 (17:19 -0400)
The current docker to podman scenario is using the nautilus container
image tag instead of master.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
tox-docker2podman.ini

index b9b56784d0b0d1191a096644f7ad9b43f7fee376..e068559d8647cc6e786d6185b6aecbc9e7fa4981 100644 (file)
@@ -41,7 +41,7 @@ commands=
       fetch_directory={env:FETCH_DIRECTORY:{changedir}/fetch} \
       ceph_docker_registry={env:CEPH_DOCKER_REGISTRY:docker.io} \
       ceph_docker_image={env:CEPH_DOCKER_IMAGE:ceph/daemon} \
-      ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest-nautilus} \
+      ceph_docker_image_tag={env:CEPH_DOCKER_IMAGE_TAG:latest-master} \
   "
 
   ansible-playbook -vv -i {changedir}/hosts {toxinidir}/infrastructure-playbooks/docker-to-podman.yml