]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
remove apache support for RGW 1104/head ktdreyer/rm-apache
authorKen Dreyer <kdreyer@redhat.com>
Thu, 17 Nov 2016 22:43:31 +0000 (15:43 -0700)
committerKen Dreyer <kdreyer@redhat.com>
Fri, 18 Nov 2016 20:13:12 +0000 (13:13 -0700)
commitadfdf6871e1172b542342064c13147789f39571a
tree6a633ea125fea3430f73bb0dfaa3cda0079b608a
parent68668333eb5f4ad0d245be0346d050ddbb7ab14e
remove apache support for RGW

libfcgi is dead upstream (http://tracker.ceph.com/issues/16784)

The RGW developers intend to remove libfcgi support entirely before the
Luminous release.

Since libfcgi gets little-to-no developer attention or testing, remove
it entirely from ceph-ansible.
12 files changed:
group_vars/all.sample
infrastructure-playbooks/cluster-os-migration.yml
roles/ceph-common/README.md
roles/ceph-common/defaults/main.yml
roles/ceph-common/handlers/main.yml
roles/ceph-common/tasks/installs/install_rgw_on_debian.yml [deleted file]
roles/ceph-common/tasks/installs/install_rgw_on_redhat.yml [deleted file]
roles/ceph-common/tasks/main.yml
roles/ceph-common/templates/ceph.conf.j2
roles/ceph-common/templates/rgw.conf [deleted file]
roles/ceph-common/templates/s3gw.fcgi.j2 [deleted file]
roles/ceph-rgw/README.md