Skip to content

Commit

Permalink
tox-podman: use centos 8 vagrant image
Browse files Browse the repository at this point in the history
Switch the podman scenario from atomic centos 7 to centos 8 (not atomic)

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
  • Loading branch information
dsavineau authored and guits committed Nov 20, 2019
1 parent 72c43cc commit 19e9a06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 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
when: not is_atomic | bool
1 change: 1 addition & 0 deletions roles/ceph-container-engine/vars/CentOS-8.yml
9 changes: 2 additions & 7 deletions tox-podman.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ setenv=
# only available for ansible >= 2.5
ANSIBLE_STDOUT_CALLBACK = yaml
# Set the vagrant box image to use
CEPH_ANSIBLE_VAGRANT_BOX = centos/atomic-host
CEPH_ANSIBLE_VAGRANT_BOX = centos/8

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

Expand All @@ -49,10 +48,6 @@ 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 19e9a06

Please sign in to comment.