summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples
Commit message (Collapse)AuthorAgeFilesLines
* Adding support for v1.2 examplesBrenton Leanhardt2016-03-031-1/+1
|
* Adding templates for v1.2Brenton Leanhardt2016-03-0383-1/+41697
|
* Merge pull request #1534 from dgoodwin/infra-versionsBrenton Leanhardt2016-03-021-1/+1
|\ | | | | Fix logging infra template version mismatch.
| * Fix logging infra template version mismatch.Devan Goodwin2016-03-021-1/+1
| | | | | | | | Metrics was updated to 3.1.1, logging was not.
* | Adding a symlink to making loading the examples more convenientBrenton Leanhardt2016-02-291-0/+1
|/ | | | This is related to https://bugzilla.redhat.com/show_bug.cgi?id=1300503
* Bug 1306665 - [metrics] update metrics-deployer template to use latest image ↵Brenton Leanhardt2016-02-111-1/+1
| | | | versions
* Add gte check for 3.2, update version checks to gteJason DeTiberus2016-02-091-1/+1
|
* Fix missing bool filterScott Dodson2016-01-291-1/+1
|
* Sync platest imagestreamsScott Dodson2016-01-294-108/+122
|
* Install all xpaas streams when enabledScott Dodson2015-12-221-1/+1
|
* Merge pull request #808 from sdodson/containersBrenton Leanhardt2015-12-191-4/+4
|\ | | | | Containerized install with SDN support
| * fixesJason DeTiberus2015-12-151-4/+4
| |
| * Containerization work by @sdodsonScott Dodson2015-12-151-1/+1
| |
| * Initial containerization work from @ibottyTobias Florek2015-12-151-1/+1
| | | | | | | | copied from https://github.com/eparis/kubernetes-ansible/blob/17f98edd7ff53e649b43e26822b8fbc0be42b233/roles/common/tasks/main.yml
* | Add jboss-fuse/application-templates/fis-image-streams.jsonScott Dodson2015-12-172-0/+57
| |
* | Update from jboss-openshift/application-templates ose-v1.2.0-1Scott Dodson2015-12-1741-458/+6768
|/
* Merge pull request #1030 from jtslear/make-examples-optionalBrenton Leanhardt2015-12-101-1/+8
|\ | | | | Make the install of openshift_examples optional
| * Make the install of openshift_examples optionalJohn T Skarbek2015-12-091-1/+8
| | | | | | | | | | * Allows us to make it optional to run the role `openshift_examples` * Defaults to true
* | Merge pull request #1039 from sdodson/fix-version-dependent-contentBrenton Leanhardt2015-12-094-866/+76
|\ \ | |/ |/| Fix version dependent image streams
| * Fix version dependent image streamsScott Dodson2015-12-094-866/+76
| |
* | Update sync db-templates, image-streams, and quickstart-templatesScott Dodson2015-12-0217-67/+259
|/
* Update IMAGE_PREFIX and IMAGE_VERSION values in hawkular templateKenjiro Nakayama2015-11-304-8/+8
|
* Install version dependent image streams for v1.0 and v1.1Scott Dodson2015-11-18114-6/+22520
|
* Merge pull request #873 from sdodson/latest-streamsBrenton Leanhardt2015-11-112-76/+327
|\ | | | | Sync with the latest image streams
| * Sync with the latest image streamsScott Dodson2015-11-112-76/+327
| |
* | Migrate xpaas content from pre v1.1.0Scott Dodson2015-11-111-0/+50
| | | | | | | | This removes existing templates from disk and from the openshift namespace.
* | Import latest xpaas templates and image streamsScott Dodson2015-11-1132-1918/+3535
|/
* examples: include logging and metrics infrastructureLuke Meyer2015-11-107-0/+560
|
* Merge pull request #726 from sdodson/examples-syncBrenton Leanhardt2015-10-278-12/+85
|\ | | | | Update imagestreams and quickstarts from origin
| * Update imagestreams and quickstarts from originScott Dodson2015-10-228-12/+85
| |
* | Merge pull request #728 from sdodson/fix-examplesBrenton Leanhardt2015-10-221-1/+1
|\ \ | | | | | | Fix openshift_examples
| * | Fix openshift_examplesScott Dodson2015-10-221-1/+1
| | |
* | | Merge pull request #723 from mfojtik/patch-1Brenton Leanhardt2015-10-221-1/+1
|\ \ \ | |/ / |/| | Update examples-sync.sh
| * | Update examples-sync.shMichal Fojtik2015-10-221-1/+1
| | |
| * | Update examples-sync.shMichal Fojtik2015-10-221-1/+1
| |/ | | | | Fixes: https://github.com/openshift/openshift-ansible/issues/722
* | Add match online imagestream/template loading to enterpriseScott Dodson2015-10-201-3/+3
| |
* | Adjust the logic as to when examples are deployedScott Dodson2015-10-202-5/+5
|/
* Fix for name conflictAli Sogukpinar2015-10-051-2/+2
| | | Template name is conflicting with the template name from 'eap6-basic-sti.json' .
* UpgradesScott Dodson2015-09-232-6/+8
|
* Jenkins image was renamedScott Dodson2015-09-014-11/+21
|
* Add jenkins image stream and quickstartScott Dodson2015-08-265-20/+357
| | | | https://github.com/openshift/origin/pull/4145
* Update latest openshift examplesScott Dodson2015-08-2015-120/+183
|
* Bug 1247461 - Fixing github triggers for the xpaas templatesBrenton Leanhardt2015-07-2826-26/+26
|
* Updated examplesScott Dodson2015-07-2442-331/+362
|
* Sync xpaas examples with githubScott Dodson2015-06-2934-619/+1881
|
* Use copy instead of synchronizeJhon Honce2015-06-241-1/+3
| | | | * synchronize failed for a number of users
* Add openshift_examples roleScott Dodson2015-06-2250-0/+17958
This role installs db-templates, image-streams, and quickstart-templates into /usr/share/openshift/examples on the master and then uses `oc create` to import them.