[teiid-issues] [JBoss JIRA] (TEIID-4404) Install CLI should pre-run before dist build

Ramesh Reddy (JIRA) issues at jboss.org
Tue Aug 23 08:38:00 EDT 2016


    [ https://issues.jboss.org/browse/TEIID-4404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13282719#comment-13282719 ] 

Ramesh Reddy commented on TEIID-4404:
-------------------------------------

What you mention above is not true, for at least standalone mode. One can execute

{code}
./bin/add-user.sh -a -u teiidUser -p password1! -g user,odata,rest
 ./bin/standalone.sh -c standalone-teiid.xml
{code}

That is closest we can get to. One possibility is, in full server distro we can remove the need to use "standalone-teiid.xml" and rename this to standalone.xml. We can also look into doing the same with domain.xml.

> Install CLI should pre-run before dist build
> --------------------------------------------
>
>                 Key: TEIID-4404
>                 URL: https://issues.jboss.org/browse/TEIID-4404
>             Project: Teiid
>          Issue Type: Feature Request
>    Affects Versions: 9.1
>            Reporter: Kylin Soong
>            Assignee: Steven Hawkins
>
> In teiid we have provide a server dist(http://teiid.jboss.org/downloads/, With WildFly), but it not install teiid in advanced, after download the dist, we have to execute
> {code}
> ./bin/standalone.sh
> ./bin/jboss-cli.sh --connect --file=bin/scripts/teiid-standalone-mode-install.cli
> ./bin/domain.sh 
> ./bin/jboss-cli.sh --connect --file=bin/scripts/teiid-domain-mode-install.cli
> ./bin/add-user.sh -a -u dashboardAdmin -p password1! -g admin  
> ./bin/add-user.sh -a -u teiidUser -p password1! -g user  
> ./bin/add-user.sh -a -u restUser -p password1! -g rest  
> ./bin/add-user.sh -a -u odataUser -p password1! -g odata  
> ./bin/add-user.sh admin password1! 
> {code}
> However, in other JBoss product, like infinispan(http://infinispan.org/download/), jbpm, the server dist, download can run directly, do not need run any install cli.
> So, I do wonder if we can do some adjustment that make teiid compatible with other jboss product.
> In addition, as [1], configure api depend on a server dist which can run directly, now, it have to start teiid server manually.
> [1] https://github.com/teiid/wildfly-swarm-teiid/tree/master/config-api



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the teiid-issues mailing list