summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/tasks
Commit message (Collapse)AuthorAgeFilesLines
* Chmod temp dirs created on localhostMichael Gugino2018-01-091-3/+3
| | | | | | | | | | | | | | | After remove become:no statements on local_action tasks, we need to ensure that the proper file permssions are applied to local temp directories. This reason for this is that the 'fetch' module does not use 'become' for the localhost, just the remote host. Additionally, users may not wish for the localhost to become during a fetch. local_action will execute with whatever permissions are specified in inventory or via cli.
* Remove become=no from various roles and tasksMichael Gugino2018-01-051-4/+8
| | | | | | | | | | | | | | | | | etcd runs some actions locally to copy certs from the CA cert host. This commit ensures that we respect the end user's intended behavior with become when using 'anisble_become' in the inventory. Other roles with similar tasks have been modified in the same manner. We shouldn't hard-code become behavior as it can be unexpected for the end user. This only currently works in the CI because the CI passes the '-b' argument on the command line, which will override the task behavior.
* Remove openshift.common.{is_atomic|is_containerized}Michael Gugino2017-12-201-8/+8
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Add centos based dotnet 2.0 image streamsScott Dodson2017-10-271-1/+3
|
* 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.