Skip to content

(WIP) Location for the updated Solution Pattern template for use with OpenShift 4.

Notifications You must be signed in to change notification settings

tiffanynolan/solution-pattern-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solution Pattern Template

A template that can be used to bootstrap new Solution Patterns. Content goes under the /walkthroughs folder.

Adding managed services

Managed services can be provisioned on-demand when a user starts a Solution Pattern. This provides the user with access to either a personal instance of the service, or their own log in for a multi-tenant service (e.g. 3scale). If you would like to include managed services with your Solution Pattern, you can add them to the walkthrough.json file under Dependencies.

Example:

"managedServices": [
  {
    "name": "amqonline"
  },
  {
    "name": "fuse"
  }
],

About

(WIP) Location for the updated Solution Pattern template for use with OpenShift 4.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published