From: Ken Dreyer Date: Fri, 18 Dec 2015 22:56:47 +0000 (-0700) Subject: puddle: ceph-1.3.z adjustments X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F182%2Fhead;p=ceph-cm-ansible.git puddle: ceph-1.3.z adjustments Now that RHCS 1.3.1 is released, - Tweak the version numbers in Puddle. These numbers are cosmetic and control the names of the directories where Puddle puts its output. As explained in bfc268d7d11ce4757f44a8729830dff9ecb93df9, the purpose of the separate output directories is to allow the RH QE team to distinguish between "the next micro RHCS release" (in this case, 1.3.2), and any async updates we will ship for RHCS 1.3 in the meantime. - Add ceph-1.3.z to the list of advisories to query in Red Hat's Errata Tool. --- diff --git a/roles/puddle/templates/ceph-1.3-rhel-7-async.conf b/roles/puddle/templates/ceph-1.3-rhel-7-async.conf index 63475015..ce659c49 100644 --- a/roles/puddle/templates/ceph-1.3-rhel-7-async.conf +++ b/roles/puddle/templates/ceph-1.3-rhel-7-async.conf @@ -4,9 +4,9 @@ [puddle] type = errata -errata_release = CEPH-1.3.0,CEPH-ASYNC +errata_release = CEPH-1.3.0,CEPH-1.3.z,CEPH-ASYNC product_name = RHCeph -version = 1.3.0-async-RHEL-7 +version = 1.3-async-RHEL-7 rootdir = /var/www/{{ ansible_hostname }}/htdocs/puddles emails = {{ puddle.emails }} signed = no diff --git a/roles/puddle/templates/ceph-1.3.z-rhel-7.conf b/roles/puddle/templates/ceph-1.3.z-rhel-7.conf index f03a5c1f..0c2cf010 100644 --- a/roles/puddle/templates/ceph-1.3.z-rhel-7.conf +++ b/roles/puddle/templates/ceph-1.3.z-rhel-7.conf @@ -6,7 +6,7 @@ type = errata errata_release = CEPH-1.3.0,CEPH-1.3.z,CEPH-ASYNC product_name = RHCeph -version = 1.3.1-RHEL-7 +version = 1.3.2-RHEL-7 rootdir = /var/www/{{ ansible_hostname }}/htdocs/puddles emails = {{ puddle.emails }} signed = no