diff options
author | John Fulton <fulton@redhat.com> | 2016-10-04 23:29:25 -0400 |
---|---|---|
committer | Giulio Fidente <gfidente@redhat.com> | 2016-10-06 17:25:18 +0000 |
commit | b55f6cda6d2743fc7af139dd2a5adf36754dd681 (patch) | |
tree | 9ffac5b516b2373de2db84a2d9676bc537a37918 /puppet | |
parent | 89f9a3f2e0274169f305a503f642867ef14244e1 (diff) |
Specify the Ceph packages to be installed
The puppet-ceph module defaults to 'ceph' but that is a metapacakge
which isn't provided in all repos.
Depends-On: I13462219522386f8740b0d70916a44f3474115e4
Change-Id: Ie55d22301dd22102d471e6002dfcaad4bfadd5f6
Related-Bug: 1629933
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/ceph-base.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/puppet/services/ceph-base.yaml b/puppet/services/ceph-base.yaml index ce8d9158..adb17b26 100644 --- a/puppet/services/ceph-base.yaml +++ b/puppet/services/ceph-base.yaml @@ -75,6 +75,12 @@ outputs: ceph::profile::params::manage_repo: false ceph::profile::params::authentication_type: cephx ceph::profile::params::fsid: {get_param: CephClusterFSID} + # FIXME(gfidente): we should not have to list the packages explicitly in the templates, + # but this has to stay until https://bugs.launchpad.net/puppet-ceph/+bug/1629933 is fixed + ceph::params::packages: + - ceph-base + - ceph-mon + - ceph-osd # NOTE: bind IP is found in Heat replacing the network name with the local node IP # for the given network; replacement examples (eg. for internal_api): # internal_api -> IP |