]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Change default civetweb port to 8080 458/head
authorSébastien Han <seb@redhat.com>
Tue, 15 Dec 2015 22:28:08 +0000 (23:28 +0100)
committerSébastien Han <seb@redhat.com>
Tue, 15 Dec 2015 22:28:08 +0000 (23:28 +0100)
Because of some permission issue, likely due to the recent ceph user, if
80 is used for civetweb we get:

set_ports_option: cannot bind to 80: 13 (Permission denied)

Changing the port to 8080 until this gets solved.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-common/defaults/main.yml

index b5c90836db334a547e77adbf80551f93c807f1fb..ec25057b51e6eba6b3fd37ea12247e20a14e86f4 100644 (file)
@@ -210,7 +210,7 @@ osd_deep_scrub_stride: 1048576
 #\r
 #radosgw_dns_name: your.subdomain.tld # subdomains used by radosgw. See http://ceph.com/docs/master/radosgw/config/#enabling-subdomain-s3-calls\r
 radosgw_frontend: civetweb # supported options are 'apache' or 'civetweb', also edit roles/ceph-rgw/defaults/main.yml\r
-radosgw_civetweb_port: 80\r
+radosgw_civetweb_port: 8080 # on Infernalis we get: "set_ports_option: cannot bind to 80: 13 (Permission denied)"\r
 radosgw_keystone: false # activate OpenStack Keystone options full detail here: http://ceph.com/docs/master/radosgw/keystone/\r
 #radosgw_keystone_url: # url:admin_port ie: http://192.168.0.1:35357\r
 radosgw_keystone_admin_token: password\r