Role - edpm_ceph_hci_pre¶
osp.edpm.edpm_ceph_hci_pre role – The main entry point for the edpm_ceph_hci_pre role.¶
Entry point main
– The main entry point for the edpm_ceph_hci_pre role.¶
Synopsis¶
Parameters¶
Parameter |
Comments |
---|---|
Whether or not firewall ports should be opened to allow access to Ceph services hosted on the node being configured. No firewall configurations are made when `false`. Choices:
|
|
List of names matching each `name` in the `edpm_ceph_hci_pre_firewall_services` which should have their firewall ports opened. By default only the Ceph RBD (block) service is configured with it’s supporting services. If EDPM nodes will host a Ceph cluster with more than just block service, then extend this list. If this list is empty, then no firewall ports for Ceph will be opened. Default: |
|
List of dictionaries describing each Ceph service name (`name`), firewall rule order number (`num`), ranges based on the different ranges defined above (for all variables above matching `edpm_ceph_hci_pre_*_ranges`), and destination port list (`dport`). If the `dport` list contains an interval, e.g. `mix:max`, then all ports between (and including) `min` and `max` will be opened. Default: |
|
The absolute path to a YAML file on the EDPM node which will be created by the role. The file will be parsed by the edpm_nftables role which creates the actual firewall rule. Default: |
|
List of IP address ranges in CIDR notation which can access the frontend Ceph Grafana firewall ports to be opened. If the list is empty, the firewall rule will not specify a source address. Default: |
|
List of IP address ranges in CIDR notation which can access the frontend Ceph RBD mirror firewall ports to be opened. If the list is empty, the firewall rule will not specify a source address. Default: |
|
List of IP address ranges in CIDR notation which can access the frontend Ceph RGW firewall ports to be opened. If the list is empty, the firewall rule will not specify a source address. Default: |
|
List of IP address ranges in CIDR notation which can access the Ceph services on the Ceph `public_network` and `cluster_network`. When the firewall ports are opened, if the list is non-empty, then when the firewall rule is created, it will specify the source addresses. If the list is empty, then the firewall rule will not specify a source address. Default: |