diff options
author | Giulio Fidente <gfidente@redhat.com> | 2016-02-15 20:57:53 +0100 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-02-15 21:16:36 +0100 |
commit | e0fd678de5b862bd4c385f636b3e29a981e1455a (patch) | |
tree | 5c136f1cb3ddf49a5f5ee212a2a5b48723e211b0 /puppet | |
parent | 014ed92b4e614c4e68bc95a65666c228a72d4997 (diff) |
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
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/controller.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |