summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-08Merge pull request #3290 from kwoodson/tmp_admin_kubeconfigScott Dodson
Added tmpfile for kubeconfig. Fixed tests.
2017-02-08Added temporary kubeconfig file. Fixed tests to coincide with tmpfile.Kenny Woodson
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-08Merge pull request #3286 from twiest/fix_openshift_modules_temp_filesKenny Woodson
Changed lib_openshift to use real temporary files.
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-07Merge pull request #3282 from kwoodson/specify_wait_portKenny Woodson
Specify a port for wait_for call on master upgrade.
2017-02-07Moving to ansible variable.Kenny Woodson
2017-02-07Specifying port for wait_for call.Kenny Woodson
2017-02-07Merge pull request #3275 from sdodson/bz1419893Scott Dodson
Fix playbooks/byo/openshift_facts.yml include path
2017-02-07Merge pull request #3260 from ashcrow/1395168Andrew Butcher
Copies CloudFront pem file to registry hosts
2017-02-07Fix playbooks/byo/openshift_facts.yml include pathScott Dodson
Fixes Bug 1419893
2017-02-07Merge pull request #3273 from rhcarvalho/missing-rolesScott Dodson
Add missing symlink to roles
2017-02-07Add missing symlink to rolesRodolfo Carvalho
It turned out that the playbook `playbooks/byo/openshift-preflight/check.yml` would only work under a certain `ansible.cfg` in which `roles/` was added to `roles_path`. It was the case with the example config prior to b804e70cdd0bc8601bfc87fcf3e34043223828ee.
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 #3254 from dgoodwin/skip-router-registry-hackScott Dodson
Temporary hack to skip router/registry upgrade.
2017-02-06Merge pull request #3271 from jcantrill/metrics_node_selectorsScott Dodson
fix 1406057. Allow openshift_metrics nodeselectors for components
2017-02-06Merge pull request #3272 from abutcher/router-certsScott Dodson
Use service annotations to redeploy router service serving cert signer cert
2017-02-06fix 1406057. Allow openshift_metrics nodeselectors for componentsJeff Cantrill
2017-02-06Use service annotations to redeploy router service serving cert signer cert.Andrew Butcher
2017-02-06Move excluder disablement into control plane and node upgrade playbooksScott Dodson
So that excluder is disabled and reset within the scope of each of those in addition to the overall playbook
2017-02-06Add excluder management to upgrade and config playbooksScott Dodson
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-06Merge pull request #3270 from tbielawa/fix_rhel_sub_pathScott Dodson
Fix RHEL Subscribe std_include path
2017-02-06Fix RHEL Subscribe std_include pathTim Bielawa
Closes #3268
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 #3266 from abutcher/bz1419026Scott Dodson
Bug 1419026 - openshift_master_certificates task failed when installing multiple masters env
2017-02-06Merge pull request #3262 from giuseppe/fix-latestScott Dodson
Support latest for containerized version
2017-02-06Remove legacy router/registry certs and client configs from synchronized ↵Andrew Butcher
master certs.
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-03Merge pull request #3243 from ↵Scott Dodson
ingvagabund/upgrade-node-part-of-masters-as-part-of-control-plane-upgrade Upgrade node part of masters as part of control plane upgrade
2017-02-03Merge pull request #3179 from jcantrill/logging_pull_secretScott Dodson
openshift_logging link pull secret to serviceaccounts
2017-02-03Merge pull request #3255 from mtnbikenc/version-checkScott Dodson
Add logic to verify patched version of Ansible
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…