RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1426963 - missing manlia-data rpm when using Kolla build image
Summary: missing manlia-data rpm when using Kolla build image
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: RDO
Classification: Community
Component: openstack-manila
Version: trunk
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: trunk
Assignee: Tom Barron
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-02-26 21:53 UTC by Margin Hu
Modified: 2017-03-09 22:47 UTC (History)
0 users

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-03-09 22:47:31 UTC
Embargoed:


Attachments (Terms of Use)
output of kolla build (2.21 MB, text/plain)
2017-02-26 21:53 UTC, Margin Hu
no flags Details

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.


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