summaryrefslogtreecommitdiff
path: root/roles/openshift_examples/tasks
AgeCommit message (Collapse)Author
2018-01-09Chmod temp dirs created on localhostMichael Gugino
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.
2018-01-05Remove become=no from various roles and tasksMichael Gugino
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.
2017-12-20Remove openshift.common.{is_atomic|is_containerized}Michael Gugino
We set these variables using facts in init, no need to duplicate the logic all around the codebase.
2017-10-27Add centos based dotnet 2.0 image streamsScott Dodson
2017-07-13Import templates will fail if user is not system:adminjkaurredhat
Signed-off-by: jkaurredhat <jkaur@redhat.com>
2016-10-21Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher
2016-09-28Suppress more warnings.Andrew Butcher
2016-09-14get quickstarts from origin, not upstream example reposBen Parees
2016-07-29Fix xpaas_templates_baseScott Dodson
2016-07-29Add dotnet image stream to enterprise installsScott Dodson
2016-07-29Merge pull request #2218 from sdodson/image-stream-syncScott Dodson
xPaaS v1.3.2 release
2016-07-26Remove old sso70-basic templatesScott Dodson
2016-07-19We have proper ansible support and requirements in place now, de-revert this ↵Tim Bielawa
commit Revert "Merge pull request #2098 from openshift/revert-2087-speedy_example_copy" This reverts commit a7c5f41157e61d9478c0f46671347bc84401f2c7, reversing changes made to df9b208c3eb993d0d1f7c0e715fa4ef49261aa47.
2016-07-11Remove cleanup code from 1.0 to 1.1 upgrade eraScott Dodson
2016-07-05Make image stream munging optionalScott Dodson
2016-06-17If registry_url != registry.access.redhat.com then modify image streamsScott Dodson
2016-01-29Fix missing bool filterScott Dodson
2015-11-18Install version dependent image streams for v1.0 and v1.1Scott Dodson
2015-11-11Migrate xpaas content from pre v1.1.0Scott Dodson
This removes existing templates from disk and from the openshift namespace.
2015-11-10examples: include logging and metrics infrastructureLuke Meyer
2015-10-22Fix openshift_examplesScott Dodson
2015-10-20Adjust the logic as to when examples are deployedScott Dodson
2015-09-23UpgradesScott Dodson
2015-06-24Use copy instead of synchronizeJhon Honce
* synchronize failed for a number of users
2015-06-22Add openshift_examples roleScott Dodson
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.