Bug 1383553 - [ocp-on-osp]router_ip can't be show when selecting Dedicated loadbalancer
Summary: [ocp-on-osp]router_ip can't be show when selecting Dedicated loadbalancer
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 3.3.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: ---
Assignee: Scott Dodson
QA Contact: Gan Huang
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-11 02:01 UTC by Gan Huang
Modified: 2017-12-01 14:01 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-12-01 14:01:11 UTC
Target Upstream Version:


Attachments (Terms of Use)

Description Gan Huang 2016-10-11 02:01:55 UTC
Description of problem:
When selecting Dedicated loadbalancer node for master/OpenShift router, the command "heat output-show my-openshift router_ip" return null after stack is completed.


Version-Release number of selected component (if applicable):
openshift-on-openstack v0.9.1

How reproducible:
100%

Steps to Reproduce:
1.Create a heat stack which selects Dedicated loadbalancer node for master/OpenShift router, that is "-e openshift-on-openstack/env_loadbalancer_dedicated.yaml"
2.Check the router ip after the stack is completed
3.

Actual results:
output-show null:
# heat output-show --format=raw 1bb1b1a8-638b-4c6a-8107-e694fa021ec3 router_ip


Expected results:
Should return router ip which is the LB floating ip address.

Additional info:

Comment 1 Sylvain Baubeau 2016-10-11 14:16:48 UTC
Fixed by https://github.com/redhat-openstack/openshift-on-openstack/pull/273

Comment 2 Jan Provaznik 2016-10-13 06:33:17 UTC
Fixed in 0.9.2

Comment 3 Wenkai Shi 2016-10-14 20:35:59 UTC
Create a stack with Dedicated loadbalancer node, the command "heat output-show my-openshift router_ip" return the correct LB floating ip address.

Version-Release number of selected component:
openshift-on-openstack-0.9.2-1.el7.centos.noarch

[root@local-vm ocp-on-osp]# heat output-show --format=raw weshi-deducated router_ip
...
[LB floating ip address]


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