Version 12

    This guide will walk you through how to deploy and run Overlord DTGov on Fuse,  with and without Fabric 6.1.  Note that, at the moment, the DTGov installer does not support Fabric as an actual installation target.  In the near future, we'll be adding that, but for now please use the following steps.

     

    With Fabric

     

    1. Download Fuse 6.1 and unpack it
    2. Download the attached patches.zip and unpack it
    3. Patch Fuse using the instructions in [ENTESB-1570] jetty.xml in child container is not getting detected
      1. Add the following to [FUSE HOME]/fabric/import/fabric/configs/versions/1.0/profiles/default/io.fabric8.agent.properties
        metadata#org.apache.aries.proxy.impl#[1.0,2.0)#Export-Service = org.apache.aries.proxy.ProxyManager
        metadata#org.apache.aries.blueprint.core#[1.0,2.0)#Import-Service = org.apache.aries.proxy.ProxyManager
        metadata#org.apache.karaf.deployer.blueprint#[2.0,3.0)#Require-Capability = osgi.extender;filter:="(osgi.extender=osgi.blueprint)"
        metadata#io.fabric8.fabric-core#[1.0,2.0)#Require-Capability = osgi.extender;filter:="(osgi.extender=osgi.service.component)"
        metadata#org.apache.felix.scr#[1.0,2.0)#Provide-Capability = osgi.extender;osgi.extender=osgi.service.component
    4. Clone the Overlord Commons and Overlord S-RAMP git repos
      1. Governance/overlord-commons
      2. Governance/s-ramp
      3. Governance/dtgov
    5. In all the repos repos, 'mvn clean install' (include '-DskipTests' if you're not interested in running the unit tests).
    6. Unzip the Commons and S-RAMP profiles into [FUSE_HOME]/fabric/import/fabric/configs/versions/1.0/profiles:
      1. [COMMONS_HOME]/overlord-commons-dist/overlord-commons-dist-fuse6/target/overlord-commons-profile-[OVERLORD-COMMONS-VERSION].zip
      2. [SRAMP_HOME]/s-ramp-distro/fabric/target/s-ramp-profile-[S-RAMP-VERSION].zip
      3. [DTGOV_HOME]/dtgov-distro/fabric/target/dtgov-profile-[DTGOV-VERSION].zip
    7. Start Fuse: [FUSE_HOME]/bin/fuse
    8. Configure the Overlord  Fabric Profiles using Overlord's Karaf command bundle:
      1. features:addurl mvn:org.overlord.dtgov/dtgov-distro-fuse61/[DTGOV_VERSION]]/xml/features
      2. features:install -v dtgov-karaf-commands
      3. If you want to install in any Fabric container the s-ramp profile you need to configure it:
        • overlord:fabric:s-ramp:configure [FABRIC_PASSWORD]
      4. Configure the dtgov profile. In case s-ramp has been configured previously, the password is going to be discarded:
        • overlord:fabric:dtgov:configure [FABRIC_PASSWORD]
    9. Create the user and role
      1. fabric:create --zookeeper-password admin
        When prompted, use "admin" for  the username. The password should be the [FABRIC_PASSWORD] value introduced in step 8
      2. jaas:manage --index 3
      3. jaas:roleadd admin overlorduser
      4. jaas:roleadd admin overlordadmin
      5. jaas:roleadd admin admin.sramp
      6. jaas:useradd srampjms [FABRIC_PASSWORD]
      7. jaas:useradd dtgovworkflow [FABRIC_PASSWORD]
      8. jaas:roleadd dtgovworkflow overlordadmin
      9. jaas:roleadd dtgovworkflow overlorduser
      10. jaas:roleadd dtgovworkflow admin
      11. jaas:update
    10. Create a fuse fabric container:
      1. fabric:container-create-child root child
        To allow remote debugging, use something like the following: fabric:container-create-child --jvm-opts '-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005' root child
      2.   It is recommended to add --jvm-opts '-Xms2000m -Xmx2000m':
        • fabric:container-create-child --jvm-opts '-Xms2000m -Xmx2000m -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005' root child
    11. Stop the container using "fabric:container-stop child" or stop all the karaf console using "exit".
    12. Copy the jre.properties that is inside the xmlsec.zip file into the [FUSE_HOME]/instances/child/etc folder.
    13. Start Fuse or start the container using "fabric:container-start child". In case you have stopped Fuse completely, the container is not always started, so it is necessary to start.
      1. You can check the logs of the container: tail -1000f [FUSE_HOME]/instances/child/data/log/karaf.log
    14. Add the profiles to the Fabric container:
      1. fabric:container-add-profile child overlord-sramp (optional)
      2. fabric:container-add-profile child overlord-dtgov
    15. You can check the logs in [FUSE HOME]/instances/child/data/logs/karaf.log
    16. Test the DTGOV UI: http://localhost:8182/dtgov-ui

     

    Without Fabric

     

    1. Download Fuse 6.1 and unpack it
    2. Download DTGov (http://downloads.jboss.org/overlord/dtgov/overlord-dtgov-[VERSION].zip) and unpack it
    3. cd [DTGOV HOME]
    4. Run 'ant', then follow the instructions
    5. Start Fuse: [FUSE_HOME]/bin/fuse
    6. features:addurl mvn:org.overlord.dtgov/dtgov-distro-fuse61/[DTGOV_VERSION]/xml/features
    7. features:install -v dtgov-karaf-commands
    8. Configure the s-ramp fuse installation: overlord:s-ramp:configure [PASSWORD]
    9. Configure the dtgov fuse installation: overlord:dtgov:configure [PASSWORD]
    10. features:install -v s-ramp
    11. features:install -v dtgov
    12. Test the DTGov UI: http://localhost:8181/dtgov-ui

     

    Change Overlord Password

     

    If you want to change the password for all your overlord applications deployed in the fuse server, you can use the overlord karaf command to regenerate it. Write the following instructions in the karaf console:

    1. features:addurl mvn:org.overlord/overlord-commons-dist-fuse6/[OVERLORD_COMMONS_VERSION]/xml/features  (in case it is not added before)
    2. features:install -v overlord-commons (in case it has not been installed before)

     

    For Fuse deployment:

    • overlord:change-password [PASSWORD]

     

    For Fuse Fabric deployment:

    • overlord:fabric:change-password [PASSWORD]

    (Note that this instruction only can have effect before the Fuse Fabric is created)

    Populate Dtgov

     

    Dtgov can be accessed but it is necessary for running the examples inside of dtgov/dtgov-demos to populate s-ramp with the dtgov workflows, targets, queries, ontologies and other necessary data.

    1. Go to the dtgov distro folder (the unzipped dtgov-distro dir)
    2. Execute: ant seed -Ds-ramp.endpoint=http://localhost:[PORT]/s-ramp-server -Ds-ramp.shell.username=admin -Ds-ramp.shell.password=[YOUR INSTALLATION PASSWORD]
      • The port would be 8181 in case of Fuse. In case of Fuse Fabric, you need to check the container port (The first container port normally is 8182)
    3. cd [DTGOV HOME]