Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 1 | classes: |
| 2 | - system.ceph.rgw.cluster |
| 3 | - system.ceph.rgw.keystone |
Tatyana Leontovich | 15b38e8 | 2018-01-11 13:06:38 +0200 | [diff] [blame] | 4 | - cluster.virtual-mcp-pike-dvr-ceph-rgw.ceph.common |
| 5 | - cluster.virtual-mcp-pike-dvr-ceph-rgw |
Tatyana Leontovich | 8ac23e5 | 2017-12-08 20:06:46 +0200 | [diff] [blame] | 6 | parameters: |
| 7 | linux: |
| 8 | network: |
| 9 | interface: |
| 10 | ens4: |
| 11 | enabled: true |
| 12 | type: eth |
| 13 | proto: static |
| 14 | address: ${_param:single_address} |
| 15 | netmask: 255.255.255.0 |
| 16 | _param: |
| 17 | keepalived_vip_interface: ens4 |
| 18 | keepalived_vip_virtual_router_id: 41 |
| 19 | haproxy_radosgw_bind_port: 8080 |
| 20 | haproxy_radosgw_source_port: 8080 |
| 21 | ceph_radosgw_bind_port: 8080 |
| 22 | keepalived_vip_password: 9HpXQgHKxL1 |
| 23 | cluster_vip_address: ${_param:ceph_rgw_address} |
| 24 | cluster_node01_hostname: ${_param:ceph_rgw_node01_hostname} |
| 25 | cluster_node01_address: ${_param:ceph_rgw_node01_address} |
| 26 | cluster_node02_hostname: ${_param:ceph_rgw_node02_hostname} |
| 27 | cluster_node02_address: ${_param:ceph_rgw_node02_address} |
| 28 | cluster_node03_hostname: ${_param:ceph_rgw_node03_hostname} |
| 29 | cluster_node03_address: ${_param:ceph_rgw_node03_address} |
| 30 | ceph_radosgw_keystone_host: ${_param:openstack_control_address} |
| 31 | ceph_radosgw_keystone_password: ${_param:keystone_admin_password} |
| 32 | ceph: |
| 33 | common: |
| 34 | keyring: |
| 35 | rgw.rgw01: |
| 36 | caps: |
| 37 | mon: "allow *" |
| 38 | osd: "allow *" |
| 39 | rgw.rgw02: |
| 40 | caps: |
| 41 | mon: "allow *" |
| 42 | osd: "allow *" |
| 43 | rgw.rgw03: |
| 44 | caps: |
| 45 | mon: "allow *" |
| 46 | osd: "allow *" |