heat_template_version: ocata

description: >
  Ceph RBD mirror service.

parameters:
  ServiceNetMap:
    default: {}
    description: Mapping of service_name -> network name. Typically set
                 via parameter_defaults in the resource registry.  This
                 mapping overrides those in ServiceNetMapDefaults.
    type: json
  DefaultPasswords:
    default: {}
    type: json
  EndpointMap:
    default: {}
    description: Mapping of service endpoint -> protocol. Typically set
                 via parameter_defaults in the resource registry.
    type: json
  CephClientUserName:
    default: openstack
    type: string

resources:
  CephBase:
    type: ../ceph-base.yaml
    properties:
      ServiceNetMap: {get_param: ServiceNetMap}
      DefaultPasswords: {get_param: DefaultPasswords}
      EndpointMap: {get_param: EndpointMap}

outputs:
  role_data:
    description: Role data for the Ceph RBD mirrror service.
    value:
      service_name: ceph_rbdmirror
      config_settings:
        map_merge:
          - get_attr: [CephBase, role_data, config_settings]
          - tripleo::profile::pacemaker::ceph::rbdmirror::client_name: {get_param: CephClientUserName}
            tripleo.ceph_rbdmirror.firewall_rules:
              '113 ceph_rbdmirror':
                dport:
                  - '6800-7300'
      step_config: |
        include ::tripleo::profile::pacemaker::ceph::rbdmirror