From: Ken Dreyer Date: Sat, 2 May 2015 00:27:21 +0000 (-0600) Subject: puddle: add default ceph-1.2 vars X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F16%2Fhead;p=ceph-cm-ansible.git puddle: add default ceph-1.2 vars Commit a22e9f9d8a52a5039de60b3812016446b2cc0a01 introduced a number of "ceph_1_2" vars without setting their default values. Set them here. --- diff --git a/roles/puddle/defaults/main.yml b/roles/puddle/defaults/main.yml index 9c7f1c3a..18c7c2c4 100644 --- a/roles/puddle/defaults/main.yml +++ b/roles/puddle/defaults/main.yml @@ -10,8 +10,16 @@ puddle: topurl: '' rhel_7_z_repo_url: '' rhel_7_common_repo_url: '' + rhel_7_ceph_calamari_1_2_repo_url: '' + rhel_7_ceph_installer_1_2_repo_url: '' + rhel_7_ceph_mon_1_2_repo_url: '' + rhel_7_ceph_osd_1_2_repo_url: '' rhel_6_z_repo_url: '' rhel_6_common_repo_url: '' + rhel_6_ceph_calamari_1_2_repo_url: '' + rhel_6_ceph_installer_1_2_repo_url: '/' + rhel_6_ceph_mon_1_2_repo_url: '' + rhel_6_ceph_osd_1_2_repo_url: '' kerberos_keytab: '' kerberos_principal: '' emails: ''