X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=puppet%2Fmanifests%2Fovercloud_cephstorage.pp;h=152694d93b3bbc14d7bf96e4cce881b73b61b756;hb=e75563319fa2984256ff569a6eb2e4e980d80f4f;hp=cf2626ac7044644e5558c490395f70333e8fabfd;hpb=7fc1f4df89019d2771d5d055a99d02ad3373e6b9;p=apex-tripleo-heat-templates.git diff --git a/puppet/manifests/overcloud_cephstorage.pp b/puppet/manifests/overcloud_cephstorage.pp index cf2626ac..152694d9 100644 --- a/puppet/manifests/overcloud_cephstorage.pp +++ b/puppet/manifests/overcloud_cephstorage.pp @@ -13,15 +13,12 @@ # License for the specific language governing permissions and limitations # under the License. -include tripleo::packages +include ::tripleo::packages +include ::tripleo::firewall -create_resources(sysctl::value, hiera('sysctl_settings'), {}) - -if count(hiera('ntp::servers')) > 0 { - include ::ntp +if hiera('step') >= 4 { + hiera_include('ceph_classes') } -include ::ceph::profile::client -include ::ceph::profile::osd - -hiera_include('ceph_classes') \ No newline at end of file +$package_manifest_name = join(['/var/lib/tripleo/installed-packages/overcloud_ceph', hiera('step')]) +package_manifest{$package_manifest_name: ensure => present}