From e0fd678de5b862bd4c385f636b3e29a981e1455a Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Mon, 15 Feb 2016 20:57:53 +0100 Subject: Pass public_addr to ceph::profile::params instead of ceph::mon The ceph::mon resource is a define not a class so the hieradata is not applied transparently; this change passes it to ceph::profile::params instead which is a class. Change-Id: Ia6518b769feb147f862b67915432d1bb7b47a415 Depends-On: I56f969328c68ed83a9b2d54ff4254dbcd6f55de0 --- puppet/controller.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/controller.yaml b/puppet/controller.yaml index bad99378..97034afa 100644 --- a/puppet/controller.yaml +++ b/puppet/controller.yaml @@ -1223,7 +1223,7 @@ resources: mapped_data: ceph::profile::params::cluster_network: {get_input: ceph_cluster_network} ceph::profile::params::public_network: {get_input: ceph_public_network} - ceph::mon::public_addr: {get_input: ceph_public_ip} + ceph::profile::params::public_addr: {get_input: ceph_public_ip} database: raw_data: {get_file: hieradata/database.yaml} object: -- cgit 1.2.3-korg