Bug 1016623

Summary: [DOC] DT Governance guide - location of "dtgov.properties"
Product: [JBoss] JBoss Fuse Service Works 6 Reporter: Martin Basovník <mbasovni>
Component: DT GovernanceAssignee: Eric Wittmann <eric.wittmann>
Status: MODIFIED --- QA Contact: Matej Melko <mmelko>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.0.0CC: atangrin, soa-p-jira, tsykora
Target Milestone: ER7Keywords: Documentation, Reopened
Target Release: FUTURE   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Martin Basovník 2013-10-08 12:30:35 UTC
Description of problem:

After installation of DT Governance according to guide:
http://docs.jboss.org/overlord/dtgov/1.0.0.Final/html_single/#_download_installation_and_configuration

there should exists the file "jboss-eap/standalone/configuration/dtgov.properties" but it does not exist.
(http://docs.jboss.org/overlord/dtgov/1.0.0.Final/html_single/#_back_end_configuration)

I did not find not setting "governance.file.name" which is able to change the path of this file.

The guide should be more accurate for end users in this section.

Comment 1 Eric Wittmann 2013-10-21 17:27:54 UTC
I have updated the community documentation here:

https://github.com/Governance/dtgov/wiki/GuideConfiguring#back-end-configuration

Not sure how this should be pulled into the product docs.

Comment 2 Martin Basovník 2013-12-11 13:22:07 UTC
The product documentation was not updated.

There is one more problem in pseudocode on this site http://docs.jboss.org/overlord/dtgov/1.0.0.Final/html_single/#_download_installation_and_configuration

There is not "build.xml" file for program ant in folder "dtgov-1.0.0.Final".

OUTPUT:
mbasovni@basovnik:~/tmp/overlord/dtgov-1.0.0.Final$ ant install
Buildfile: build.xml does not exist!
Build failed

Comment 3 Eric Wittmann 2013-12-23 13:34:16 UTC
I double checked the contents of the community 1.0.0.Final download and it *does* include an ant build.xml file:

[ewittman@condor dtgov-1.0.0.Final]$ pwd
/home/ewittman/Downloads/dtgov-1.0.0.Final
[ewittman@condor dtgov-1.0.0.Final]$ ls -al
total 56
drwxr-xr-x. 8 ewittman ewittman 4096 Aug  2 07:17 .
drwxr-xr-x. 4 ewittman ewittman 4096 Dec 23 08:32 ..
drwxr-xr-x. 2 ewittman ewittman 4096 Aug  2 07:17 bin
-rwxr-xr-x. 1 ewittman ewittman 6761 Aug  2 07:17 build.xml
-rwxr-xr-x. 1 ewittman ewittman  102 Aug  2 07:17 cli-commands.txt
drwxr-xr-x. 2 ewittman ewittman 4096 Aug  2 07:17 data
drwxr-xr-x. 5 ewittman ewittman 4096 Aug  2 07:17 docs
-rwxr-xr-x. 1 ewittman ewittman  612 Aug  2 07:17 dtgov-build.properties
-rwxr-xr-x. 1 ewittman ewittman 4471 Aug  2 07:17 README.txt
drwxr-xr-x. 3 ewittman ewittman 4096 Aug  2 07:17 s-ramp-cli-0.3.0.Final
drwxr-xr-x. 2 ewittman ewittman 4096 Aug  2 07:17 src
drwxr-xr-x. 2 ewittman ewittman 4096 Aug  2 07:17 updates


I believe the community documentation (provided in the links above) is accurate.  Perhaps the product documentation still required changes?  I don't see a link for that...