Commit Graph

152 Commits

Author SHA1 Message Date
Jim Minter 5647b2a31c add missing template.alpha.openshift.io/wait-for-ready annotations to examples 2017-08-18 12:15:45 -05:00
Ben Parees 7c814b0d2c Merge pull request #131 from jim-minter/trello135-completion-detection
add template completion detection
2017-08-16 14:19:01 -04:00
Jim Minter 5ffcf0a43c add template completion detection 2017-08-14 12:04:44 -05:00
Ben Parees 863b14eab0 Merge pull request #130 from coreydaley/adding_compatibility_section
Adding compatibility section
2017-08-04 11:23:15 -04:00
Corey Daley 324865499e
Adding compatibility section 2017-08-04 11:22:35 -04:00
Ben Parees f12494cff0 Merge pull request #128 from coreydaley/bugzilla_1365656_github_webhook_description_update
Updating GITHUB_WEBHOOK_SECRET description
2017-06-25 23:27:32 -04:00
Corey Daley 1a31042c81
Updating GITHUB_WEBHOOK_SECRET description 2017-06-25 23:08:48 -04:00
Ben Parees 68b66caa93 Merge pull request #125 from jim-minter/trello133-tsb-bind
update templates to use template.openshift.io/expose-uri
2017-06-13 12:24:08 -04:00
Jim Minter 5d9081445f update templates to use template.openshift.io/expose-uri 2017-06-13 17:20:59 +01:00
Ben Parees 3d44de3ba8 Merge pull request #117 from openshift/revert-112-revert-111-nodejs6
re-enable nodejs:6 in templates
2017-05-23 15:54:29 -04:00
Ben Parees 9a913714c7 Revert "Revert "Changed templates to use nodejs:6"" 2017-05-23 15:53:51 -04:00
Ben Parees 95c092763d Merge pull request #112 from openshift/revert-111-nodejs6
Revert "Changed templates to use nodejs:6"
2017-04-29 12:12:55 -04:00
Ben Parees 814cde009f Revert "Changed templates to use nodejs:6" 2017-04-29 12:12:31 -04:00
Ben Parees b8d7dd7328 Merge pull request #111 from sspeiche/nodejs6
Changed templates to use nodejs:6
2017-04-28 13:36:37 -04:00
sspeiche 6b92fdf4cd Changed templates to use nodejs:6 2017-04-28 13:23:33 -04:00
Ben Parees c1faa896c2 Merge pull request #110 from dinhxuanvu/recreate
Change DC strategy from Rolling to Recreate for DB templates
2017-04-25 16:53:35 -04:00
Vu Dinh 2631c4a95e Change DC strategy from Rolling to Recreate for DB templates
Recreate strategy will allow the redeployment process to stay within
1Gi memory limit instead of requiring more memory due to extra pod
is created for Rolling strategy.

Signed-off-by: Vu Dinh <vdinh@redhat.com>
2017-04-25 16:47:41 -04:00
Ben Parees e81cacfa03 Merge pull request #95 from bparees/sc_metadata
add service catalog metadata to templates
2017-02-15 16:27:18 -05:00
Ben Parees 513d4703ad add service catalog metadata to templates 2017-02-15 16:26:20 -05:00
Ben Parees 7f7c9dd258 Merge pull request #90 from coreydaley/update_templates_to_use_secrets
updating to use secrets
2017-01-18 14:06:52 -05:00
Corey Daley 214b5bb005
updating to use secrets 2017-01-18 13:41:10 -05:00
Ben Parees 36bb782477 Merge pull request #89 from bparees/template
fix invalid key names
2017-01-17 14:09:41 -05:00
Ben Parees fafa1c4893 fix invalid key names 2017-01-17 14:07:48 -05:00
Ben Parees 343689f74d Merge pull request #83 from guangxuli/fix_branch
update some incorrect description
2016-12-12 08:26:46 -05:00
guangxuli 3f51ad1438 update some incorrect description
fix format

add enter
2016-12-12 16:20:45 +08:00
Ben Parees 81e1afb25e Merge pull request #75 from jupierce/migrate-passwords-to-secrets
Moving credentials into secrets
2016-11-29 14:24:31 -05:00
jupierce 7d73fbd2a8 Moving credentials into secrets 2016-11-29 11:18:16 -05:00
Ben Parees fb4415ce65 Merge pull request #73 from jim-minter/pipeline
add Jenkinsfile
2016-11-10 11:47:06 -05:00
Jim Minter 4344883eb6 add Jenkinsfile 2016-11-10 15:24:07 +00:00
Ben Parees 69b359bdfc Merge pull request #71 from luciddreamz/master
Updates template display name, tags, description, message, and grouping
2016-10-24 16:52:07 -04:00
luciddreamz 572d5d4af1 Updates template display name, tags, description, message, and service grouping 2016-10-24 16:34:46 -04:00
Ben Parees 9ebc30eb44 Merge pull request #70 from sallyom/group-services
group services in quickstarts
2016-10-19 13:53:40 -04:00
Sally O'Malley 36aeea7271 group services in quickstarts 2016-10-19 13:39:23 -04:00
Jacob Lucky 9457131bdb Adds NodeJS/MongoDB template with persistent storage. (#64) 2016-09-20 09:12:04 -04:00
Ionut Palade 0e748ed338 add an alternate http address for the tests to execute on (#60) 2016-08-01 10:47:07 -04:00
Ben Parees e61190a1a1 use latest imagestreams for nodejs and mongo (#56)
* use latest mongo and nodejs versions

* update readiness check for mongo 3.2
2016-07-13 13:24:50 -04:00
Ben Parees 8b9463d1d4 Merge pull request #55 from bparees/fix_db_init
add object assign
2016-07-09 11:43:27 -04:00
Ben Parees b450b768b5 add object assign 2016-07-09 11:39:32 -04:00
Ben Parees c984686993 Merge pull request #54 from dinhxuanvu/master
Add NPM_MIRROR parameter and fix required parameter
2016-07-06 14:02:45 -04:00
Vu Dinh 325aaf4483 Add NPM_MIRROR parameter and fix required parameter
Add new NPM_MIRROR parameter for custom NPM mirror URL to be used
if needed.

The required parameters are explicitly marked as required (*) to
avoid confusion.

Signed-off-by: Vu Dinh <vdinh@redhat.com>
2016-07-06 13:51:15 -04:00
Ben Parees c56041b2c7 Merge pull request #52 from bparees/db_toleration
attempt to init the db on every request
2016-06-29 14:17:48 -04:00
Ben Parees 3b643fc6bc attempt to init the db on every request 2016-06-29 14:05:02 -04:00
Ben Parees 46537887f2 Merge pull request #50 from gabemontero/fixWebhookInstructions
update webhook instructions
2016-05-20 17:30:21 -04:00
gabemontero 9a6db38edb update webhook instructions 2016-05-20 17:19:39 -04:00
Ben Parees f8edda4f04 Merge pull request #49 from gabemontero/fixContainerImageField
fix container image field - get as close to no value as currently pos…
2016-05-16 12:06:45 -04:00
gabemontero d8a485dbb7 fix container image field - get as close to no value as currently possible 2016-05-16 12:02:57 -04:00
Ben Parees 17ff3cdbce Merge pull request #48 from gabemontero/fixTemplatesAutoFalse
change BC ICT to automatic=true (more deterministic)
2016-05-12 11:14:02 -04:00
gabemontero c074be2189 change BC ICT to automatic=true (more deterministic) 2016-05-12 10:28:32 -04:00
Ben Parees 3f08ff2b61 Merge pull request #47 from bparees/emptydir
use an emptydir volume for mongodb instead of no volume
2016-04-26 16:44:34 -04:00
Ben Parees eaed1b5e10 use an emptydir volume for mongodb instead of no volume 2016-04-26 15:40:59 -04:00