Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/

Bug 1426963

Summary: missing manlia-data rpm when using Kolla build image
Product: [Community] RDO Reporter: Margin Hu <jhu_com>
Component: openstack-manilaAssignee: Tom Barron <tbarron>
Status: CLOSED NOTABUG QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: trunk   
Target Milestone: ---   
Target Release: trunk   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-03-09 22:47: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:
Attachments:
Description Flags
output of kolla build none

Description Margin Hu 2017-02-26 21:53:55 UTC
Created attachment 1257859 [details]
output of kolla build

Description of problem:
missing manlia-data rpm when using Kolla build image

Version-Release number of selected component (if applicable):
Openstack Ocata
kolla 4.0.0-RC1

How reproducible:
Always

Steps to Reproduce:
1.set install_type=binary in /etc/kolla/kolla-build.conf
2.run kolla-build
3.we can check the attachment and found the following:
Line 22405: INFO:kolla.image.build:Attempting to run task BuildTask(manila-data) for the first time
	Line 22406: INFO:kolla.image.build.manila-data:Building
	Line 22407: INFO:kolla.image.build.manila-data:Step 1 : FROM 192.168.103.16:5000/kolla/centos-binary-manila-base:4.0.0
	Line 22408: INFO:kolla.image.build.manila-data: ---> 0072d5163720
	Line 22409: INFO:kolla.image.build.manila-data:Step 2 : MAINTAINER Kolla Project (https://launchpad.net/kolla)
	Line 22410: INFO:kolla.image.build.manila-data: ---> Using cache
	Line 22411: INFO:kolla.image.build.manila-data: ---> 04dc03dd0968
	Line 22412: INFO:kolla.image.build.manila-data:Step 3 : RUN echo 'binary not yet available for centos'     && /bin/false
	Line 22441: INFO:kolla.image.build.manila-data: ---> Running in be36965cc16a
	Line 22442: INFO:kolla.image.build.manila-data:binary not yet available for centos
	Line 22612: INFO:kolla.image.build.manila-data:Removing intermediate container be36965cc16a
	Line 22613: ERROR:kolla.image.build.manila-data:Error'd with the following message
	Line 22614: ERROR:kolla.image.build.manila-data:The command '/bin/sh -c echo 'binary not yet available for centos'     && /bin/false' returned a non-zero code: 1
	Line 22615: INFO:kolla.image.build:Attempting to run task BuildTask(manila-data) for the 2 time
	Line 22616: INFO:kolla.image.build.manila-data:Building

Actual results:
failed to build docker manlia-data image

Expected results:
Succeed to build docker manlia-data image

Additional info:

Comment 1 Tom Barron 2017-03-09 22:47:31 UTC
As discussed with marginhu and apevec #rdo irc, this is not a bug: deploying separate services in separate containers makes sense, but that does not require that each service correspond to a separate rpm.