From 125f2941b8cfb804bd3d569027e73bc3a3648e26 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Fri, 1 May 2015 18:27:21 -0600 Subject: [PATCH] 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. --- roles/puddle/defaults/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/roles/puddle/defaults/main.yml b/roles/puddle/defaults/main.yml index 9c7f1c3..18c7c2c 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: '' -- 2.39.5