summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-09bug 1420538. Allow users to set supplementalGroup for CassandraJeff Cantrill
2017-02-09Merge pull request #3312 from abutcher/embedded-etcd-bundleAndrew Butcher
Ensure embedded etcd config points to CA bundle.
2017-02-09Merge pull request #3298 from abutcher/infinite-initAndrew Butcher
Bug 1419843 - Installation with ansible-2.2.1.0-2 may fail when set_fact for openshift_master
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-08Reference class instead of self.__class__ within super constructor to avoid ↵Andrew Butcher
calling self forever.
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-08Merge pull request #3290 from kwoodson/tmp_admin_kubeconfigScott Dodson
Added tmpfile for kubeconfig. Fixed tests.
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-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-07[openshift_ca] Reference client binary from openshift_ca_host.Andrew Butcher
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.