summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add excluder management to upgrade and config playbooksScott Dodson2017-02-066-0/+33
|
* Add openshift_excluder roleScott Dodson2017-02-068-0/+168
| | | | | | | | - 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
* Merge pull request #3265 from sdodson/image-stream-syncScott Dodson2017-02-0619-105/+2922
|\ | | | | Update v1.4 content
| * Bump registry to 3.4Scott Dodson2017-02-061-2/+2
| |
| * Sync latest image stream contentScott Dodson2017-02-0618-103/+2920
| |
* | Merge pull request #3266 from abutcher/bz1419026Scott Dodson2017-02-061-7/+8
|\ \ | | | | | | Bug 1419026 - openshift_master_certificates task failed when installing multiple masters env
| * | Remove legacy router/registry certs and client configs from synchronized ↵Andrew Butcher2017-02-061-7/+8
| | | | | | | | | | | | master certs.
* | | Merge pull request #3262 from giuseppe/fix-latestScott Dodson2017-02-061-1/+2
|\ \ \ | |/ / |/| | Support latest for containerized version
| * | Support latest for containerized versionGiuseppe Scrivano2017-02-041-1/+2
| | | | | | | | | | | | Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
* | | 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-034-4/+11
|\ \ \ | | | | | | | | Ensure python-ruamel-yaml is installed
| * | | Ensure python2-ruamel-yaml is installedScott Dodson2017-02-034-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | 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-0343-422/+1026
|\ \ \ \ | | | | | | | | | | Restructure certificate redeploy playbooks
| * | | | Restructure certificate redeploy playbooksAndrew Butcher2017-02-0243-422/+1026
| | | | |
* | | | | Merge pull request #3243 from ↵Scott Dodson2017-02-032-2/+55
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | ingvagabund/upgrade-node-part-of-masters-as-part-of-control-plane-upgrade Upgrade node part of masters as part of control plane upgrade
| * | | | run node upgrade if master is node as part of the control plan upgrade onlyJan Chaloupka2017-02-022-2/+55
| | | | |
* | | | | Merge pull request #3179 from jcantrill/logging_pull_secretScott Dodson2017-02-033-0/+30
|\ \ \ \ \ | | | | | | | | | | | | openshift_logging link pull secret to serviceaccounts
| * | | | | openshift_logging link pull secret to serviceaccountsJeff Cantrill2017-02-033-0/+30
| | |_|_|/ | |/| | | | | | | | | | | | | fix unlabel when undeploying
* | | | | Merge pull request #3255 from mtnbikenc/version-checkScott Dodson2017-02-031-4/+9
|\ \ \ \ \ | |/ / / / |/| | | | Add logic to verify patched version of Ansible
| * | | | Add logic to verify patched version of AnsibleRussell Teague2017-02-021-4/+9
| |/ / / | | | | | | | | | | | | | | | | A patched version of Ansible is being made available, which should not cause a failure on version checking.
* | | | 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-0210-28/+53
|\ \ \ \ | | | | | | | | | | Adding bool filter to when openshift_logging_use_ops evals and updati…
| * | | | Adding include_role to block to resolve when evalewolinetz2017-02-011-3/+4
| | | | |
| * | | | Merge branch 'master' into logging_fix_immutable_spec_changesEric Wolinetz2017-02-0122-54/+2521
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | 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-012-14/+15
| | | | | | | | | | | | | | | | | | | | 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
* | | | | Merge pull request #2681 from abutcher/journald-log-driverScott Dodson2017-02-023-3/+3
|\ \ \ \ \ | |_|_|/ / |/| | | | Bug 1388191 - Default docker log driver should be journald
| * | | | Change default docker log driver from json-file to journald.Andrew Butcher2017-02-023-3/+3
|/ / / /
* | | | Merge pull request #3242 from ingvagabund/create-node-upgrade-roleScott Dodson2017-02-0216-80/+531
|\ \ \ \ | |_|/ / |/| | | 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-0116-80/+530
| |/ /
* | | Merge pull request #3248 from abutcher/include-role-whenAndrew Butcher2017-02-011-4/+7
|\ \ \ | |_|/ |/| | Wrap openshift_hosted_logging include_role within a block.
| * | Wrap openshift_hosted_logging include_role within a block.Andrew Butcher2017-02-011-4/+7
|/ /
* | 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 #3241 from mtnbikenc/ansible-cfgTim Bielawa2017-02-012-7/+13
|\ \ \ | | | | | | | | Add default ansible.cfg file
| * | | Add default ansible.cfg fileRussell Teague2017-02-012-7/+13
| | |/ | |/| | | | | | | | | | By default the callback_plugins need to be run to ensure proper Ansible version
* | | Merge pull request #3246 from abutcher/boolaJason DeTiberus2017-02-011-1/+1
|\ \ \ | | | | | | | | Fix openshift_hosted_logging bool typo.
| * | | Fix openshift_hosted_logging bool typo.Andrew Butcher2017-02-011-1/+1
|/ / /