summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Import templates will fail if user is not system:adminjkaurredhat2017-07-131-8/+8
| | | | Signed-off-by: jkaurredhat <jkaur@redhat.com>
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-211-16/+0
|
* Suppress more warnings.Andrew Butcher2016-09-281-0/+4
|
* get quickstarts from origin, not upstream example reposBen Parees2016-09-141-0/+21
|
* Fix xpaas_templates_baseScott Dodson2016-07-291-2/+5
|
* Add dotnet image stream to enterprise installsScott Dodson2016-07-291-1/+3
|
* Merge pull request #2218 from sdodson/image-stream-syncScott Dodson2016-07-291-0/+12
|\ | | | | xPaaS v1.3.2 release
| * Remove old sso70-basic templatesScott Dodson2016-07-261-0/+12
| |
* | We have proper ansible support and requirements in place now, de-revert this ↵Tim Bielawa2016-07-191-3/+40
|/ | | | | | | | | commit Revert "Merge pull request #2098 from openshift/revert-2087-speedy_example_copy" This reverts commit a7c5f41157e61d9478c0f46671347bc84401f2c7, reversing changes made to df9b208c3eb993d0d1f7c0e715fa4ef49261aa47.
* Remove cleanup code from 1.0 to 1.1 upgrade eraScott Dodson2016-07-111-51/+0
|
* Make image stream munging optionalScott Dodson2016-07-051-1/+1
|
* If registry_url != registry.access.redhat.com then modify image streamsScott Dodson2016-06-171-0/+5
|
* Fix missing bool filterScott Dodson2016-01-291-1/+1
|
* Install version dependent image streams for v1.0 and v1.1Scott Dodson2015-11-181-2/+2
|
* Migrate xpaas content from pre v1.1.0Scott Dodson2015-11-111-0/+50
| | | | This removes existing templates from disk and from the openshift namespace.
* examples: include logging and metrics infrastructureLuke Meyer2015-11-101-0/+16
|
* Fix openshift_examplesScott Dodson2015-10-221-1/+1
|
* Adjust the logic as to when examples are deployedScott Dodson2015-10-201-2/+2
|
* UpgradesScott Dodson2015-09-231-6/+6
|
* Use copy instead of synchronizeJhon Honce2015-06-241-1/+3
| | | | * synchronize failed for a number of users
* Add openshift_examples roleScott Dodson2015-06-221-0/+53
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.