summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-02Merge pull request #2681 from abutcher/journald-log-driverScott Dodson
Bug 1388191 - Default docker log driver should be journald
2017-02-02Change default docker log driver from json-file to journald.Andrew Butcher
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-01Adding include_role to block to resolve when evalewolinetz
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-01Merge pull request #3248 from abutcher/include-role-whenAndrew Butcher
Wrap openshift_hosted_logging include_role within a block.
2017-02-01Wrap openshift_hosted_logging include_role within a block.Andrew Butcher
2017-02-01Merge pull request #3224 from kwoodson/oc_serviceKenny Woodson
Adding oc_service to lib_openshift.
2017-02-01Fixing copy pasta comments. Fixed required in docs.Kenny Woodson
2017-02-01Merge pull request #3241 from mtnbikenc/ansible-cfgTim Bielawa
Add default ansible.cfg file
2017-02-01Merge pull request #3246 from abutcher/boolaJason DeTiberus
Fix openshift_hosted_logging bool typo.
2017-02-01Fix openshift_hosted_logging bool typo.Andrew Butcher
2017-02-01Updating oc_apply changed_when conditions, fixing filter usage for ↵ewolinetz
openshift_hosted_logging playbook
2017-02-01Add default ansible.cfg fileRussell Teague
By default the callback_plugins need to be run to ensure proper Ansible version
2017-02-01Merge pull request #3031 from jkhelil/sync_etcd_ca_certsAndrew Butcher
Sync etcd ca certs from etcd_ca_host to other etcd hosts
2017-02-01Move current node upgrade tasks under openshift_node_upgrade roleJan Chaloupka
2017-02-01Merge pull request #3240 from dgoodwin/ssh-host-restartScott Dodson
Fix host when waiting for a master system restart.
2017-02-01Fix host when waiting for a master system restart.Devan Goodwin
Discovered situations where the inventory hostname may not be resolvable with operations. Switching to the ssh host (an IP) should always be correct.
2017-01-31Adding bool filter to when openshift_logging_use_ops evals and updating ↵ewolinetz
oc_apply to handle trying to update immutable fields
2017-01-31Automatic commit of package [openshift-ansible] release [3.5.3-1].Scott Dodson
2017-01-31Merge pull request #3237 from ewolinetz/logging_fix_fluentd_ops_hostEric Wolinetz
Adding bool filter to ensure that we correctly set ops host for fluentd
2017-01-31Adding bool filter to ensure that we correctly set ops host for fluentdewolinetz
2017-01-31Merge pull request #3229 from abutcher/node-cert-nodenameScott Dodson
Use short instance name as hostname by default in GCE environments
2017-01-31Fixing for tox tests. (flake8|pylint)Kenny Woodson
2017-01-31Adding unit test for oc_service. Added environment fix for non-standard oc ↵Kenny Woodson
installs.
2017-01-31Adding integration tests.Kenny Woodson
2017-01-31Adding oc_service to lib_openshift.Kenny Woodson
2017-01-31Merge pull request #3232 from sdodson/ovs-upgradeScott Dodson
During node upgrade upgrade openvswitch rpms
2017-01-31Set default GCE hostname to shost instance name.Andrew Butcher
2017-01-31Merge pull request #3231 from mtnbikenc/ansible-versionTim Bielawa
Fail on Ansible version 2.2.1.0
2017-01-31Merge pull request #3217 from twiest/repoqueryThomas Wiest
Added repoquery to lib_utils.
2017-01-31Fail on Ansible version 2.2.1.0Russell Teague
Due to issues with Ansible 2.2.1.0, the version verification has been updated to fail when attempting to use that version.
2017-01-31During node upgrade upgrade openvswitch rpmsScott Dodson
Containerized upgrades of openvswitch are already handled by updating the container images and pulling them again.
2017-01-31Merge pull request #3230 from tbielawa/HTPASSWD_AUTHJason DeTiberus
HTPASSWD_AUTH
2017-01-31HTPASSWD_AUTHTim Bielawa
2017-01-31Added repoquery to lib_utils.Thomas Wiest
2017-01-31Merge pull request #3194 from mtnbikenc/upgrade-3_5-forkRussell Teague
Create v3_5 upgrade playbooks
2017-01-30Merge pull request #3225 from smarterclayton/fix_gceScott Dodson
GCE deployment fails due to invalid lookup
2017-01-30Create v3_5 upgrade playbooksRussell Teague
2017-01-30GCE deployment fails due to invalid lookupClayton Coleman
Data is only available under ['instance'] and split was in the wrong order. This deploys against GCE for me.
2017-01-30Merge pull request #3222 from ewolinetz/fix_yamllint_loggingScott Dodson
Resolving yamllint issues from logging playbooks
2017-01-30Resolving yamllint issues from logging playbooksewolinetz
2017-01-30Merge pull request #3214 from ewolinetz/logging_configure_loggingpublicurlScott Dodson
Updating openshift_logging role to add kibana public url to loggingPu…
2017-01-30Merge pull request #3218 from twiest/oc_serviceaccountThomas Wiest
Added oc_serviceaccount to lib_openshift.