Bug 601197

Summary: Need a bundle creation wizard
Product: [Other] RHQ Project Reporter: Heiko W. Rupp <hrupp>
Component: ContentAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: low Docs Contact:
Priority: low    
Version: 3.0.0CC: jshaughn
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-05-29 19:36:23 UTC Type: ---
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: 577210, 593121    

Description Heiko W. Rupp 2010-06-07 13:03:55 UTC
To e.g. deploy a war file to multiple hosts, it is necessary to create a bundle with the war file and the recipe in it - there should be a wizard type of thing to create simple recipes for this purpose.

Comment 1 Charles Crouch 2010-06-07 13:17:06 UTC
I thought we already supported specifying a recipe in the wizard, separate from the files to be pushed out? Wasnt this how it worked earlier?

Comment 2 John Mazzitelli 2010-06-07 13:26:13 UTC
We do not have a wizard that lets you develop on-the-fly recipes. There is nothing like a "recipe editor" for example.

You write the recipe using some text editor (today we have two flavors of recipes but we recommend the Ant recipe), and you can directly upload it via the Create Bundle Wizard. You will then be asked to upload the files that are needed by the recipe.

You can optionally build a "bundle distribution file" that contains both the recipe and the file(s) needed by the recipe.

Lowering severity and priority - this is a "nice to have" feature.

Comment 3 Heiko W. Rupp 2010-06-07 13:29:22 UTC
about #1 : yes

what I meant is a recipe editor in a form like

What do you want to?

1) deploy war / ear to machines
...

What is the bundle version?

Where is your war?

Where shall I put it?

< more question >

==> You will find a .zip at /tmp/foo.zip that you can upload now

---------------

We need to make users awsome!

Comment 4 Heiko W. Rupp 2010-07-28 15:11:09 UTC
There is actually something in master called 'bundleGen'