mirror of https://github.com/ceph/ceph-ansible.git
tox-podman: use centos 8 vagrant image
Switch the podman scenario from atomic centos 7 to centos 8 (not atomic) Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>pull/4755/head
parent
72c43cc5d9
commit
19e9a06ab1
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
RedHat-8.yml
|
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue