Last active
May 29, 2018 12:52
-
-
Save quintesse/114bbd1189c622677cfa841dd45a9273 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Red Hat Fuse - Circuit Breaker Example", | |
"description": "Booster to demonstrate Circuit Breaker pattern with Apache Camel.", | |
"runtime": "fuse", | |
"source": { | |
"git": { | |
"url": "https://github.com/jboss-fuse/fuse-springboot-circuit-breaker-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "2.21.0-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Red Hat Fuse - ConfigMap Example", | |
"description": "Booster to expose an HTTP REST endpoint using Apache Camel where the message is defined as a Kubernetes ConfigMap property.", | |
"runtime": "fuse", | |
"source": { | |
"git": { | |
"url": "https://github.com/jboss-fuse/fuse-configmap-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "2.21.0-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "health-check", | |
"name": "Red Hat Fuse - Health Check Example", | |
"description": "Booster to demonstrate OpenShift health probes working with Apache Camel through Spring Boot Actuator.", | |
"runtime": "fuse", | |
"source": { | |
"git": { | |
"url": "https://github.com/jboss-fuse/fuse-health-check-booster", | |
"ref": "redhat" | |
} | |
}, | |
"version": "2.21.0-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "rest-http", | |
"name": "Red Hat Fuse - HTTP Example", | |
"description": "Booster to expose a HTTP Greeting endpoint using Apache camel, Spring Boot and Undertow.", | |
"runtime": "fuse", | |
"source": { | |
"git": { | |
"url": "https://github.com/jboss-fuse/fuse-rest-http-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "2.21.0-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Red Hat Fuse - Circuit Breaker Example", | |
"description": "Booster to demonstrate Circuit Breaker pattern with Apache Camel.", | |
"runtime": "fuse", | |
"source": { | |
"git": { | |
"url": "https://github.com/jboss-fuse/fuse-springboot-circuit-breaker-booster", | |
"ref": "redhat" | |
} | |
}, | |
"version": "7.0.0-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Red Hat Fuse - ConfigMap Example", | |
"description": "Booster to expose an HTTP Greeting endpoint using Apache Camel where the message is defined as a Kubernetes ConfigMap property.", | |
"runtime": "fuse", | |
"source": { | |
"git": { | |
"url": "https://github.com/jboss-fuse/fuse-configmap-booster", | |
"ref": "redhat" | |
} | |
}, | |
"version": "7.0.0-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "health-check", | |
"name": "Red Hat Fuse - Health Check Example", | |
"description": "Booster to demonstrate OpenShift health probes working with Apache Camel through Spring Boot Actuator.", | |
"runtime": "fuse", | |
"source": { | |
"git": { | |
"url": "https://github.com/jboss-fuse/fuse-health-check-booster", | |
"ref": "redhat" | |
} | |
}, | |
"version": "7.0.0-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "rest-http", | |
"name": "Red Hat Fuse - HTTP Example", | |
"description": "Booster to expose a HTTP REST endpoint using Apache camel, Spring Boot and Undertow.", | |
"runtime": "fuse", | |
"source": { | |
"git": { | |
"url": "https://github.com/jboss-fuse/fuse-rest-http-booster", | |
"ref": "redhat" | |
} | |
}, | |
"version": "7.0.0-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "Node.js Cache Booster", | |
"description": "Demonstrate how to use a cache server from a Node.js application", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-cache", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Node.js - Circuit Breaker", | |
"description": "Demonstrates Circuit Breaker in Node.js", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-circuit-breaker", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Node.js - HTTP & Config Map", | |
"description": "Simple HTTP endpoint where the Node.js application uses OpenShift ConfigMap to get the application parameters.", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-configmap", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "Node.js - CRUD Example", | |
"description": "Runs a Node.js application exposing a HTTP endpoint proposing CRUD operations", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-crud", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "health-check", | |
"name": "Node.js - Health Checks", | |
"description": "Demonstrates Health Checks in Node.js", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-health-check", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "Node.js - REST and RH SSO", | |
"description": "A simple HTTP application using Node.js secured by RH SSO", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-secured", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "rest-http", | |
"name": "Node.js - HTTP", | |
"description": "Runs a Node.js HTTP application", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "Node.js Cache Booster", | |
"description": "Demonstrate how to use a cache server from a Node.js application", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-cache-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Node.js - Circuit Breaker", | |
"description": "Demonstrates Circuit Breaker in Node.js", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-circuit-breaker-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Node.js - HTTP & Config Map", | |
"description": "Simple HTTP endpoint where the Node.js application uses OpenShift ConfigMap to get the application parameters.", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-configmap-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "Node.js - CRUD Example", | |
"description": "Runs a Node.js application exposing a HTTP endpoint proposing CRUD operations", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-crud-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "health-check", | |
"name": "Node.js - Health Checks", | |
"description": "Demonstrates Health Checks in Node.js", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-health-check-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "Node.js - REST and RH SSO", | |
"description": "A simple HTTP application using Node.js secured by RH SSO", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-secured-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "rest-http", | |
"name": "Node.js - HTTP", | |
"description": "Runs a Node.js HTTP application", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v10-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "Node.js Cache Booster", | |
"description": "Demonstrate how to use a cache server from a Node.js application", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-cache", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Node.js - Circuit Breaker", | |
"description": "Demonstrates Circuit Breaker in Node.js", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-circuit-breaker", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Node.js - HTTP & Config Map", | |
"description": "Simple HTTP endpoint where the Node.js application uses OpenShift ConfigMap to get the application parameters.", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-configmap", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "Node.js - CRUD Example", | |
"description": "Runs a Node.js application exposing a HTTP endpoint proposing CRUD operations", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-crud", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "health-check", | |
"name": "Node.js - Health Checks", | |
"description": "Demonstrates Health Checks in Node.js", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-health-check", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "Node.js - REST and RH SSO", | |
"description": "A simple HTTP application using Node.js secured by RH SSO", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-secured", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "rest-http", | |
"name": "Node.js - HTTP", | |
"description": "Runs a Node.js HTTP application", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "Node.js Cache Booster", | |
"description": "Demonstrate how to use a cache server from a Node.js application", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-cache-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Node.js - Circuit Breaker", | |
"description": "Demonstrates Circuit Breaker in Node.js", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-circuit-breaker-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Node.js - HTTP & Config Map", | |
"description": "Simple HTTP endpoint where the Node.js application uses OpenShift ConfigMap to get the application parameters.", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-configmap-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "Node.js - CRUD Example", | |
"description": "Runs a Node.js application exposing a HTTP endpoint proposing CRUD operations", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-crud-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "health-check", | |
"name": "Node.js - Health Checks", | |
"description": "Demonstrates Health Checks in Node.js", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-health-check-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "Node.js - REST and RH SSO", | |
"description": "A simple HTTP application using Node.js secured by RH SSO", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-secured-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "rest-http", | |
"name": "Node.js - HTTP", | |
"description": "Runs a Node.js HTTP application", | |
"runtime": "nodejs", | |
"source": { | |
"git": { | |
"url": "https://github.com/bucharest-gold/nodejs-rest-http-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "v8-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "Spring Boot - Cache Example", | |
"description": "Booster to demonstrate how to use a cache server Spring Boot on OpenShift.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-cache-booster", | |
"ref": "1.5.12-2" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Spring Boot - Circuit Breaker Example", | |
"description": "Booster to demonstrate Circuit Breaker pattern with Spring Boot.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-circuit-breaker-booster", | |
"ref": "1.5.12-2" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Spring Boot - ConfigMap Example", | |
"description": "Booster to expose an HTTP Greeting endpoint using Spring Boot where the message is defined as a Kubernetes ConfigMap property.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-configmap-booster", | |
"ref": "1.5.12-3" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "Spring Boot - CRUD Example", | |
"description": "Booster to expose an HTTP endpoint with CRUD operations on fruits database.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-crud-booster", | |
"ref": "1.5.12-3" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!osio" | |
] | |
}, | |
"mission": "health-check", | |
"name": "Spring Boot - Health Check Example", | |
"description": "Booster to demonstrate OpenShift health probes working with Spring Boot Actuator.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-health-check-booster", | |
"ref": "1.5.12-3" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"local" | |
] | |
}, | |
"mission": "istio-circuit-breaker", | |
"name": "Istio - Spring Boot - Circuit Breaker Example", | |
"description": "Booster to demonstrate Istio's Circuit Breaker pattern with Spring Boot.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-istio-circuit-breaker-booster", | |
"ref": "1.5.12-1" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"local" | |
] | |
}, | |
"mission": "istio-distributed-tracing", | |
"name": "Istio - Spring Boot - Distributed Tracing", | |
"description": "Booster to demonstrate how Istio's service mesh and Distributed Tracing - Jaeger interact.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-istio-distributed-tracing-booster.git", | |
"ref": "1.5.12-2" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"local" | |
] | |
}, | |
"mission": "istio-routing", | |
"name": "Istio - Spring Boot - Routing", | |
"description": "Booster to demonstrate how Istio can be used to route traffic to/from services, including load balancing multiple different versions of the same service.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-istio-routing-booster.git", | |
"ref": "1.5.12-2" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"local" | |
] | |
}, | |
"mission": "istio-security", | |
"name": "Istio - Spring Boot - Security", | |
"description": "Booster to demonstrate Istio Mutual TLS and ACL functionality.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-istio-security-booster.git", | |
"ref": "1.5.12-2" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "Secured Spring Boot - HTTP & Red Hat SSO Example", | |
"description": "Booster to expose a HTTP Greeting endpoint using SpringBoot & Secured by Red Hat SSO.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-http-secured-booster", | |
"ref": "1.5.12-3" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!osio" | |
] | |
}, | |
"mission": "rest-http", | |
"name": "Spring Boot - HTTP Example", | |
"description": "Booster to expose a HTTP Greeting endpoint using Spring Boot and Apache Tomcat in embedded mode.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-http-booster", | |
"ref": "1.5.12-3" | |
} | |
}, | |
"version": "current-community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "osio" | |
}, | |
"mission": "configmap", | |
"name": "Spring Boot - ConfigMap Example", | |
"description": "Booster to expose an HTTP Greeting endpoint using Spring Boot where the message is defined as a Kubernetes ConfigMap property.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-configmap-booster", | |
"ref": "1.5.12-1-osio" | |
} | |
}, | |
"version": "current-osio" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "Spring Boot - Cache Example", | |
"description": "Booster to demonstrate how to use a cache server Spring Boot on OpenShift.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-cache-booster", | |
"ref": "redhat" | |
} | |
}, | |
"version": "current-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Spring Boot - Circuit Breaker Example", | |
"description": "Booster to demonstrate Circuit Breaker pattern with Spring Boot.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-circuit-breaker-booster", | |
"ref": "1.5.12-2-redhat" | |
} | |
}, | |
"version": "current-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Spring Boot - ConfigMap Example", | |
"description": "Booster to expose an HTTP Greeting endpoint using Spring Boot where the message is defined as a Kubernetes ConfigMap property.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-configmap-booster", | |
"ref": "1.5.12-2-redhat" | |
} | |
}, | |
"version": "current-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "Spring Boot - CRUD Example", | |
"description": "Booster to expose an HTTP endpoint with CRUD operations on fruits database.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-crud-booster", | |
"ref": "1.5.12-2-redhat" | |
} | |
}, | |
"version": "current-redhat" | |
}, | |
{ | |
"name": "Spring Boot - Health Check Example", | |
"description": "Booster to demonstrate OpenShift health probes working with Spring Boot Actuator.", | |
"runtime": "spring-boot", | |
"mission": "health-check", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-health-check-booster", | |
"ref": "1.5.12-2-redhat" | |
} | |
}, | |
"version": "current-redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "Secured Spring Boot - HTTP & Red Hat SSO Example", | |
"description": "Booster to expose a HTTP Greeting endpoint using SpringBoot & Secured by Red Hat SSO.", | |
"runtime": "spring-boot", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-http-secured-booster", | |
"ref": "1.5.12-2-redhat" | |
} | |
}, | |
"version": "current-redhat" | |
}, | |
{ | |
"name": "Spring Boot - HTTP Example", | |
"description": "Booster to expose a HTTP Greeting endpoint using Spring Boot and Apache Tomcat in embedded mode.", | |
"runtime": "spring-boot", | |
"mission": "rest-http", | |
"source": { | |
"git": { | |
"url": "https://github.com/snowdrop/spring-boot-http-booster", | |
"ref": "1.5.12-2-redhat" | |
} | |
}, | |
"version": "current-redhat" | |
}, | |
{ | |
"runtime": "vert.x", | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-cache-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Vert.x Circuit Breaker Booster", | |
"description": "Runs a Vert.x application using a circuit breaker", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-circuit-breaker-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "Vert.x - HTTP & Config Map", | |
"description": "Simple HTTP endpoint where the Vert.x application uses OpenShift ConfigMap to get the application parameters.", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-configmap-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "Vert.x CRUD Example using JDBC", | |
"description": "Runs a Vert.x application exposing a HTTP endpoint proposing CRUD operations implemented on top of JDBC", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-crud-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!osio" | |
] | |
}, | |
"mission": "health-check", | |
"name": "Vert.x Health Check Example", | |
"description": "Demonstrate health check and recovery mechanism", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-health-checks-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "Secured Vertx - Rest & Red Hat SSO", | |
"description": "Quickstart to expose a REST Greeting endpoint using Eclipse Vert.x & Secured by Red Hat SSO", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-secured-http-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!osio" | |
] | |
}, | |
"mission": "rest-http", | |
"name": "Vert.x HTTP Booster", | |
"description": "Runs a Vert.x HTTP application", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-http-booster", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "Eclipse Vert.x - Cache", | |
"description": "Demonstrate how to use a cache server in Eclipse Vert.x", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-cache-booster-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "Vert.x Circuit Breaker Booster", | |
"description": "Runs a Vert.x application using a circuit breaker", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-circuit-breaker-booster-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"mission": "configmap", | |
"name": "Vert.x - HTTP & Config Map", | |
"description": "Simple HTTP endpoint where the Vert.x application uses OpenShift ConfigMap to get the application parameters.", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-configmap-booster-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "Vert.x CRUD Example using JDBC", | |
"description": "Runs a Vert.x application exposing a HTTP endpoint proposing CRUD operations implemented on top of JDBC", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-crud-booster-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"mission": "health-check", | |
"name": "Vert.x Health Check Example", | |
"description": "Demonstrate health check and recovery mechanism", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-health-checks-booster-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "Secured Vertx - Rest & Red Hat SSO", | |
"description": "Quickstart to expose a REST Greeting endpoint using Eclipse Vert.x & Secured by Red Hat SSO", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-secured-http-booster-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"mission": "rest-http", | |
"name": "Vert.x HTTP Booster", | |
"description": "Runs a Vert.x HTTP application", | |
"runtime": "vert.x", | |
"source": { | |
"git": { | |
"url": "https://github.com/openshiftio-vertx-boosters/vertx-http-booster-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "WildFly Swarm - Cache", | |
"description": "Demonstrate how to use a cache server in WildFly Swarm", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-cache", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "WildFly Swarm - Circuit Breaker", | |
"description": "Demonstrates Circuit Breaker in Wildfly Swarm", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-circuit-breaker", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "!osio" | |
}, | |
"mission": "configmap", | |
"name": "WildFly Swarm - Config Map", | |
"description": "Simple HTTP endpoint where the WildFly Swarm application uses OpenShift ConfigMap to retrieve application parameters.", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-configmap", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "HTTP CRUD - Wildfly Swarm", | |
"description": "A simple CRUD applicaiton using Wildfly Swarm", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-crud", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"all" | |
] | |
}, | |
"mission": "health-check", | |
"name": "WildFly Swarm - Health Checks", | |
"description": "Demonstrates Health Checks in Wildfly Swarm", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-health-check", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"local" | |
] | |
}, | |
"mission": "istio-circuit-breaker", | |
"name": "WildFly Swarm - Istio - Circuit Breaker", | |
"description": "Runs a WildFly Swarm application that utilizes Circuit Breakers on Istio", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-istio-circuit-breaker", | |
"ref": "1" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"local" | |
] | |
}, | |
"mission": "istio-distributed-tracing", | |
"name": "WildFly Swarm - Istio - Distributed Tracing", | |
"description": "Runs a WildFly Swarm application that utilizes Tracing with Jaeger on Istio", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-istio-tracing", | |
"ref": "1" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"local" | |
] | |
}, | |
"mission": "istio-routing", | |
"name": "WildFly Swarm - Istio - Routing", | |
"description": "Runs a WildFly Swarm application that utilizes Routing on Istio", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-istio-routing", | |
"ref": "2" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"local" | |
] | |
}, | |
"mission": "istio-security", | |
"name": "WildFly Swarm - Istio - Security", | |
"description": "Runs a WildFly Swarm application that showcases security through Mutual TLS and ACL on Istio", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-istio-security", | |
"ref": "1" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "WildFly Swarm - REST and RH SSO", | |
"description": "A simple HTTP application using Wildfly Swarm secured by RH SSO", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"all" | |
] | |
}, | |
"mission": "rest-http", | |
"name": "WildFly Swarm - HTTP", | |
"description": "Runs a WildFly Swarm HTTP application", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http", | |
"ref": "master" | |
} | |
}, | |
"version": "community" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "cache", | |
"name": "WildFly Swarm - Cache", | |
"description": "Demonstrate how to use a cache server in WildFly Swarm", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-cache-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "circuit-breaker", | |
"name": "WildFly Swarm - Circuit Breaker", | |
"description": "Demonstrates Circuit Breaker in Wildfly Swarm", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-circuit-breaker-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!osio" | |
] | |
}, | |
"mission": "configmap", | |
"name": "WildFly Swarm - Config Map", | |
"description": "Simple HTTP endpoint where the WildFly Swarm application uses OpenShift ConfigMap to retrieve application parameters.", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-configmap-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!starter", | |
"!osio" | |
] | |
}, | |
"mission": "crud", | |
"name": "HTTP CRUD - Wildfly Swarm", | |
"description": "A simple CRUD applicaiton using Wildfly Swarm", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-crud-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!osio" | |
] | |
}, | |
"mission": "health-check", | |
"name": "WildFly Swarm - Health Checks", | |
"description": "Demonstrates Health Checks in Wildfly Swarm", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-health-check-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": "none" | |
}, | |
"mission": "rest-http-secured", | |
"name": "WildFly Swarm - REST and RH SSO", | |
"description": "A simple HTTP application using Wildfly Swarm secured by RH SSO", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-secured-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
}, | |
{ | |
"metadata": { | |
"runsOn": [ | |
"!osio" | |
] | |
}, | |
"mission": "rest-http", | |
"name": "WildFly Swarm - HTTP", | |
"description": "Runs a WildFly Swarm HTTP application", | |
"runtime": "wildfly-swarm", | |
"source": { | |
"git": { | |
"url": "https://github.com/wildfly-swarm-openshiftio-boosters/wfswarm-rest-http-redhat", | |
"ref": "master" | |
} | |
}, | |
"version": "redhat" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment