Bug 1332525
Summary: | Packstack installation fails on 'Could not find data item CONFIG_GNOCCHI_DB_PW in any Hiera data file and no default supplied' | ||
---|---|---|---|
Product: | Red Hat OpenStack | Reporter: | Arie Bregman <abregman> |
Component: | openstack-packstack | Assignee: | Alfredo Moralejo <amoralej> |
Status: | CLOSED ERRATA | QA Contact: | Prasanth Anbalagan <panbalag> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 9.0 (Mitaka) | CC: | amoralej, aortega, apevec, arubin, beagles, ddomingo, jjoyce, jschluet, nlevinki, panbalag, sasha, srevivo, tvignaud |
Target Milestone: | ga | Keywords: | Automation, AutomationBlocker, Rebase, Triaged |
Target Release: | 9.0 (Mitaka) | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | openstack-packstack-8.0.0-1.el7ost | Doc Type: | Bug Fix |
Doc Text: |
Previously, Packstack tried to create a gnocchi database when ceilometer installation was disabled. As a result, disabling ceilometer caused Packstack installations to fail, as some parameters required for creating a gnocchi database were not passed. With this release, Packstack no longer attempts to create a gnocchi database if ceilometer is disabled.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2016-08-11 12:18:36 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
Arie Bregman
2016-05-03 11:52:56 UTC
I suspect that this has already been resolved upstream: https://review.openstack.org/#/c/307738/ Patch merged in stable/mitaka branch in https://review.openstack.org/#/c/314201/ . rebased to RDO build to pull in fix Installation fails because of https://bugzilla.redhat.com/show_bug.cgi?id=1335688. So unable to verify the problem in the description. Verified as follows, ************ VERSION ************ [root@serverA ~]# yum list installed | grep openstack-packstack openstack-packstack.noarch 8.0.0-1.el7ost @rhelosp-9.0-puddle openstack-packstack-puppet.noarch 8.0.0-1.el7ost @rhelosp-9.0-puddle [root@serverA ~]# ************ LOGS ************ [root@serverA ~]# packstack --answer-file=packstack-answers-20160601-150247.txt Welcome to the Packstack setup utility The installation log file is available at: /var/tmp/packstack/20160601-150720-MFXGp6/openstack-setup.log Installing: Clean Up [ DONE ] Discovering ip protocol version [ DONE ] Setting up ssh keys [ DONE ] Preparing servers [ DONE ] Pre installing Puppet and discovering hosts' details [ DONE ] Adding pre install manifest entries [ DONE ] Setting up CACERT [ DONE ] Adding AMQP manifest entries [ DONE ] Adding MariaDB manifest entries [ DONE ] Adding Apache manifest entries [ DONE ] Fixing Keystone LDAP config parameters to be undef if empty[ DONE ] Adding Keystone manifest entries [ DONE ] Adding Glance Keystone manifest entries [ DONE ] Adding Glance manifest entries [ DONE ] Adding Cinder Keystone manifest entries [ DONE ] Checking if the Cinder server has a cinder-volumes vg[ DONE ] Adding Cinder manifest entries [ DONE ] Adding Nova API manifest entries [ DONE ] Adding Nova Keystone manifest entries [ DONE ] Adding Nova Cert manifest entries [ DONE ] Adding Nova Conductor manifest entries [ DONE ] Creating ssh keys for Nova migration [ DONE ] Gathering ssh host keys for Nova migration [ DONE ] Adding Nova Compute manifest entries [ DONE ] Adding Nova Scheduler manifest entries [ DONE ] Adding Nova VNC Proxy manifest entries [ DONE ] Adding OpenStack Network-related Nova manifest entries[ DONE ] Adding Nova Common manifest entries [ DONE ] Adding Neutron VPNaaS Agent manifest entries [ DONE ] Adding Neutron FWaaS Agent manifest entries [ DONE ] Adding Neutron LBaaS Agent manifest entries [ DONE ] Adding Neutron API manifest entries [ DONE ] Adding Neutron Keystone manifest entries [ DONE ] Adding Neutron L3 manifest entries [ DONE ] Adding Neutron L2 Agent manifest entries [ DONE ] Adding Neutron DHCP Agent manifest entries [ DONE ] Adding Neutron Metering Agent manifest entries [ DONE ] Adding Neutron Metadata Agent manifest entries [ DONE ] Adding Neutron SR-IOV Switch Agent manifest entries [ DONE ] Checking if NetworkManager is enabled and running [ DONE ] Adding OpenStack Client manifest entries [ DONE ] Copying Puppet modules and manifests [ DONE ] Applying X.X.X.X_prescript.pp X.X.X.X_prescript.pp: [ DONE ] Applying X.X.X.X_amqp.pp Applying X.X.X.X_mariadb.pp X.X.X.X_amqp.pp: [ DONE ] X.X.X.X_mariadb.pp: [ DONE ] Applying X.X.X.X_apache.pp X.X.X.X_apache.pp: [ DONE ] Applying X.X.X.X_keystone.pp Applying X.X.X.X_glance.pp Applying X.X.X.X_cinder.pp X.X.X.X_keystone.pp: [ DONE ] X.X.X.X_cinder.pp: [ DONE ] X.X.X.X_glance.pp: [ DONE ] Applying X.X.X.X_api_nova.pp X.X.X.X_api_nova.pp: [ DONE ] Applying X.X.X.X_nova.pp Applying X.X.X.X_neutron.pp Applying X.X.X.X_osclient.pp X.X.X.X_nova.pp: [ DONE ] X.X.X.X_neutron.pp: [ DONE ] X.X.X.X_osclient.pp: [ DONE ] Applying Puppet manifests [ DONE ] Finalizing [ DONE ] **** Installation completed successfully ****** Additional information: * Time synchronization installation was skipped. Please note that unsynchronized time on server instances might be problem for some OpenStack components. * Warning: NetworkManager is active on X.X.X.X. 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 X.X.X.X. To use the command line tools you need to source the file. * The installation log file is available at: /var/tmp/packstack/20160601-150720-MFXGp6/openstack-setup.log * The generated manifests are available at: /var/tmp/packstack/20160601-150720-MFXGp6/manifests [root@serverA ~]# 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://rhn.redhat.com/errata/RHEA-2016-1597.html |