Bug 1283791

Summary: Feature request: Want to add multiple users in installer-bpms.xml and variable files
Product: [Retired] JBoss BPMS Platform 6 Reporter: Eric D. Schabell <eschabel>
Component: InstallerAssignee: Miroslav Sochurek <msochure>
Status: CLOSED EOL QA Contact: Dominik Hanak <dhanak>
Severity: medium Docs Contact:
Priority: medium    
Version: unspecifiedCC: kverlaen
Target Milestone: DR1   
Target Release: 6.3.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-03-27 20:05:26 UTC Type: Enhancement
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Eric D. Schabell 2015-11-19 21:48:19 UTC
Description of problem:
Do not want to add more users with roles in GUI installer, but when running installer with installation script and variables script, like to add more users and roles, something like this:

<com.izforge.izpack.panels.UserInputPanel id="bpmsUser">
<userInput>
<entry key="bpms.user" value="erics"/>
<entry autoPrompt="true" key="bpms.password"/>
<entry key="bpms.user.additional.roles" value="kie-server"/>
</userInput>
</com.izforge.izpack.panels.UserInputPanel>

and repeat for each new user, just add new 'value="mary' and 'key=mary.passowrd', etc.

Version-Release number of selected component (if applicable):
6.3 or future release would be nice.

How reproducible:
N/a

Steps to Reproduce:
1. see above.
2.
3.

Actual results:
Now only one user add allowed.

Expected results:
n/a

Additional info:
Feature request.