Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1293266

Summary: Failed to install with packstack - Could not find data item DEFAULT_EXEC_TIMEOUT in any Hiera data file and no default supplied
Product: Red Hat OpenStack Reporter: Itzik Brown <itbrown>
Component: openstack-packstackAssignee: Ivan Chavero <ichavero>
Status: CLOSED WORKSFORME QA Contact: yeylon <yeylon>
Severity: high Docs Contact:
Priority: unspecified    
Version: 6.0 (Juno)CC: aortega, itbrown, nlevinki, srevivo, yeylon
Target Milestone: ---Keywords: AutomationBlocker
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-01-08 20:05:31 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:
Bug Depends On:    
Bug Blocks: 1196054    
Attachments:
Description Flags
Answer file none

Description Itzik Brown 2015-12-21 09:27:48 UTC
Created attachment 1108262 [details]
Answer file

Description of problem:
When installing RHOS6 with packstack on a distributed environment I get the following Error:
Error: Could not find data item DEFAULT_EXEC_TIMEOUT in any Hiera data file and no default supplied at /var/tmp/packstack/89ddbf0ff0424750bfa92d5b3583f9c4/manifests


Version-Release number of selected component (if applicable):
hiera-1.3.1-2.el7.noarch
openstack-packstack-puppet-2014.2-0.25.dev1474.gd85ee76.el7ost.noarch
openstack-packstack-2014.2-0.25.dev1474.gd85ee76.el7ost.noarch
openstack-puppet-modules-2014.2.15-7.el7ost.noarch
puppet-3.6.2-2.el7.noarch

How reproducible:
First time I saw this one.

Steps to Reproduce:
1. packstack --answer-file=answers.txt 
2.
3.

Actual results:


Expected results:


Additional info:

Comment 2 nlevinki 2016-01-03 09:46:47 UTC
This issue blocks installation and we can't verify tickets for RHOS6

Comment 3 nlevinki 2016-01-04 08:29:45 UTC
there is a workaround fro this issue, taking it out from blocker but adding automation-blocker
Here are the workaround steps
There's a problem with the installation of OSP 6 with Packstack, the
root of the problem is an old hiera RPM.

Please remove hiera and puppet
# rpm -e puppet
# rpm -e hiera
copy hiera RPM from my server
# scp root.lab.tlv.redhat.com:/root/hiera-1.3.4-1.el7.noarch.rpm .
password will be given via email nlevinki
install hiera and puppet
# rpm -ivh hiera-1.3.4-1.el7.noarch.rpm
# yum install puppet
rm /etc/puppet/hiera.yaml
reboot the machine.

Comment 4 Ivan Chavero 2016-01-05 07:30:00 UTC
Are you using RHEL 7?

Comment 5 Ivan Chavero 2016-01-05 17:45:28 UTC
Could not reproduce this bug. Can you confirm that this problem is consistenly hgappening?

Comment 6 Ivan Chavero 2016-01-08 20:05:31 UTC
Could not reproduce bug with current packstack RPM (openstack-packstack-2014.2-0.25.dev1474.gd85ee76.el7ost) , please feel free to reopen if the problem persists

Comment 7 Itzik Brown 2016-02-01 12:06:14 UTC
I'll reopen once I'll have a setup to check it and check whether this issue still occurs.