Bug 1322989 - Shared VIPs among Openstack Services
Summary: Shared VIPs among Openstack Services
Keywords:
Status: CLOSED DUPLICATE of bug 1231380
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 8.0 (Liberty)
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Angus Thomas
QA Contact: Arik Chernetsky
URL:
Whiteboard:
Depends On:
Blocks: 1261979
TreeView+ depends on / blocked
 
Reported: 2016-03-31 21:12 UTC by John Williams
Modified: 2016-03-31 22:38 UTC (History)
13 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1322985
Environment:
Last Closed: 2016-03-31 22:38:00 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description John Williams 2016-03-31 21:12:36 UTC
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:

Comment 1 Mike Burns 2016-03-31 22:38:00 UTC

*** This bug has been marked as a duplicate of bug 1231380 ***


Note You need to log in before you can comment on or make changes to this bug.