| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-12-06 | Merge pull request #6350 from mtnbikenc/fix-dup-import | Russell Teague | |
| Remove duplicate init import in network_manager.yml | |||
| 2017-12-05 | Merge pull request #6155 from abutcher/remove-pacemaker | Scott Dodson | |
| Remove all references to pacemaker (pcs, pcsd) and openshift.master.cluster_method. | |||
| 2017-12-05 | Remove all references to pacemaker (pcs, pcsd) and ↵ | Andrew Butcher | |
| openshift.master.cluster_method. With pacemaker removed there is no longer a need for openshift.master.cluster_method. We only have one option. | |||
| 2017-12-05 | Merge pull request #6154 from mtnbikenc/consolidate-openshift-logging | Scott Dodson | |
| Playbook Consolidation - openshift-logging | |||
| 2017-12-05 | Merge pull request #6306 from mgugino-upstream-stage/fix-hosted-vars | Scott Dodson | |
| Fix hosted vars | |||
| 2017-12-05 | Merge pull request #6357 from mgugino-upstream-stage/fix-container-reg-auth | Scott Dodson | |
| Fix oreg_auth_credentials_create register var | |||
| 2017-12-05 | Fix oreg_auth_credentials_create register var | Michael Gugino | |
| There is a variable collision for the *oreg_auth_credentials_create variables in openshift_master and openshift_node registry_create tasks. This commit ensures standard and alternative oreg auth credential placement tasks don't use the same register variable. Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=1520866 | |||
| 2017-12-05 | Merge pull request #6341 from bogdando/openstack_cleanup_static | Michael Gugino | |
| Cleanup unused openstack provider code | |||
| 2017-12-05 | Fix hosted vars | Michael Gugino | |
| Remove hosted vars from openshift_facts. The current pattern is causing a bunch of undesired sideffects. | |||
| 2017-12-05 | Merge pull request #6345 from bogdando/openstack_openshift_testing_repos | Scott Dodson | |
| Use openshift testing repos for openstack | |||
| 2017-12-05 | Remove duplicate init import in network_manager.yml | Russell Teague | |
| 2017-12-05 | Document testing repos for dev purposes | Bogdan Dobrelya | |
| Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | |||
| 2017-12-04 | Merge pull request #6297 from mgugino-upstream-stage/crt_role | Scott Dodson | |
| Implement container runtime role | |||
| 2017-12-04 | Merge pull request #6324 from mtnbikenc/consolidate-redeploy-certificates | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Playbook Consolidation - Redeploy Certificates This PR moves the certificate redeploy playbooks out of {byo,common}/openshift-cluster and into their respective component areas. - playbooks/openshift-etcd (redeploy-certificates.yml, redeploy-ca.yml) - playbooks/openshift-master (redeploy-certificates.yml, redeploy-openshift-ca.yml) - playbooks/openshift-node (redeploy-certificates.yml) - playbooks/openshift-hosted (redeploy-registry-certificates.yml, redeploy-router-certificates.yml) playbooks/byo/openshift-cluster/redeploy-certificates.yml was moved to playbooks/redeploy-certificates.yml Trello: https://trello.com/c/zCz6RIHM/578-2-playbook-consolidation-openshift-cluster-redeploy-certificates | |||
| 2017-12-04 | Merge pull request #6344 from elad661/management-configurable-retries | Scott Dodson | |
| Allow number of retries in openshift_management to be configurable | |||
| 2017-12-04 | Use openshift testing repos for openstack | Bogdan Dobrelya | |
| Use testing openshift repos to sidestep packaging issues for 3.6 clients being used in 3.7 deployments or something. Poke host requirements Centos 7.4 as 7.3 can't see that testing repo. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | |||
| 2017-12-04 | Allow number of retries in openshift_management to be configurable | Elad Alfassa | |
| 2017-12-04 | Bumping to 3.9 | Jenkins CD Merge Bot | |
| 2017-12-04 | Cleanup unused openstack provider code | Bogdan Dobrelya | |
| Remove references for bastion, ssh UI tunnek and static inventory. Update docs. Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com> | |||
| 2017-12-02 | Merge pull request #6321 from sdodson/v3_9 | Scott Dodson | |
| Add v3.9 support | |||
| 2017-12-01 | Adding 3.9 tito releaser | Jenkins CD Merge Bot | |
| 2017-12-01 | Merge pull request #6069 from kwoodson/upgrade_scale_groups | Scott Dodson | |
| Initial upgrade for scale groups. | |||
| 2017-12-01 | Implement container runtime role | Michael Gugino | |
| 2017-12-01 | Merge pull request #6277 from fabianvf/asb-idempotence-cpick | Scott Dodson | |
| Bug 1512793- Fix idempotence issues in ASB deploy | |||
| 2017-12-01 | Merge pull request #6170 from shawn-hurley/bug-1514417 | Scott Dodson | |
| Bug 1514417 - Adding correct advertise-client-urls | |||
| 2017-12-01 | Merge pull request #6325 from sosiouxme/20171201-glusterfs-bug | Scott Dodson | |
| storage_glusterfs: fix typo | |||
| 2017-12-01 | Merge pull request #6302 from sosiouxme/20170817-add-retries | Luke Meyer | |
| retry package operations | |||
| 2017-12-01 | Merge pull request #6326 from mtnbikenc/fix-glusterfs-checkpoint | Scott Dodson | |
| Fix glusterfs checkpoint info | |||
| 2017-12-01 | Fix glusterfs checkpoint info | Russell Teague | |
| 2017-12-01 | storage_glusterfs: fix typo | Luke Meyer | |
| 2017-12-01 | Playbook Consolidation - Redeploy Certificates | Russell Teague | |
| 2017-12-01 | Merge pull request #6205 from irozzo-1A/logging-become-master | Scott Dodson | |
| Do not escalate privileges in jks generation tasks | |||
| 2017-11-30 | retry package operations | Luke Meyer | |
| When a package install/update fails due to network blips or other spotty availability, retry it. If the failure is a real failure (e.g. package is really not there) it still fails after 3 tries (Ansible default). | |||
| 2017-11-30 | Add v3.9 support | Scott Dodson | |
| 2017-11-30 | Playbook Consolidation - openshift-logging | Russell Teague | |
| 2017-11-30 | Do not escalate privileges in jks generation tasks | irozzo | |
| 2017-11-30 | Merge pull request #6282 from mtnbikenc/fix-include_role | Scott Dodson | |
| Correct usage of include_role | |||
| 2017-11-30 | Merge pull request #6290 from tomassedovic/openstack-no-dns | Scott Dodson | |
| Use IP addresses for OpenStack nodes | |||
| 2017-11-29 | Initial upgrade for scale groups. | Kenny Woodson | |
| 2017-11-29 | Merge pull request #6307 from mgugino-upstream-stage/no-log-fix | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Fix no_log warnings for custom module We need to set no_log for password and private_key variables. | |||
| 2017-11-29 | Merge pull request #5723 from mjudeikis/gluster-registry-backend | Scott Dodson | |
| Add external glusterfs backend to hosted and glusterfs playbook | |||
| 2017-11-29 | Update the doc text | Tomas Sedovic | |
| 2017-11-28 | Fix no_log warnings for custom module | Michael Gugino | |
| We need to set no_log for password and private_key variables. | |||
| 2017-11-28 | Merge pull request #6301 from mgugino-upstream-stage/project_cfg_facts | OpenShift Merge Robot | |
| Automatic merge from submit-queue. Remove openshift_facts project_cfg_facts | |||
| 2017-11-28 | Merge pull request #6073 from mjudeikis/fix_glusterfs_restart | Scott Dodson | |
| fix for Gluster force restart | |||
| 2017-11-28 | Remove openshift_facts project_cfg_facts | Michael Gugino | |
| This simplifies some variable logic. | |||
| 2017-11-28 | Merge pull request #6299 from mgugino-upstream-stage/dns-facts | Michael Gugino | |
| Remove dns_port fact | |||
| 2017-11-28 | Remove dns_port fact | Michael Gugino | |
| Simply dns_port variable by remove from openshift_facts. | |||
| 2017-11-28 | Bug 1512793- Fix idempotence issues in ASB deploy | Fabian von Feilitzsch | |
| - Add support for annotations in oc_service - Use oc_service instead of oc_obj - Use oc_pvc instead of oc_obj - Work around lack of idempotency for oc_obj DeploymentConfig | |||
| 2017-11-28 | Merge pull request #6295 from mtnbikenc/remove-etcd-file | Russell Teague | |
| Remove unused task file from etcd role | |||
