Skip to content

baikai/datafoundry_servicebroker_openshift

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

datafoundry_servicebroker_openshift

need golang 1.6+ to build and run

install

oc login ... oc project servicebrokers-openshift oc new-build https://github.com/asiainfoLDP/etcd-openshift-orchestration oc new-build https://github.com/asiainfoLDP/zookeeper-openshift-orchestration --context-dir='image'

oc new-app --name servicebroker-openshift https://github.com/asiainfoLDP/datafoundry_servicebroker_openshift#develop
-e ETCDENDPOINT="..."
-e ETCDUSER="..."
-e ETCDPASSWORD="..."
-e BROKERPORT="8888"
-e OPENSHIFTADDR="..."
-e OPENSHIFTUSER="...."
-e OPENSHIFTPASS="..."
-e DATAFOUNDRYPROXYADDR="..."
-e SBNAMESPACE="servicebrokers-openshift"
-e ETCDIMAGE="servicebrokers-openshift/etcd-openshift-orchestration"
-e ZOOKEEPERIMAGE="servicebrokers-openshift/zookeeper-openshift-orchestration"
-e ENDPOINTSUFFIX="..."

ENDPOINTSUFFIX: the suffix of routes

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%