Merge "Bring consistency to tags"

This commit is contained in:
Jenkins 2017-01-05 14:39:49 +00:00 committed by Gerrit Code Review
commit a51f1ba6a1
2 changed files with 8 additions and 3 deletions

View File

@ -38,7 +38,9 @@
static: no
when:
- ceph_pkg_source != 'distro'
tags: ceph-preinstall
tags:
- ceph-preinstall
- ceph-install
- include: ceph_install.yml
tags: ceph-install
@ -60,4 +62,6 @@
- include: ceph_auth.yml
static: no
when: cephx | bool
tags: ceph-auth
tags:
- ceph-auth
- ceph-config

View File

@ -29,5 +29,6 @@
and gnocchi_storage_driver is defined
and gnocchi_storage_driver == 'ceph')
tags:
- ceph-client
- ceph-client
- always