Bug 1338496 - Failed to install with packstack
Summary: Failed to install with packstack
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: RDO
Classification: Community
Component: openstack-packstack
Version: Mitaka
Hardware: x86_64
OS: Linux
unspecified
urgent
Target Milestone: ---
: trunk
Assignee: Martin Magr
QA Contact: Shai Revivo
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-05-22 06:15 UTC by Gurenko Alex
Modified: 2016-09-09 20:47 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-09-09 20:47:29 UTC
Embargoed:


Attachments (Terms of Use)

Description Gurenko Alex 2016-05-22 06:15:17 UTC
Description of problem: Following the quick install guide (https://www.rdoproject.org/install/quickstart/) got error during packstack --allinone command execution: 

Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-cinder' returned 1: Error: Package: 1:python-cinder-8.0.0-1.el7.noarch (openstack-mitaka)

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

openstack-packstack-8.0.0-1.el7.noarch


How reproducible: always


Steps to Reproduce:
1. follow 4-lines instruction on https://www.rdoproject.org/install/quickstart/ for rhel


Actual results:

failed to install openstack


Expected results:

openstack is installed

Additional info:

cat /etc/yum.repos.d/rdo-*
[openstack-mitaka]
name=OpenStack Mitaka Repository
baseurl=http://mirror.centos.org/centos/7/cloud/$basearch/openstack-mitaka/
gpgcheck=1
enabled=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-SIG-Cloud
[openstack-mitaka-testing]
name=OpenStack Mitaka Testing
baseurl=http://buildlogs.centos.org/centos/7/cloud/$basearch/openstack-mitaka/
gpgcheck=0
enabled=0

cinder.pp.log:

Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-cinder' returned 1: Error: Package: 1:python-cinder-8.0.0-1.el7.noarch (openstack-mitaka)
           Requires: python-cheetah
Error: Package: 7:device-mapper-event-1.02.107-5.el7.x86_64 (rhel-server)
           Requires: device-mapper = 7:1.02.107-5.el7
           Installed: 7:device-mapper-1.02.107-5.el7_2.1.x86_64 (installed)
               device-mapper = 7:1.02.107-5.el7_2.1
           Available: 7:device-mapper-1.02.107-5.el7.x86_64 (rhel-server)
               device-mapper = 7:1.02.107-5.el7

Comment 1 Ivan Chavero 2016-05-31 08:45:04 UTC
This bug is against a Version which has reached End of Life.
If it's still present in supported release (http://releases.openstack.org), please update Version and reopen.

Comment 2 Robin Qiu 2016-08-02 13:45:25 UTC
I suffered same issue. any workaround or solution?
Thanks


[root@g8 ~]# packstack --answer-file 01.08.16.conf
Welcome to the Packstack setup utility


Copying Puppet modules and manifests                 [ DONE ]
Applying 192.168.1.99_prescript.pp
192.168.1.99_prescript.pp:                           [ DONE ]
Applying 192.168.1.99_chrony.pp
192.168.1.99_chrony.pp:                              [ DONE ]
Applying 192.168.1.99_amqp.pp
Applying 192.168.1.99_mariadb.pp
192.168.1.99_amqp.pp:                                [ DONE ]
192.168.1.99_mariadb.pp:                             [ DONE ]
Applying 192.168.1.99_apache.pp
192.168.1.99_apache.pp:                              [ DONE ]
Applying 192.168.1.99_keystone.pp
Applying 192.168.1.99_glance.pp
Applying 192.168.1.99_cinder.pp
192.168.1.99_keystone.pp:                            [ DONE ]
192.168.1.99_glance.pp:                              [ DONE ]
192.168.1.99_cinder.pp:                           [ ERROR ]
Applying Puppet manifests                         [ ERROR ]

ERROR : Error appeared during Puppet run: 192.168.1.99_cinder.pp
Error: Execution of '/usr/bin/yum -d 0 -e 0 -y install openstack-cinder' returned 1: Error: Package: 1:python-cinder-8.0.0-1.el7.noarch (openstack-mitaka)
You will find full trace in log /var/tmp/packstack/20160802-232502-8KSVZc/manifests/192.168.1.99_cinder.pp.log
Please check log file /var/tmp/packstack/20160802-232502-8KSVZc/openstack-setup.log for more information
Additional information:
 * Warning: NetworkManager is active on 192.168.1.99. OpenStack networking currently does not work on systems that have the Network Manager service enabled.
 * File /root/keystonerc_admin has been created on OpenStack client host 192.168.1.99. To use the command line tools you need to source the file.
 * NOTE : A certificate was generated to be used for ssl, You should change the ssl certificate configured in /etc/httpd/conf.d/ssl.conf on 192.168.1.99 to use a CA signed cert.
 * To access the OpenStack Dashboard browse to https://192.168.1.99/dashboard .

Comment 3 Ivan Chavero 2016-09-09 20:47:29 UTC
Current mitaka version does not have this problem


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