Giter Club home page Giter Club logo

teiid-openshift-examples's People

Contributors

ani-sha avatar bibryam avatar hodrigohamalho avatar jrenaat avatar rareddy avatar roldanbob avatar shawkins avatar vhalbert avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

teiid-openshift-examples's Issues

Builder Image Failed

Hi

Below is my yaml file and when i push it to Openshift it throws an error of "builder image failed". I have no idea what it means and i dont know how to get more logs. Are you able to assist please?

Thanks,

apiVersion: teiid.io/v1alpha1
kind: VirtualDatabase
metadata:
name: dv-customer
spec:
replicas: 1
datasources:
- name: tabdev
type: postgresql
properties:
- name: SPRING_DATASOURCE_PGSQL_USERNAME
value:
- name: SPRING_DATASOURCE_PGSQL_PASSWORD
value:
- name: SPRING_DATASOURCE_PGSQL_JDBCURL
value: jdbc:postgresql://IP:8060/workgroup
- name: SPRING_DATASOURCE_PGSQL_IMPORTER_SCHEMA_NAME
value: public
- name: SPRING_DATASOURCE_PGSQL_DRIVER_CLASS_NAME
value: org.postgresql.Driver
resources:
memory: 1024Mi
cpu: 2.0
build:
source:
dependencies:
- org.postgresql:postgresql:42.2.5
ddl: |
CREATE DATABASE tabdev;
USE DATABASE tabdev;
CREATE SERVER pgsql TYPE 'NONE' FOREIGN DATA WRAPPER postgresql;
CREATE SCHEMA tabdev SERVER pgsql;
SET SCHEMA tabdev;
IMPORT FOREIGN SCHEMA public FROM SERVER pgsql INTO tabdev
OPTIONS(
importer.tableTypes 'TABLE',"importer.tableNamePattern" 'data%'
);
mavenRepositories:
private : https://artifactory.server.net/artifactory/fit-dal-all-repos

Operator Support Proxy

Hi,

Does the operator support proxy env variables? I have set this on the cluster wide on CRC and i can see the env variable propogated into the Deployment and POD but getting this error message and the pod failes to start.

Failed to pull image "registry.redhat.io/fuse7-tech-preview/dv-rhel7-operator:1.5": rpc error: code = Unknown desc = error pinging docker registry registry.redhat.io: Get https://registry.redhat.io/v2/: dial tcp: lookup registry.redhat.io on 10.88.0.8:53: no such host.

Please advise.

Thanks

Nelson

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.