summaryrefslogtreecommitdiff
path: root/roles/openshift_hosted_templates
AgeCommit message (Collapse)Author
2018-02-05Initial support for 3.10Scott Dodson
2018-01-19Fix enterprise registry-console prefixScott Dodson
2018-01-19[release-3.7] Fix enterprise registry console image prefixScott Dodson
2018-01-19[release-3.6] Fix enterprise registry console image prefixScott Dodson
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-07Merge pull request #6637 from sdodson/missing-openshift-factsMichael Gugino
Add missing dependency on openshift_facts
2018-01-06Add missing dependency on openshift_factsScott Dodson
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-12-18Relocate filter plugins to lib_utilsMichael Gugino
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.
2017-11-30Add v3.9 supportScott Dodson
2017-11-15registry-console template 3.8 consistencyLuke Meyer
don't hardcode the enterprise registry; construct the image like origin
2017-11-15registry-console template 3.7 consistencyLuke Meyer
don't hardcode the enterprise registry; construct the image like origin
2017-11-15registry-console template 3.6 consistencyLuke Meyer
don't hardcode the enterprise registry; construct the image like origin
2017-11-13First pass at v3.8 supportScott Dodson
2017-11-06reconcile registry-console and docker_image_availabilityLuke Meyer
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.
2017-09-13Add IMAGE_VERSION to the image stream tag sourceScott Dodson
2017-09-06Remove openshift-commonMichael Gugino
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.
2017-08-04Add v3.7 hosted templatesScott Dodson
2017-05-18Updating registry-console version to be v3.6 instead of 3.6ewolinetz
2017-05-10Updating 3.6 enterprise registry-console template image versionewolinetz
2017-04-25Standardize all Origin versioning on 3.6Russell Teague
2017-04-10Use metrics and logging deployer tag v3.4 for enterpriseScott Dodson
This tag moves forward as new images are built
2017-04-10Remove v1.5 and v1.6 metrics/logging templatesScott Dodson
They're no longer used by current roles
2017-03-31Update v1.5 contentScott Dodson
2017-03-31Add v1.6 contentScott Dodson
2017-02-14Merge pull request #3350 from mwringe/bz1421860Scott Dodson
BZ1421860: increase Heapster's metric resolution to 30s
2017-02-14Trying to fix up/audit note some changesTim Bielawa
2017-02-13BZ1421860: increase Heapster's metric resolution to 30smwringe
2017-02-13BZ1421834: increase the Heapster metric resolution to 30smwringe
2017-02-06Bump registry-console to 3.5Scott Dodson
2017-02-06Bump registry to 3.4Scott Dodson
2017-01-17Add v1.5 contentScott Dodson
2017-01-05logging-deployer pull fixes from origin-aggregated-logging/#317Scott Dodson
2016-11-14Sync logging deployer changes from origin to enterpriseScott Dodson
Pulls in https://github.com/openshift/origin-aggregated-logging/commit/d40fd9b83a6f6c0fb962db8869e6a35ef4f72751 https://github.com/openshift/origin-aggregated-logging/commit/f55cf03231d3ff2c7c9f2b9c8a4e1c29b4535c9c
2016-11-14Sync latest enterprise/metrics-deployer.yamlScott Dodson
2016-11-04Update hosted_templatesScott Dodson
2016-10-24Bump logging and metrics deployers to 3.3.1 and 3.4.0Scott Dodson
2016-10-24Default infra template modification based on ↵Andrew Butcher
openshift_examples_modify_imagestreams
2016-10-21Move infrastructure templates into openshift_hosted_templates role.Andrew Butcher