summaryrefslogtreecommitdiffstats
path: root/roles/openshift_hosted_templates
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for 3.10Scott Dodson2018-02-052-0/+254
|
* Fix enterprise registry-console prefixScott Dodson2018-01-192-2/+2
|
* [release-3.7] Fix enterprise registry console image prefixScott Dodson2018-01-191-1/+1
|
* [release-3.6] Fix enterprise registry console image prefixScott Dodson2018-01-191-1/+1
|
* 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.
* Merge pull request #6637 from sdodson/missing-openshift-factsMichael Gugino2018-01-071-0/+1
|\ | | | | Add missing dependency on openshift_facts
| * Add missing dependency on openshift_factsScott Dodson2018-01-061-0/+1
| |
* | 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-2/+2
| | | | | 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.
* Add v3.9 supportScott Dodson2017-11-302-0/+254
|
* registry-console template 3.8 consistencyLuke Meyer2017-11-152-5/+11
| | | | don't hardcode the enterprise registry; construct the image like origin
* registry-console template 3.7 consistencyLuke Meyer2017-11-152-5/+11
| | | | don't hardcode the enterprise registry; construct the image like origin
* registry-console template 3.6 consistencyLuke Meyer2017-11-152-5/+11
| | | | don't hardcode the enterprise registry; construct the image like origin
* First pass at v3.8 supportScott Dodson2017-11-132-0/+248
|
* reconcile registry-console and docker_image_availabilityLuke Meyer2017-11-062-10/+10
| | | | | | | | | | | | Fixes bug 1497310 https://bugzilla.redhat.com/show_bug.cgi?id=1497310 The registry console is a special case in more than one way. This adds logic to incorporate the openshift_cockpit_deployer_* variables into determining what its image will be in docker_image_availability. Along the way I noticed the origin and enterprise templates for this were not consistent. Now they are, and the example hosts file is updated.
* Add IMAGE_VERSION to the image stream tag sourceScott Dodson2017-09-1310-10/+10
|
* 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.
* Add v3.7 hosted templatesScott Dodson2017-08-042-0/+248
|
* Updating registry-console version to be v3.6 instead of 3.6ewolinetz2017-05-181-2/+2
|
* Updating 3.6 enterprise registry-console template image versionewolinetz2017-05-101-2/+2
|
* Standardize all Origin versioning on 3.6Russell Teague2017-04-252-0/+0
|
* Use metrics and logging deployer tag v3.4 for enterpriseScott Dodson2017-04-102-3/+3
| | | | This tag moves forward as new images are built
* Remove v1.5 and v1.6 metrics/logging templatesScott Dodson2017-04-108-2046/+0
| | | | They're no longer used by current roles
* Update v1.5 contentScott Dodson2017-03-313-6/+6
|
* Add v1.6 contentScott Dodson2017-03-316-0/+1271
|
* Merge pull request #3350 from mwringe/bz1421860Scott Dodson2017-02-142-4/+4
|\ | | | | BZ1421860: increase Heapster's metric resolution to 30s
| * BZ1421860: increase Heapster's metric resolution to 30smwringe2017-02-132-4/+4
| |
* | Trying to fix up/audit note some changesTim Bielawa2017-02-141-0/+2
|/
* BZ1421834: increase the Heapster metric resolution to 30smwringe2017-02-132-4/+4
|
* Bump registry-console to 3.5Scott Dodson2017-02-061-2/+2
|
* Bump registry to 3.4Scott Dodson2017-02-061-2/+2
|
* Add v1.5 contentScott Dodson2017-01-176-0/+1271
|
* logging-deployer pull fixes from origin-aggregated-logging/#317Scott Dodson2017-01-052-5/+0
|
* Sync logging deployer changes from origin to enterpriseScott Dodson2016-11-141-0/+20
| | | | | | Pulls in https://github.com/openshift/origin-aggregated-logging/commit/d40fd9b83a6f6c0fb962db8869e6a35ef4f72751 https://github.com/openshift/origin-aggregated-logging/commit/f55cf03231d3ff2c7c9f2b9c8a4e1c29b4535c9c
* Sync latest enterprise/metrics-deployer.yamlScott Dodson2016-11-142-0/+12
|
* Update hosted_templatesScott Dodson2016-11-043-0/+47
|
* Bump logging and metrics deployers to 3.3.1 and 3.4.0Scott Dodson2016-10-244-8/+8
|
* Default infra template modification based on ↵Andrew Butcher2016-10-241-1/+1
| | | | openshift_examples_modify_imagestreams
* Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher2016-10-2127-0/+4354