summaryrefslogtreecommitdiff
path: root/roles
AgeCommit message (Collapse)Author
2017-02-09Ensure embedded etcd config uses CA bundle.Andrew Butcher
2017-02-08Merge pull request #3294 from jcantrill/fix_metrics_pv_varsJason DeTiberus
use pvc_size instead of pv_size for openshift_metrics since the role …
2017-02-08Merge pull request #3283 from kwoodson/router_portKenny Woodson
Adding test cases. Adding support for specifying port on route.
2017-02-08Merge pull request #3278 from abutcher/mixed-envScott Dodson
Bug 1364160 - facts collection for openshift.common.admin_binary does not seem to work in mixed environments
2017-02-08Merge pull request #3284 from jcantrill/1419839_heapster_onlyScott Dodson
fixes 1419839. Install only heapster for openshift_metrics when heap…
2017-02-08Fixing for flake8 spacing.Kenny Woodson
2017-02-08Fixing tests for linters.Kenny Woodson
2017-02-08Adding port support for route.Kenny Woodson
2017-02-08use pvc_size instead of pv_size for openshift_metrics since the role creates ↵Jeff Cantrill
claims
2017-02-08Added temporary kubeconfig file. Fixed tests to coincide with tmpfile.Kenny Woodson
2017-02-08fixes 1419839. Install only heapster for openshift_metrics when heapster ↵Jeff Cantrill
standalone flag is set
2017-02-08Adding code to copy kubeconfig before running oc commands.Kenny Woodson
2017-02-08Merge pull request #3285 from twiest/fix_unittestsKenny Woodson
Fixed ansible module unit and integration tests and added runners.
2017-02-08Changed lib_openshift to use real temporary files.Thomas Wiest
2017-02-07Fixed ansible module unit and integration tests and added runners.Thomas Wiest
2017-02-07[openshift_ca] Reference client binary from openshift_ca_host.Andrew Butcher
2017-02-07Merge pull request #3260 from ashcrow/1395168Andrew Butcher
Copies CloudFront pem file to registry hosts
2017-02-06Bump registry-console to 3.5Scott Dodson
2017-02-06Merge pull request #3261 from sdodson/excluderScott Dodson
Manage the excluder functionality
2017-02-06Merge pull request #3264 from twiest/oc_serviceaccount_secretThomas Wiest
Added oc_serviceaccount_secret to lib_openshift.
2017-02-06Added oc_serviceaccount_secret to lib_openshift.Thomas Wiest
2017-02-06Merge pull request #3257 from jcantrill/bz1417261_deployer_with_35Scott Dodson
fixes 1417261. Points playbooks to the correct 3.5 roles for logging …
2017-02-06Merge pull request #3271 from jcantrill/metrics_node_selectorsScott Dodson
fix 1406057. Allow openshift_metrics nodeselectors for components
2017-02-06fix 1406057. Allow openshift_metrics nodeselectors for componentsJeff Cantrill
2017-02-06Add openshift_excluder roleScott Dodson
- install -- installs excluders, which enables them too - exclude -- enables the excludes - unexclude -- disables the excludes - status -- sets facts based on status, included in main.yml - reset -- sets excluders back to original state based on recorded facts
2017-02-06Copies CloudFront pem file to registry hostsSteve Milner
This change copies the CloudFront private key to registry hosts when the provider is set to s3 and CloudFront baseurl, privatekey, and keyparid are all provided. It also adds the following variable examples in the host inventory files: - openshift_hosted_registry_storage_s3_cloudfront_baseurl - openshift_hosted_registry_storage_s3_cloudfront_privatekeyfile - openshift_hosted_registry_storage_s3_cloudfront_keypairid See https://bugzilla.redhat.com/show_bug.cgi?id=1395168
2017-02-06Merge pull request #3265 from sdodson/image-stream-syncScott Dodson
Update v1.4 content
2017-02-06Merge pull request #3262 from giuseppe/fix-latestScott Dodson
Support latest for containerized version
2017-02-06Bump registry to 3.4Scott Dodson
2017-02-06Sync latest image stream contentScott Dodson
2017-02-05Merge pull request #3249 from kwoodson/oc_labelKenny Woodson
Adding oc_label to lib_openshift.
2017-02-04Support latest for containerized versionGiuseppe Scrivano
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2017-02-03Merge pull request #3259 from sdodson/ruamel-yaml-depScott Dodson
Ensure python-ruamel-yaml is installed
2017-02-03Merge pull request #2671 from abutcher/cert-redeploy-restructureScott Dodson
Restructure certificate redeploy playbooks
2017-02-03Ensure python2-ruamel-yaml is installedScott Dodson
need to revisit this, currently python2-ruamel-yaml doesn't provide 'python-ruamel-yaml'. It probably should and that should be what we're installing.
2017-02-03openshift_logging link pull secret to serviceaccountsJeff Cantrill
fix unlabel when undeploying
2017-02-03Merge pull request #3258 from jcantrill/bz1414625_check_keytoolScott Dodson
fixes 1414625. Fix check of keytool in openshift_metrics role
2017-02-03fixes 1414625. Fix check of keytool in openshift_metrics roleJeff Cantrill
2017-02-02Doc enhancements.Kenny Woodson
2017-02-02Merge pull request #3239 from ewolinetz/logging_fix_immutable_spec_changesEric Wolinetz
Adding bool filter to when openshift_logging_use_ops evals and updati…
2017-02-02fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metricsJeff Cantrill
2017-02-02Change default docker log driver from json-file to journald.Andrew Butcher
2017-02-02Restructure certificate redeploy playbooksAndrew Butcher
2017-02-02Fixing linters.Kenny Woodson
2017-02-02Merge pull request #3242 from ingvagabund/create-node-upgrade-roleScott Dodson
Move current node upgrade tasks under openshift_node_upgrade role
2017-02-01Appease yamllintScott Dodson
2017-02-01Merge branch 'master' into logging_fix_immutable_spec_changesEric Wolinetz
2017-02-01Updating oc_apply to use command instead of shellewolinetz
2017-02-01Adding unit test. Fixed redudant calls to get.Kenny Woodson
2017-02-01Fixing doc and generating new label with updated base.Kenny Woodson