# The ceph base image is split into ns/img/tag for backward compatibility with # tripleo modules ceph_container_ns: registry.redhat.io/rhceph ceph_container_image: rhceph-7-rhel9 ceph_container_tag: latest # Ceph dashboard and Ceph ingress related images ceph_haproxy_container_image: "registry.redhat.io/rhceph/rhceph-haproxy-rhel9:latest" ceph_keepalived_container_image: "registry.redhat.io/rhceph/keepalived-rhel9:latest" ceph_alertmanager_container_image: "registry.redhat.io/openshift4/ose-prometheus-alertmanager:v4.15" ceph_grafana_container_image: "registry.redhat.io/rhceph/grafana-rhel9:latest" ceph_node_exporter_container_image: "registry.redhat.io/openshift4/ose-prometheus-node-exporter:v4.15" ceph_prometheus_container_image: "registry.redhat.io/openshift4/ose-prometheus:v4.15" ceph_spec_render_dir: "/home/tripleo-admin" ceph_daemons_layout: monitoring: false rbd: true rgw: false mds: true # BEGIN ceph nodes vars ANSIBLE MANAGED BLOCK # CI related overrides: # - 172.18 is the Ceph cluster storage network on vlan_id: 21 # - 172.18.0.200 is chosen as the client ip used to temporary # access the ceph cluster from the current automation while # migrating mons # - 172.18.0.100 is used as VIP on the storage network is RGW # is present decomm_nodes: - np0000069408.localdomain - np0000069409.localdomain - np0000069410.localdomain target_nodes: - np0000069411.localdomain - np0000069412.localdomain - np0000069413.localdomain node_map: - {"hostname": "np0000069408.localdomain", "ip": "172.18.0.103"} - {"hostname": "np0000069409.localdomain", "ip": "172.18.0.104"} - {"hostname": "np0000069410.localdomain", "ip": "172.18.0.105"} - {"hostname": "np0000069411.localdomain", "ip": "172.18.0.106"} - {"hostname": "np0000069412.localdomain", "ip": "172.18.0.107"} - {"hostname": "np0000069413.localdomain", "ip": "172.18.0.108"} client_node: "np0000069408.localdomain" ceph_keep_mon_ipaddr: true ceph_net_manual_migration: true # override os-net-config conf file os_net_conf_path: "/etc/os-net-config/tripleo_config.yaml" ceph_storage_net_prefix: "172.18.0" ceph_client_ip: 172.18.0.200 vlan_id: 21 ceph_rgw_virtual_ips_list: - 172.18.0.100/24 # END ceph nodes vars ANSIBLE MANAGED BLOCK