Bug 1184652

Summary: Glance configuration missing from deployment
Product: Red Hat OpenStack Reporter: Balaji <bjayavel>
Component: ruby193-rubygem-staypuftAssignee: Mike Burns <mburns>
Status: CLOSED DUPLICATE QA Contact: Omri Hochman <ohochman>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0 (Juno)CC: mburns, rhos-maint, yeylon
Target Milestone: ---   
Target Release: Installer   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-01-23 12:41:55 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:

Description Balaji 2015-01-21 22:39:25 UTC
Description of problem:
Glance config file is missing in the controllers after deployment has been completed. Glance port (9292) is not specified in iptables. 
On the controller /etc/glance dir is missing. 

The same error was produced by a different setup by my team member using the same version of staypuft.

Version-Release number of selected component (if applicable):

ruby193-rubygem-foreman_openstack_simplify-0.0.6-8.el7ost.noarch
ruby193-rubygem-staypuft-0.5.12-1.el7ost.noarch
rhel-osp-installer-client-0.5.5-2.el7ost.noarch
openstack-puppet-modules-2014.2.8-1.el7ost.noarch
rhel-osp-installer-0.5.5-2.el7ost.noarch


How reproducible:


Steps to Reproduce:
1. Install rhel-osp-installer
2. Successfully deploy HA Neutron (3 controller + 2 compute + 3 Ceph)
3. On the controller node - Source the keystonerc_admin file.
4. #glance image-list
Actual results:
#glance image-list
 Error finding address for http://10.19.136.178:9292/v1/images/detail?sort_key=name&sort_dir=asc&limit=20: HTTPConnectionPool(host='10.19.136.178', port=9292): Max retries exceeded with url: /v1/images/detail?sort_key=name&sort_dir=asc&limit=20 (Caused by <class 'socket.error'>: [Errno 113] No route to host)

 # iptables -nvL | grep -e 9292 -e glance (produces no output)

Expected results:
Glance config should be present. iptables should have port 9292 for glance

Additional info:

Comment 3 Mike Burns 2015-01-23 12:41:55 UTC

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