Bug 1184652 - Glance configuration missing from deployment
Summary: Glance configuration missing from deployment
Keywords:
Status: CLOSED DUPLICATE of bug 1181812
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: ruby193-rubygem-staypuft
Version: 6.0 (Juno)
Hardware: x86_64
OS: Linux
unspecified
high
Target Milestone: ---
: Installer
Assignee: Mike Burns
QA Contact: Omri Hochman
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-01-21 22:39 UTC by Balaji
Modified: 2015-01-23 12:41 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-01-23 12:41:55 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

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 ***


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