Description of problem: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/blob/master/ceph-object-gateway-installation-guide-Ubuntu-x86_64.adoc sudo vi /etc/apache2/conf-available/rgw.conf fails on precise because conf-available does not exist. I think we should try /etc/apache2/conf.d/rgw.conf instead. Number of selected component (if applicable): Ubuntu 12.04
I think it should be /etc/apache2/sites-available/rgw.conf, so it takes effect when a2ensite rgw.conf is done.
Fixed in the following commit: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/commit/8a78dacb78f1579022a9050e9e2830f4d80487ae See: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/blob/master/ceph-object-gateway-installation-guide-Ubuntu-x86_64.adoc
the change should apply to ubuntu trusty as well.on a high level, the installation and configuration steps for rgw is identical on trusty and precise.
Fixed in the following commit: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/commit/bd653dbddcf032026b1db73e3d915da00f60dde3 See: https://gitlab.cee.redhat.com/ngoswami/red-hat-ceph-storage-object-gateway-ubuntu/blob/master/ceph-object-gateway-installation-guide-Ubuntu-x86_64.adoc
looks good!
PM ack because of applicability to Trusty, there is no Precise support in 1.3.0.
Looks like this bug is already verified. Do we still need QE ack on this?