| 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 | 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 #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 | 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 | 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 | 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 | Playbook Consolidation - Redeploy Certificates | Russell Teague | |
| 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 | 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 | Update the doc text | Tomas Sedovic | |
| 2017-11-28 | Merge pull request #6269 from mgugino-upstream-stage/clock-depends | Michael Gugino | |
| Remove openshift_clock from meta depends | |||
| 2017-11-28 | Merge pull request #6268 from mgugino-upstream-stage/combine-dnsmasq-with-node | Michael Gugino | |
| Combine openshift_node and openshift_node_dnsmasq | |||
| 2017-11-28 | Merge pull request #6283 from mgugino-upstream-stage/schedulable | Michael Gugino | |
| remove schedulable from openshift_facts | |||
| 2017-11-28 | Merge pull request #6280 from mgugino-upstream-stage/cli_image | Scott Dodson | |
| Remove openshift.common.cli_image | |||
| 2017-11-28 | Use IP addresses for OpenStack nodes | Tomas Sedovic | |
| Unlike other cloud providers, OpenStack VMs are not able to resolve each other by their names. If you try to run the playbooks against nodes without a pre-created /etc/hosts or a DNS that provides the hostname/ip resolution, it will fail. By setting the `openshift_hostname` variable to each node's IP address, we're able to deploy a functional cluster without running a custom DNS. It is still possible to provide an external server with nsupdate keys and have it be populated, but that is no longer a hard requirement. | |||
| 2017-11-27 | remove schedulable from openshift_facts | Michael Gugino | |
| This commit removes schedulable from openshift_facts in favor of detecting whether or not a host is a master via inventory. | |||
| 2017-11-27 | Merge pull request #6240 from ↵ | Russell Teague | |
| mtnbikenc/include-deprecation-openshift-service-catalog Include Deprecation - openshift-service-catalog | |||
| 2017-11-27 | Correct usage of include_role | Russell Teague | |
| Switch to import_role for some required roles. | |||
| 2017-11-27 | Remove openshift.common.cli_image | Michael Gugino | |
| This commit removes openshift.common.cli_image in favor of openshift_cli_image. | |||
| 2017-11-27 | Combine openshift_node and openshift_node_dnsmasq | Michael Gugino | |
| This commit combines these two roles. This will prevent openshift_node_facts from running twice. | |||
| 2017-11-27 | Remove openshift_clock from meta depends | Michael Gugino | |
| This commit adds openshift_clock role to required plays instead of using meta_depends. | |||
| 2017-11-27 | Simplify is_master_system_container logic | Michael Gugino | |
| Simplify the variable is_master_system_container | |||
| 2017-11-27 | Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-container | Michael Gugino | |
| Remove is_openvswitch_system_container from facts | |||
| 2017-11-24 | Merge pull request #6134 from fraenkel/allow_false | Scott Dodson | |
| Allow openshift_install_examples to be false | |||
| 2017-11-24 | Merge pull request #6227 from adelton/issue-5517 | Scott Dodson | |
| Workaround the fact that package state=present with dnf fails for already installed but excluded packages. | |||
| 2017-11-22 | Allow openshift_install_examples to be false | Michael Fraenkel | |
| when using yaml or json, a false value is converted to true | |||
| 2017-11-22 | Merge pull request #6237 from mtnbikenc/remove-unused-tasks | Russell Teague | |
| Remove unused task files | |||
| 2017-11-22 | Merge pull request #6232 from mtnbikenc/include-deprecation-openshift-glusterfs | Russell Teague | |
| Include Deprecation - openshift-glusterfs | |||
| 2017-11-22 | Merge pull request #6233 from mtnbikenc/include-deprecation-openshift-management | Russell Teague | |
| Include Deprecation - openshift-management | |||
| 2017-11-22 | Merge pull request #6231 from mtnbikenc/include-deprecation-openshift-master | Russell Teague | |
| Include Deprecation - openshift-master | |||
| 2017-11-22 | Merge pull request #6234 from mtnbikenc/include-deprecation-openshift-node | Russell Teague | |
| Include Deprecation - openshift-node | |||
| 2017-11-22 | Include Deprecation - openshift-service-catalog | Russell Teague | |
| 2017-11-22 | Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalog | Russell Teague | |
| Playbook Consolidation - openshift-service-catalog | |||
| 2017-11-22 | Merge pull request #6236 from mtnbikenc/consolidate-openshift-provisioners | Russell Teague | |
| Playbook Consolidation - openshift-provisioners | |||
| 2017-11-22 | Remove unused task files | Russell Teague | |
| 2017-11-22 | Playbook Consolidation - openshift-provisioners | Russell Teague | |
