To do this, start with a minimalCentOS 7installation. Then remove any relevant packages that might conflict: $ yum -y erase openstack-packstack*,puppet-* DisableSELinuxby changing “enforcing” to “permissive” in/etc/sysconfig/selinux, then reboot to allow service changes to take effect and...
Steps to Reproduce: 1.Have Ceph.yaml as below [root@osp7-director ~]# cat /usr/share/openstack-tripleo-heat-templates/puppet/hieradata/ceph.yaml ceph::profile::params::osd_journal_size: 20000 ceph::profile::params::osd_pool_default_pg_num: 128 ceph::profile::params::osd_pool_default...