| Summary: | Shared VIPs among Openstack Services | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | John Williams <j_t_williams> |
| Component: | rhosp-director | Assignee: | Angus Thomas <athomas> |
| Status: | CLOSED DUPLICATE | QA Contact: | Arik Chernetsky <achernet> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.0 (Liberty) | CC: | achernet, arkady_kanevsky, athomas, cdevine, dbecker, gael_rehault, John_walsh, mburns, morazi, randy_perryman, rhel-osp-director-maint, sreichar, wayne_allen |
| Target Milestone: | --- | ||
| Target Release: | 8.0 (Liberty) | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 1322985 | Environment: | |
| Last Closed: | 2016-03-31 22:38:00 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 1261979 | ||
*** This bug has been marked as a duplicate of bug 1231380 *** |
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: