Description of problem: It would appear that some VIPs (see actual results below) are being shared which isn't the expected behavior. Perhaps this is ok, but we would like to understand why it is this way? Version-Release number of selected component (if applicable): RHEL OSP Director version 8 How reproducible: Occurs with every overcloud deployment. Steps to Reproduce: [osp_admin@director ~]$ heat output-show overcloud --all Actual results: [ { "output_value": "192.168.190.90", "description": "VIP for Heat API internal endpoint", "output_key": "HeatInternalVip" }, { "output_value": "192.168.190.90", "description": "VIP for Ceilometer API internal endpoint", "output_key": "CeilometerInternalVip" }, { "output_value": "192.168.190.92", "description": "VIP for Glance API internal endpoint", "output_key": "GlanceInternalVip" }, { "output_value": "192.168.190.90", "description": "VIP for Keystone API internal endpoint", "output_key": "KeystoneInternalVip" }, { "output_value": "192.168.190.91", "description": "Controller VIP for public API endpoints", "output_key": "PublicVip" }, { "output_value": "http://192.168.190.91:5000/v2.0", "description": "URL for the Overcloud Keystone service", "output_key": "KeystoneURL" }, { "output_value": "192.168.190.90", "description": "VIP for Neutron API internal endpoint", "output_key": "NeutronInternalVip" }, { "output_value": "192.168.190.92", "description": "VIP for Swift Proxy internal endpoint", "output_key": "SwiftInternalVip" }, { "output_value": "192.168.190.90", "description": "VIP for Cinder API internal endpoint", "output_key": "CinderInternalVip" }, { "output_value": "192.168.120.128", "description": "Keystone Admin VIP endpoint", "output_key": "KeystoneAdminVip" }, { "output_value": "192.168.190.90", "description": "VIP for Nova API internal endpoint", "output_key": "NovaInternalVip" } ] Expected results: Additional info:
*** This bug has been marked as a duplicate of bug 1231380 ***