Project

General

Profile

Feature #43687

Updated by Sebastian Wagner about 4 years ago

1. add a new service_type haproxy: 

 <pre><code class="yaml"> 
 service_type: haproxy 
 service_id: my-rgw-haproxy 
 placement: 
   hosts: 
     - host1 
     - host2 
 spec: 
   # we can deduce a lot of config options, just by looking at the service_name: 
   proxy_service_name: "rgw.us-east1" 
   # ... 
 </code></pre> 

 2. dashboard 

 See https://docs.ceph.com/docs/master/mgr/dashboard/#haproxy-example-configuration

Back