Bug 1281590 - Horizon doesn't load when deploying without pacemaker
Summary: Horizon doesn't load when deploying without pacemaker
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: rhosp-director
Version: 8.0 (Liberty)
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: ---
: 8.0 (Liberty)
Assignee: chris alfonso
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On: 1272180
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-12 21:24 UTC by Marius Cornea
Modified: 2016-04-18 07:01 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 1272180
Environment:
Last Closed: 2015-11-12 21:27:35 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
OpenStack gerrit 235484 0 None None None Never

Description Marius Cornea 2015-11-12 21:24:18 UTC
+++ This bug was initially created as a clone of Bug #1272180 +++

Description of problem:
When deploying keepalived controller Horizon won't load because the default vhost takes precedence over the horizon one.

Version-Release number of selected component (if applicable):
openstack-heat-templates-0.0.1-dev381.el7.centos.noarch
openstack-tripleo-heat-templates-0.8.7-dev284.el7.centos.noarch

How reproducible:
100%

Steps to Reproduce:
1. Deploy 1 x controller + 1 x compute with isolated networks and keepalived:
openstack overcloud deploy --templates ~/templates/my-overcloud -e ~/templates/my-overcloud/environments/network-isolation.yaml -e ~/templates/network-environment.yaml -e ~/templates/firstboot-environment.yaml  --control-scale 1 --compute-scale 1  --libvirt-type qemu
2. Check /etc/httpd/conf.d/

Actual results:
Both 15-default.conf and 15-horizon_vhost.conf are present so the default takes precedence. 

Expected results:
The horizon vhost takes precedence. 

Additional info:
It looks that the non-pacemaker deployment doesn't set the vhost priority:
 
https://github.com/openstack/tripleo-heat-templates/blob/master/puppet/manifests/overcloud_controller.pp#L464

Comment 2 Mike Burns 2015-11-12 21:27:35 UTC
At this time, we don't support non-pacemaker deployments with director


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