Bug 1232938
| Summary: | rhel-osp-director: HA deployment - openstack-nova-novncproxy fails to start. | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Chuzhoy <sasha> | ||||||||
| Component: | openstack-tripleo-heat-templates | Assignee: | Giulio Fidente <gfidente> | ||||||||
| Status: | CLOSED ERRATA | QA Contact: | Omri Hochman <ohochman> | ||||||||
| Severity: | high | Docs Contact: | |||||||||
| Priority: | high | ||||||||||
| Version: | 7.0 (Kilo) | CC: | bnemec, dmacpher, gfidente, mburns, ohochman, rhel-osp-director-maint, rrosa, sclewis | ||||||||
| Target Milestone: | ga | Keywords: | Triaged | ||||||||
| Target Release: | Director | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | openstack-tripleo-heat-templates-0.8.6-11.el7ost | Doc Type: | Bug Fix | ||||||||
| Doc Text: |
The novncproxy service failed to start due to socket binding conflicts. This meant novncproxy service would not be available. This fix configures the novncproxy serviceto bind only on the controller internal_api address. The novncproxy now starts successfully.
|
Story Points: | --- | ||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2015-08-05 13:54:26 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: | |||||||||
| Embargoed: | |||||||||||
| Attachments: |
|
||||||||||
Created attachment 1040086 [details]
controller1 logs
Created attachment 1040087 [details]
controller2 logs
Created attachment 1040089 [details]
controller3 logs
WebSocket proxy attempts to listen on 0.0.0.0, will work on a fix. verified : openstack-tripleo-heat-templates-0.8.6-34.el7ost.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2015:1549 |
rhel-osp-director: HA deployment - openstack-nova-novncproxy fails to start. Environment: novnc-0.5.1-2.el7ost.noarch openstack-nova-novncproxy-2015.1.0-12.el7ost.noarch instack-undercloud-2.1.2-1.el7ost.noarch Steps to reproduce: 1. Deploy HA overcloud. 2. Login to any controller and run "pcs status" Result: Failed actions: openstack-ceilometer-notification_start_0 on overcloud-controller-2 'not running' (7): call=232, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:00:39 2015', queued=2001ms, exec=7ms openstack-nova-novncproxy_start_0 on overcloud-controller-2 'not running' (7): call=238, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:00:39 2015', queued=2001ms, exec=2ms neutron-server_start_0 on overcloud-controller-2 'not running' (7): call=264, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:00:51 2015', queued=2001ms, exec=3ms openstack-ceilometer-central_start_0 on overcloud-controller-2 'not running' (7): call=265, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:00:49 2015', queued=2000ms, exec=3ms openstack-heat-api-cloudwatch_monitor_60000 on overcloud-controller-0 'not running' (7): call=176, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:00:27 2015', queued=0ms, exec=3ms openstack-nova-novncproxy_start_0 on overcloud-controller-0 'not running' (7): call=289, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:01:10 2015', queued=2001ms, exec=7ms openstack-ceilometer-notification_start_0 on overcloud-controller-1 'not running' (7): call=237, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:00:38 2015', queued=2001ms, exec=4ms openstack-nova-novncproxy_start_0 on overcloud-controller-1 'not running' (7): call=243, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:00:39 2015', queued=2001ms, exec=4ms openstack-ceilometer-central_start_0 on overcloud-controller-1 'not running' (7): call=270, status=complete, exit-reason='none', last-rc-change='Wed Jun 17 16:00:48 2015', queued=2000ms, exec=7ms Expected result: The openstack-nova-novncproxy shouldn't be in the list of failed actions.