[ussuri-only] Don't use yum to install ceph
Use the ansible builtin 'package' module instead, and reinstate the cinderlib-ceph-functional job as voting. (It was made non-voting by change If039438a8e84.) (This patch is basically change I244c1896a3c1 plus the zuul.yaml change.) Change-Id: If88708f299f8e0b7a316f9af94db78d021b0fbc7
This commit is contained in:
@@ -9,8 +9,7 @@
|
|||||||
- cinderlib-tox-py36
|
- cinderlib-tox-py36
|
||||||
- cinderlib-tox-py37
|
- cinderlib-tox-py37
|
||||||
|
|
||||||
- cinderlib-ceph-functional:
|
- cinderlib-ceph-functional
|
||||||
voting: false
|
|
||||||
- cinder-tempest-plugin-lvm-lio-barbican
|
- cinder-tempest-plugin-lvm-lio-barbican
|
||||||
gate:
|
gate:
|
||||||
queue: integrated
|
queue: integrated
|
||||||
@@ -19,8 +18,7 @@
|
|||||||
- cinderlib-tox-py36
|
- cinderlib-tox-py36
|
||||||
- cinderlib-tox-py37
|
- cinderlib-tox-py37
|
||||||
|
|
||||||
- cinderlib-ceph-functional:
|
- cinderlib-ceph-functional
|
||||||
voting: false
|
|
||||||
- cinder-tempest-plugin-lvm-lio-barbican
|
- cinder-tempest-plugin-lvm-lio-barbican
|
||||||
post:
|
post:
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Install ceph requirements
|
- name: Install ceph requirements
|
||||||
yum:
|
package:
|
||||||
name:
|
name:
|
||||||
- ceph-common
|
- ceph-common
|
||||||
- python3-rados
|
- python3-rados
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Install Docker
|
- name: Install Docker
|
||||||
yum:
|
package:
|
||||||
name: 'docker.io'
|
name: 'docker.io'
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user