summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7014 from sdodson/xpaas-148Scott Dodson2018-02-08337-4441/+18610
|\ | | | | Update xPaaS content to v1.4.8
| * xPaaS v1.4.8 for v3.7Scott Dodson2018-02-08112-1480/+6203
| |
| * xPaaS v1.4.8-1 for v3.8Scott Dodson2018-02-08112-1480/+6203
| |
| * xPaaS v1.4.8-1 for v3.9Scott Dodson2018-02-08112-1480/+6203
| |
| * Bump xpaas versionScott Dodson2018-02-081-1/+1
| |
* | Bug 1524805- CFME example now works disconnectedFabian von Feilitzsch2018-02-081-1/+1
|/
* Initial support for 3.10Scott Dodson2018-02-05166-1/+94995
|
* sync imagestreams+templates from origin master for v3.9Ben Parees2018-01-2521-127/+746
|
* Add templates to v3.9Satoe Imaishi2018-01-1910-451/+2156
|
* Use Beta repo pathSatoe Imaishi2018-01-184-13/+13
|
* CF 4.6 templatesSatoe Imaishi2018-01-1810-451/+2156
|
* Ensure openshift_client_binary is setScott Dodson2018-01-171-0/+1
|
* Update latest image streams and templatesScott Dodson2018-01-1121-45/+87
|
* 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-202-9/+9
| | | | | We set these variables using facts in init, no need to duplicate the logic all around the codebase.
* Relocate filter plugins to lib_utilsMichael Gugino2017-12-181-1/+2
| | | | | | | | | | | | | | This commit relocates filter_plugings to lib_utils, changes the namespacing to prevent unintended use of older versions that may be present in filter_plugins/ directory on existing installs. Add lib_utils to meta depends for roles Also consolidate some plugins into lib_utils from various other areas. Update rpm spec, obsolete plugin rpms.
* Merge pull request #6179 from alexcern/update_is_python_36Russell Teague2017-12-1321-27/+78
|\ | | | | Sync latest image-streams and templates
| * Sync latest image-streams and templatesAlex Lossent2017-11-2021-27/+78
| | | | | | | | Following openshift/origin#17281
* | Remove bad openshift_examples symlinkRussell Teague2017-12-123-2/+1
| |
* | Add v3.9 supportScott Dodson2017-11-30158-1/+87906
|/
* First pass at v3.8 supportScott Dodson2017-11-13158-1/+87907
|
* Fix examples image streamsMichael Gugino2017-11-082-0/+208
| | | | | | | Image streams older than 3.7 do not have a separate config for centos for dotnet_imagestreams.json This commit copies the new image stream to older supported verisons.
* General template updates for v3.7Scott Dodson2017-11-0811-65/+35
|
* Update to xPaaS v1.4.6Scott Dodson2017-11-08132-25642/+2529
|
* Merge pull request #5903 from sdodson/dotnet-centosScott Dodson2017-11-074-4/+113
|\ | | | | Add centos based dotnet 2.0 image streams
| * Add centos based dotnet 2.0 image streamsScott Dodson2017-10-274-4/+113
| |
* | Fix v3.6 xpaas image streamsScott Dodson2017-11-071-9/+307
| |
* | Fix v3.7 xpaas image streamsScott Dodson2017-11-071-10/+204
|/
* Sync latest imagestreams and templatesScott Dodson2017-10-2367-215/+14386
|
* Cleanup old deployment typesMichael Gugino2017-09-201-7/+7
| | | | | | | | | | | Previously, openshift-ansible supported various types of deployments using the variable "openshift_deployment_type" Currently, openshift-ansible only supports two deployment types, "origin" and "openshift-enterprise". This commit removes all logic and references to deprecated deployment types.
* Remove openshift-commonMichael Gugino2017-09-061-2/+1
| | | | | | | | | Most of this role's purpose was to set facts. The vast majority of these facts were simply redefining user-supplied variables. This commit also removes various artifacts leftover from previous versions, as well as variables that seem to be entirely unused.
* Merge pull request #4957 from simaishi/cfme_581_updateScott Dodson2017-08-242-6/+32
|\ | | | | Update cfme templates to auto-generate postgresql password
| * Update cfme templates to auto-generate postgresql passwordSatoe Imaishi2017-07-312-6/+32
| | | | | | | | https://bugzilla.redhat.com/show_bug.cgi?id=1461973
* | Add dotnet 2.0 to v3.6Scott Dodson2017-08-224-0/+450
| |
* | Add dotnet 2.0 to v3.7Scott Dodson2017-08-228-20/+555
| |
* | Update v3.6 contentScott Dodson2017-08-2223-89/+166
| |
* | Update all image streams and templatesScott Dodson2017-08-2224-90/+166
| |
* | Add v3.7 contentScott Dodson2017-08-03173-2/+96035
|/
* Merge pull request #4754 from jkaurredhat/import-templates-1.6Scott Dodson2017-07-181-8/+8
|\ | | | | Import templates 1.6
| * Import templates will fail if user is not system:adminjkaurredhat2017-07-131-8/+8
| | | | | | | | Signed-off-by: jkaurredhat <jkaur@redhat.com>
* | xPaas v1.4.1 for 3.4Scott Dodson2017-07-0733-0/+21278
| |
* | xPaas v1.4.1 for 3.5Scott Dodson2017-07-0733-0/+21278
| |
* | xPaaS 1.4.1 for 3.6Scott Dodson2017-07-0734-1/+21279
|/
* Update v1.4 image streams and templatesScott Dodson2017-06-3034-215/+3163
|
* xPaaS v1.4.0 for v3.4Scott Dodson2017-06-3080-553/+9869
|
* Sync latest image streams and templates for v1.5Scott Dodson2017-06-3032-208/+2205
|
* xPaaS v1.4.0 for v3.5Scott Dodson2017-06-3080-553/+9869
|
* Update latest image streams for v3.6Scott Dodson2017-06-3018-18/+18
|
* Bump xPaas v1.4.0 for v3.6Scott Dodson2017-06-3081-554/+9870
|