[
https://issues.redhat.com/browse/TEIIDSB-154?page=com.atlassian.jira.plug...
]
Steven Hawkins commented on TEIIDSB-154:
----------------------------------------
I may have been doing a few things wrong or mixing a couple of versions, but I could not
get the infinispan operator to start easily on minishift. Rather the approach, which is
one of the options from their docs, is to just use okd cluster up. With a 3.11 version,
both of the operators come up:
{code}
git clone
https://github.com/infinispan/infinispan-operator
cd infinispan-operator
#I had to change the permissions locally
export KUBECONFIG=/var/lib/origin/openshift.local.config/master/admin.kubeconfig
#cluster up a 3.11 version, todo: minishift
oc cluster up
make run
oc apply -f deploy/cr/minimal/cr_minimal.yaml
#there is now an infinispan cluster running
oc adm policy --as system:admin add-cluster-role-to-user cluster-admin admin
#install the teiid operator
oc login -u admin
...teiid operator install
#note the KUBECONFIG file allows for the infinispan operator install to be done as
system:admin on behalf of the user, while our install requires giving the extra role to
admin
{code}
Create an example of materialization with JDG on openshift
----------------------------------------------------------
Key: TEIIDSB-154
URL:
https://issues.redhat.com/browse/TEIIDSB-154
Project: Teiid Spring Boot
Issue Type: Sub-task
Components: documentation, examples
Reporter: Steven Hawkins
Assignee: Steven Hawkins
Priority: Major
Fix For: 1.3.1
Original Estimate: 1 day, 7 hours
Remaining Estimate: 1 day, 7 hours
Create an example showing materialization with JDG on openshift.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)