Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initial support for 3.10 | Scott Dodson | 2018-02-05 | 2 | -0/+254 |
| | |||||
* | Fix enterprise registry-console prefix | Scott Dodson | 2018-01-19 | 2 | -2/+2 |
| | |||||
* | [release-3.7] Fix enterprise registry console image prefix | Scott Dodson | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | [release-3.6] Fix enterprise registry console image prefix | Scott Dodson | 2018-01-19 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Merge pull request #6637 from sdodson/missing-openshift-facts | Michael Gugino | 2018-01-07 | 1 | -0/+1 |
|\ | | | | | Add missing dependency on openshift_facts | ||||
| * | Add missing dependency on openshift_facts | Scott Dodson | 2018-01-06 | 1 | -0/+1 |
| | | |||||
* | | 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 | 2 | -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_utils | Michael Gugino | 2017-12-18 | 1 | -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 support | Scott Dodson | 2017-11-30 | 2 | -0/+254 |
| | |||||
* | registry-console template 3.8 consistency | Luke Meyer | 2017-11-15 | 2 | -5/+11 |
| | | | | don't hardcode the enterprise registry; construct the image like origin | ||||
* | registry-console template 3.7 consistency | Luke Meyer | 2017-11-15 | 2 | -5/+11 |
| | | | | don't hardcode the enterprise registry; construct the image like origin | ||||
* | registry-console template 3.6 consistency | Luke Meyer | 2017-11-15 | 2 | -5/+11 |
| | | | | don't hardcode the enterprise registry; construct the image like origin | ||||
* | First pass at v3.8 support | Scott Dodson | 2017-11-13 | 2 | -0/+248 |
| | |||||
* | reconcile registry-console and docker_image_availability | Luke Meyer | 2017-11-06 | 2 | -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 source | Scott Dodson | 2017-09-13 | 10 | -10/+10 |
| | |||||
* | Remove openshift-common | Michael Gugino | 2017-09-06 | 1 | -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 templates | Scott Dodson | 2017-08-04 | 2 | -0/+248 |
| | |||||
* | Updating registry-console version to be v3.6 instead of 3.6 | ewolinetz | 2017-05-18 | 1 | -2/+2 |
| | |||||
* | Updating 3.6 enterprise registry-console template image version | ewolinetz | 2017-05-10 | 1 | -2/+2 |
| | |||||
* | Standardize all Origin versioning on 3.6 | Russell Teague | 2017-04-25 | 2 | -0/+0 |
| | |||||
* | Use metrics and logging deployer tag v3.4 for enterprise | Scott Dodson | 2017-04-10 | 2 | -3/+3 |
| | | | | This tag moves forward as new images are built | ||||
* | Remove v1.5 and v1.6 metrics/logging templates | Scott Dodson | 2017-04-10 | 8 | -2046/+0 |
| | | | | They're no longer used by current roles | ||||
* | Update v1.5 content | Scott Dodson | 2017-03-31 | 3 | -6/+6 |
| | |||||
* | Add v1.6 content | Scott Dodson | 2017-03-31 | 6 | -0/+1271 |
| | |||||
* | Merge pull request #3350 from mwringe/bz1421860 | Scott Dodson | 2017-02-14 | 2 | -4/+4 |
|\ | | | | | BZ1421860: increase Heapster's metric resolution to 30s | ||||
| * | BZ1421860: increase Heapster's metric resolution to 30s | mwringe | 2017-02-13 | 2 | -4/+4 |
| | | |||||
* | | Trying to fix up/audit note some changes | Tim Bielawa | 2017-02-14 | 1 | -0/+2 |
|/ | |||||
* | BZ1421834: increase the Heapster metric resolution to 30s | mwringe | 2017-02-13 | 2 | -4/+4 |
| | |||||
* | Bump registry-console to 3.5 | Scott Dodson | 2017-02-06 | 1 | -2/+2 |
| | |||||
* | Bump registry to 3.4 | Scott Dodson | 2017-02-06 | 1 | -2/+2 |
| | |||||
* | Add v1.5 content | Scott Dodson | 2017-01-17 | 6 | -0/+1271 |
| | |||||
* | logging-deployer pull fixes from origin-aggregated-logging/#317 | Scott Dodson | 2017-01-05 | 2 | -5/+0 |
| | |||||
* | Sync logging deployer changes from origin to enterprise | Scott Dodson | 2016-11-14 | 1 | -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.yaml | Scott Dodson | 2016-11-14 | 2 | -0/+12 |
| | |||||
* | Update hosted_templates | Scott Dodson | 2016-11-04 | 3 | -0/+47 |
| | |||||
* | Bump logging and metrics deployers to 3.3.1 and 3.4.0 | Scott Dodson | 2016-10-24 | 4 | -8/+8 |
| | |||||
* | Default infra template modification based on ↵ | Andrew Butcher | 2016-10-24 | 1 | -1/+1 |
| | | | | openshift_examples_modify_imagestreams | ||||
* | Move infrastructure templates into openshift_hosted_templates role. | Andrew Butcher | 2016-10-21 | 27 | -0/+4354 |