summaryrefslogtreecommitdiffstats
path: root/roles
Commit message (Collapse)AuthorAgeFilesLines
* Copies CloudFront pem file to registry hostsSteve Milner2017-02-061-0/+21
| | | | | | | | | | | | | 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
* Merge pull request #3249 from kwoodson/oc_labelKenny Woodson2017-02-058-0/+2535
|\ | | | | Adding oc_label to lib_openshift.
| * Doc enhancements.Kenny Woodson2017-02-024-10/+69
| |
| * Fixing linters.Kenny Woodson2017-02-026-97/+17
| |
| * Adding unit test. Fixed redudant calls to get.Kenny Woodson2017-02-014-55/+245
| |
| * Fixing doc and generating new label with updated base.Kenny Woodson2017-02-013-41/+63
| |
| * oc_label ansible moduleJoel Diaz2017-02-017-0/+2344
| | | | | | | | used for adding/removing labels on various OpenShift objects
* | Merge pull request #3259 from sdodson/ruamel-yaml-depScott Dodson2017-02-033-4/+10
|\ \ | | | | | | Ensure python-ruamel-yaml is installed
| * | Ensure python2-ruamel-yaml is installedScott Dodson2017-02-033-4/+10
| | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #2671 from abutcher/cert-redeploy-restructureScott Dodson2017-02-037-20/+59
|\ \ \ | |/ / |/| | Restructure certificate redeploy playbooks
| * | Restructure certificate redeploy playbooksAndrew Butcher2017-02-027-20/+59
| |/
* | openshift_logging link pull secret to serviceaccountsJeff Cantrill2017-02-033-0/+30
| | | | | | | | fix unlabel when undeploying
* | Merge pull request #3258 from jcantrill/bz1414625_check_keytoolScott Dodson2017-02-031-1/+1
|\ \ | | | | | | fixes 1414625. Fix check of keytool in openshift_metrics role
| * | fixes 1414625. Fix check of keytool in openshift_metrics roleJeff Cantrill2017-02-031-1/+1
| | |
* | | Merge pull request #3239 from ewolinetz/logging_fix_immutable_spec_changesEric Wolinetz2017-02-028-25/+48
|\ \ \ | | | | | | | | Adding bool filter to when openshift_logging_use_ops evals and updati…
| * \ \ Merge branch 'master' into logging_fix_immutable_spec_changesEric Wolinetz2017-02-0118-42/+2498
| |\ \ \ | | | |/ | | |/|
| * | | Updating oc_apply to use command instead of shellewolinetz2017-02-011-5/+7
| | | |
| * | | Updating oc_apply changed_when conditions, fixing filter usage for ↵ewolinetz2017-02-011-13/+14
| | | | | | | | | | | | | | | | openshift_hosted_logging playbook
| * | | Adding bool filter to when openshift_logging_use_ops evals and updating ↵ewolinetz2017-01-318-19/+39
| | | | | | | | | | | | | | | | oc_apply to handle trying to update immutable fields
* | | | Change default docker log driver from json-file to journald.Andrew Butcher2017-02-021-1/+1
| |_|/ |/| |
* | | Merge pull request #3242 from ingvagabund/create-node-upgrade-roleScott Dodson2017-02-0215-0/+524
|\ \ \ | |_|/ |/| | Move current node upgrade tasks under openshift_node_upgrade role
| * | Appease yamllintScott Dodson2017-02-012-2/+3
| | |
| * | Move current node upgrade tasks under openshift_node_upgrade roleJan Chaloupka2017-02-0115-0/+523
| |/
* | Merge pull request #3224 from kwoodson/oc_serviceKenny Woodson2017-02-0117-42/+2466
|\ \ | | | | | | Adding oc_service to lib_openshift.
| * | Fixing copy pasta comments. Fixed required in docs.Kenny Woodson2017-02-014-16/+18
| | |
| * | Fixing for tox tests. (flake8|pylint)Kenny Woodson2017-01-314-1/+5
| | |
| * | Adding unit test for oc_service. Added environment fix for non-standard oc ↵Kenny Woodson2017-01-3113-135/+377
| | | | | | | | | | | | installs.
| * | Adding integration tests.Kenny Woodson2017-01-311-58/+96
| | |
| * | Adding oc_service to lib_openshift.Kenny Woodson2017-01-317-15/+2153
| | |
* | | Merge pull request #3031 from jkhelil/sync_etcd_ca_certsAndrew Butcher2017-02-011-0/+32
|\ \ \ | |_|/ |/| | Sync etcd ca certs from etcd_ca_host to other etcd hosts
| * | Sync etcd ca certs from etcd_ca_host to other etcd hostsjawed2017-01-271-0/+32
| | |
* | | Merge pull request #3237 from ewolinetz/logging_fix_fluentd_ops_hostEric Wolinetz2017-01-311-2/+2
|\ \ \ | | | | | | | | Adding bool filter to ensure that we correctly set ops host for fluentd
| * | | Adding bool filter to ensure that we correctly set ops host for fluentdewolinetz2017-01-311-2/+2
| | | |
* | | | Merge pull request #3229 from abutcher/node-cert-nodenameScott Dodson2017-01-311-3/+3
|\ \ \ \ | |_|_|/ |/| | | Use short instance name as hostname by default in GCE environments
| * | | Set default GCE hostname to shost instance name.Andrew Butcher2017-01-311-3/+3
| | | |
* | | | Added repoquery to lib_utils.Thomas Wiest2017-01-3113-21/+1431
|/ / /
* | | Merge pull request #3194 from mtnbikenc/upgrade-3_5-forkRussell Teague2017-01-315-50/+143
|\ \ \ | | | | | | | | Create v3_5 upgrade playbooks
| * | | Create v3_5 upgrade playbooksRussell Teague2017-01-305-50/+143
| | | |
* | | | GCE deployment fails due to invalid lookupClayton Coleman2017-01-301-1/+1
| |/ / |/| | | | | | | | | | | Data is only available under ['instance'] and split was in the wrong order. This deploys against GCE for me.
* | | Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurlScott Dodson2017-01-309-0/+34
|\ \ \ | |/ / |/| | Updating openshift_logging role to add kibana public url to loggingPu…
| * | Updating openshift_hosted_logging to update master-configs with publicLoggingURLewolinetz2017-01-302-6/+8
| | |
| * | Breaking out master-config changing and updated playbook to apply change to ↵ewolinetz2017-01-302-6/+8
| | | | | | | | | | | | other masters
| * | ensuring ruamel.yaml is on target for oc_scaleewolinetz2017-01-271-0/+4
| | |
| * | Updating to correctly pull handler for openshift_logging. Adding logic to ↵ewolinetz2017-01-275-0/+19
| | | | | | | | | | | | openshift_hosted_logging too
| * | Updating openshift_logging role to add kibana public url to loggingPublicURL ↵ewolinetz2017-01-271-0/+7
| | | | | | | | | | | | in master-config
* | | Merge pull request #3218 from twiest/oc_serviceaccountThomas Wiest2017-01-3016-64/+2280
|\ \ \ | | | | | | | | Added oc_serviceaccount to lib_openshift.
| * | | Added oc_serviceaccount to lib_openshift.Thomas Wiest2017-01-3016-64/+2280
| | | |
* | | | Merge pull request #3219 from jcantrill/fix_logging_neg_strideEric Wolinetz2017-01-301-4/+4
|\ \ \ \ | |/ / / |/| | | fix negative stride encountered from openshift_logging
| * | | fix negative stride encountered from openshift_loggingJeff Cantrill2017-01-301-4/+4
| | | |
* | | | Merge pull request #3197 from kwoodson/manage_nodeKenny Woodson2017-01-3014-7/+2063
|\ \ \ \ | | | | | | | | | | Adding oadm_manage_node lib_openshift.