Hide Forgot
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:
Fixed by https://github.com/redhat-openstack/openshift-on-openstack/pull/273
Fixed in 0.9.2
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]