| Summary: | Configuring port offset for all default ports will not effect host-master.xml and host-slave.xml | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise Application Platform 6 | Reporter: | Petr Kremensky <pkremens> |
| Component: | Installer | Assignee: | Miles Tjandrawidjaja <mtjandra> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Petr Kremensky <pkremens> |
| Severity: | medium | Docs Contact: | Russell Dickenson <rdickens> |
| Priority: | unspecified | ||
| Version: | 6.2.0 | CC: | mtjandra, myarboro, thauser |
| Target Milestone: | ER7 | ||
| Target Release: | EAP 6.2.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-15 16:55:16 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: | |
Radio buttons to configure offset will now update host files. http://git.app.eng.bos.redhat.com/jbossas-installer.git/commit/?h=eap-6.2&id=c3640b6441171f8b24608a69e1e3cbebd6a95532 Servers inside host-slave.xml file still use default ports. This has been fixed after detecting a mix up in variable names. Any option to specify port offsets shall properly effect the host*.xml files. Verified on EAP 6.2.0.ER7 installer. |
Description of problem: Only ports in host.xml are changed once user choose to configure an offset for all default port bindings. Version-Release number of selected component (if applicable): EAP 6.2.0.ER5 How reproducible: always Steps to Reproduce: 1. Run gui installer, use default values until you enter the Socket Bindings screen. 2. Select to "Configure an offset for all default port bindings" and choose one of offset types. 3. Finish the installation and navigate to ${EAP_HOME}/domain/configuration folder. Actual results: Ports were updated only for host.xml not for host-master.xml (actually don't have any server instances) and host-slave.xml. Expected results: All host files were updated. Additional info: I am still not sure about decision we've made in BZ1007791 as the option is "Configure an offset for all default port bindings." and for domain we are changing only ports of server instances WDYT?