Skip to content

Commit

Permalink
Revert "tox-podman: use centos 8 vagrant image"
Browse files Browse the repository at this point in the history
This reverts commit 19e9a06.
  • Loading branch information
guits committed Nov 27, 2019
1 parent cf8c6a3 commit f19a2ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion roles/ceph-container-engine/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
- name: include pre_requisites/prerequisites.yml
include_tasks: pre_requisites/prerequisites.yml
when: not is_atomic | bool
when: not is_atomic
1 change: 0 additions & 1 deletion roles/ceph-container-engine/vars/CentOS-8.yml

This file was deleted.

9 changes: 7 additions & 2 deletions tox-podman.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ setenv=
# only available for ansible >= 2.5
ANSIBLE_STDOUT_CALLBACK = yaml
# Set the vagrant box image to use
CEPH_ANSIBLE_VAGRANT_BOX = centos/8
CEPH_ANSIBLE_VAGRANT_BOX = centos/atomic-host

# Set the ansible inventory host file to be used according to which distrib we are running on
INVENTORY = {env:_INVENTORY:hosts}
PLAYBOOK = site-container.yml.sample
PLAYBOOK = site-docker.yml.sample
PURGE_PLAYBOOK = purge-docker-cluster.yml
IS_PODMAN = TRUE
CEPH_STABLE_RELEASE = nautilus

Expand All @@ -48,6 +49,10 @@ commands=
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-master} \
container_binary=podman \
container_package_name=podman \
container_service_name=podman \
container_binding_name=podman \
"

# wait 30sec for services to be ready
Expand Down

0 comments on commit f19a2ae

Please sign in to comment.