From: Ken Dreyer Date: Fri, 18 Sep 2015 22:43:47 +0000 (-0600) Subject: puddle: output RHCEPH 1.3 to separate locations X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bfc268d7d11ce4757f44a8729830dff9ecb93df9;p=ceph-cm-ansible.git puddle: output RHCEPH 1.3 to separate locations I periodically generate Puddles for both RHCS 1.3.0-async and 1.3.1. It's confusing when these Puddles exist in the same parent directory. Split them up into two directories so it is easier to understand what each Puddle is. --- 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 0676031..6347501 100644 --- a/roles/puddle/templates/ceph-1.3-rhel-7-async.conf +++ b/roles/puddle/templates/ceph-1.3-rhel-7-async.conf @@ -6,7 +6,7 @@ type = errata errata_release = CEPH-1.3.0,CEPH-ASYNC product_name = RHCeph -version = 1.3-RHEL-7 +version = 1.3.0-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 b98d6dc..f03a5c1 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-RHEL-7 +version = 1.3.1-RHEL-7 rootdir = /var/www/{{ ansible_hostname }}/htdocs/puddles emails = {{ puddle.emails }} signed = no