--- # defaults file for ceph_migrate ceph_daemons_layout: rbd: true rgw: true mds: true monitoring: true ceph_container_ns: quay.io/ceph ceph_container_image: ceph ceph_container_tag: v18 ceph_container: "{{ ceph_container_ns }}/{{ ceph_container_image }}:{{ ceph_container_tag }}" # ceph_config_tmp_client_home is used to get a tmp ceph_cli that can be run # from a mon (usually controller-0) to connect to a Ceph cluster after the # node is drained and removed ceph_config_tmp_client_home: "/home/tripleo-admin/ceph_client" ceph_config_home: "/etc/ceph" ceph_spec_render_dir: "/tmp" ceph_container_cli: "podman" ceph_container_options: "--net=host --ipc=host" ceph_keystone_ep: "keystone-internal.openstack.svc:5000" ceph_rgw_virtual_ips_list: [] ceph_storage_net_prefix: "172.17.3." ceph_client_ip: "172.17.3.254" os_net_conf_path: "/etc/os-net-config/config.yaml" vlan_id: 21 # a generic timeout common to multiple tasks ceph_timeout: 30 # wait for mon to be deployed and the orch spec to be # updated ceph_wait_mon_timeout: 10 ceph_keep_mon_ipaddr: true # firewall section ceph_firewall_enabled: true ceph_iptables_path: - "/etc/sysconfig/iptables" - "/etc/sysconfig/ip6tables" ceph_nftables_path: "/etc/nftables/edpm-rules.nft" ceph_firewall_type: nftables # DEFAULT Ceph Reef container images ceph_haproxy_container_image: "quay.io/ceph/haproxy:2.3" ceph_keepalived_container_image: "quay.io/ceph/keepalived:2.1.5" ceph_alertmanager_container_image: "quay.io/prometheus/alertmanager:v0.25.0" ceph_grafana_container_image: "quay.io/ceph/ceph-grafana:9.4.7" ceph_node_exporter_container_image: "quay.io/prometheus/node-exporter:v1.5.0" ceph_prometheus_container_image: "quay.io/prometheus/prometheus:v2.43.0" # Prometheus module configuration ceph_prometheus_server_port: 9283 ceph_prometheus_server_addr: "0.0.0.0" ceph_storagenfs_nic: "nic2" ceph_storagenfs_vlan_id: "70" rhoso_namespace: "openstack" ceph_retry_delay: 5