Bug 1224584

Summary: CentOS-7 undercloud install fails w/ "RHOS" undefined variable
Product: [Community] RDO Reporter: wes hayutin <whayutin>
Component: rdo-managerAssignee: James Slagle <jslagle>
Status: CLOSED CURRENTRELEASE QA Contact: yeylon <yeylon>
Severity: high Docs Contact:
Priority: high    
Version: KiloCC: dtantsur, mburns, srevivo
Target Milestone: Milestone1   
Target Release: Kilo   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-03-30 23:05:01 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 wes hayutin 2015-05-25 01:46:22 UTC
Description of problem:

+ export 'DIB_COMMON_ELEMENTS=selinux-permissive centos-cloud-repo element-manifest network-gateway '
+ DIB_COMMON_ELEMENTS='selinux-permissive centos-cloud-repo element-manifest network-gateway '
+ export RHOS_RELEASE=0
+ RHOS_RELEASE=0
+ [[ rhel7 centos7 =~ centos7 ]]
+ export FS_TYPE=xfs
+ FS_TYPE=xfs
/usr/bin/instack-build-images: line 103: RHOS: unbound variable


Maybe we broke something on CentOS w/
https://github.com/rdo-management/instack-undercloud/commit/e77c2189e5f80e4c7a3d4ab59cc94f41b6b30357

Looks like the variable is expected to be set outside of the nodedist=rhel7


Public job started failing on the 23rd.
https://ci.centos.org/view/rdo/job/rdo_manager-centos-7.1/

Comment 1 Dmitry Tantsur 2015-05-25 18:43:33 UTC
Please see if https://review.gerrithub.io/#/c/234302/ fixes your problem.