Openstack Fuel doesn't use MGMT network as ceph public_network
Hello,
All sources saying that ceph provides data for VMs via public_network. Also in fuel panel I can see "The Storage network is used to provide storage services such as replication traffic from Ceph. The Management network is used for Ceph Public traffic."
But in my deployment ceph public traffic going thru storage network. I dont know why fuel deployed it this way. Could anyone explain it for me? I would be grateful.
- Network configuration
Public: 192.168.17.0/24, untagged
Storage: 209.0.113.0/24, VLAN 102
Management: 207.0.113.0/24, VLAN 101
-part of libvirt domain
<disk type="network" device="disk">
<driver type="raw" cache="writeback"/>
<source protocol="rbd" name="compute/69166938-7d67-414b-b5c2-75da3b8dcaae_disk">
<host name="209.0.113.6" port="6789"/>
<host name="209.0.113.9" port="6789"/>
<host name="209.0.113.10" port="6789"/>
</source>
-part of ceph.conf:
public_network = 209.0.113.0/24
cluster_network = 209.0.113.0/24