Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Chmod temp dirs created on localhost | Michael Gugino | 2018-01-09 | 1 | -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 tasks | Michael Gugino | 2018-01-05 | 1 | -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 Gugino | 2017-12-20 | 1 | -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 streams | Scott Dodson | 2017-10-27 | 1 | -1/+3 |
| | |||||
* | Import templates will fail if user is not system:admin | jkaurredhat | 2017-07-13 | 1 | -8/+8 |
| | | | | Signed-off-by: jkaurredhat <jkaur@redhat.com> | ||||
* | Move infrastructure templates into openshift_hosted_templates role. | Andrew Butcher | 2016-10-21 | 1 | -16/+0 |
| | |||||
* | Suppress more warnings. | Andrew Butcher | 2016-09-28 | 1 | -0/+4 |
| | |||||
* | get quickstarts from origin, not upstream example repos | Ben Parees | 2016-09-14 | 1 | -0/+21 |
| | |||||
* | Fix xpaas_templates_base | Scott Dodson | 2016-07-29 | 1 | -2/+5 |
| | |||||
* | Add dotnet image stream to enterprise installs | Scott Dodson | 2016-07-29 | 1 | -1/+3 |
| | |||||
* | Merge pull request #2218 from sdodson/image-stream-sync | Scott Dodson | 2016-07-29 | 1 | -0/+12 |
|\ | | | | | xPaaS v1.3.2 release | ||||
| * | Remove old sso70-basic templates | Scott Dodson | 2016-07-26 | 1 | -0/+12 |
| | | |||||
* | | We have proper ansible support and requirements in place now, de-revert this ↵ | Tim Bielawa | 2016-07-19 | 1 | -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 era | Scott Dodson | 2016-07-11 | 1 | -51/+0 |
| | |||||
* | Make image stream munging optional | Scott Dodson | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | If registry_url != registry.access.redhat.com then modify image streams | Scott Dodson | 2016-06-17 | 1 | -0/+5 |
| | |||||
* | Fix missing bool filter | Scott Dodson | 2016-01-29 | 1 | -1/+1 |
| | |||||
* | Install version dependent image streams for v1.0 and v1.1 | Scott Dodson | 2015-11-18 | 1 | -2/+2 |
| | |||||
* | Migrate xpaas content from pre v1.1.0 | Scott Dodson | 2015-11-11 | 1 | -0/+50 |
| | | | | This removes existing templates from disk and from the openshift namespace. | ||||
* | examples: include logging and metrics infrastructure | Luke Meyer | 2015-11-10 | 1 | -0/+16 |
| | |||||
* | Fix openshift_examples | Scott Dodson | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Adjust the logic as to when examples are deployed | Scott Dodson | 2015-10-20 | 1 | -2/+2 |
| | |||||
* | Upgrades | Scott Dodson | 2015-09-23 | 1 | -6/+6 |
| | |||||
* | Use copy instead of synchronize | Jhon Honce | 2015-06-24 | 1 | -1/+3 |
| | | | | * synchronize failed for a number of users | ||||
* | Add openshift_examples role | Scott Dodson | 2015-06-22 | 1 | -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. |