| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-10 | Merge pull request #2781 from rhcarvalho/travis | Scott Dodson | |
| Add Travis integration | |||
| 2016-11-10 | Add Travis integration | Rodolfo Carvalho | |
| We can run simple tests in every PR, while triggering our internal CI tests on manually selected PRs. This is a bit better than the all-or-nothing we have today. Running `make ci` in Travis is the same as the Jenkins 'default' job. | |||
| 2016-11-10 | Merge pull request #2784 from abutcher/upgrade-embedded-etcd | Scott Dodson | |
| Bug 1393663 - Failed to upgrade v3.2 to v3.3 | |||
| 2016-11-10 | Default groups.oo_etcd_to_config when setting embedded_etcd in control plane ↵ | Andrew Butcher | |
| upgrade. | |||
| 2016-11-09 | Merge pull request #2766 from andrewklau/master | Scott Dodson | |
| Re-sync v1.4 image streams | |||
| 2016-11-09 | Merge pull request #2776 from sdodson/BZ1390160 | Scott Dodson | |
| Fix typos in openshift_facts gce cloud provider | |||
| 2016-11-09 | Fix typos in openshift_facts gce cloud provider | Scott Dodson | |
| Fixes Bug 1390160 Fixes BZ1390160 | |||
| 2016-11-09 | Merge pull request #2773 from sdodson/BZ1393187 | Scott Dodson | |
| Don't upgrade etcd on backup operations | |||
| 2016-11-09 | Merge pull request #2772 from sdodson/master | Scott Dodson | |
| Bump ansible requirement to 2.2.0.0-1 (GA) | |||
| 2016-11-09 | Don't upgrade etcd on backup operations | Scott Dodson | |
| Fixes Bug 1393187 Fixes BZ1393187 | |||
| 2016-11-09 | Bump ansible requirement to 2.2.0.0-1 (GA) | Scott Dodson | |
| 2016-11-09 | Merge pull request #2730 from dgoodwin/fix-ha-etcd-backup | Scott Dodson | |
| Fix HA etcd upgrade when facts cache has been deleted. | |||
| 2016-11-09 | Fix etcd backup failure due to corrupted facts. | Devan Goodwin | |
| Simplest way to reproduce this issue is to attempt to upgrade having removed /etc/ansible/facts.d/openshift.fact. Actual cause in the field is not entirely known but critically it is possible for embedded_etcd to default to true, causing the etcd fact lookup to check the wrong file and fail silently, resulting in no etcd_data_dir fact being set. | |||
| 2016-11-09 | Re-sync v1.4 image streams | Andrew Lau | |
| 2016-11-08 | Merge pull request #2764 from openshift/revert-2751-BZ1388253 | Scott Dodson | |
| Revert "Revert openshift.node.nodename changes" | |||
| 2016-11-08 | Revert "Revert openshift.node.nodename changes" | Scott Dodson | |
| 2016-11-08 | Merge pull request #2762 from rhcarvalho/readme-nits | Scott Dodson | |
| README: fix markdown formatting | |||
| 2016-11-08 | README: fix markdown formatting | Rodolfo Carvalho | |
| The old format doesn't render correctly in GitHub. | |||
| 2016-11-08 | Merge pull request #2727 from rhcarvalho/contributing | Scott Dodson | |
| Contribution guide | |||
| 2016-11-08 | Merge pull request #2753 from jkhelil/proxy_settings | Scott Dodson | |
| Always add local dns domain to no_proxy | |||
| 2016-11-08 | Merge pull request #2729 from tbielawa/BZ1390064 | Scott Dodson | |
| Bug 1390064 - [quick install] a complete installed cluster was reported as a mix of installed and uninstalled env | |||
| 2016-11-08 | Create contribution guide | Rodolfo Carvalho | |
| 2016-11-08 | Merge pull request #2751 from sdodson/BZ1388253 | Scott Dodson | |
| Revert openshift.node.nodename changes | |||
| 2016-11-08 | Merge pull request #2754 from jprovaznik/flannel_prefix | Scott Dodson | |
| FIx flannel var name | |||
| 2016-11-08 | Merge pull request #2757 from dgoodwin/oom-upgrade-symlink-master | Scott Dodson | |
| Add missing symlink for node openvswitch oom fix. | |||
| 2016-11-08 | Merge pull request #2759 from sdodson/flannel-containerized | Scott Dodson | |
| Install flannel RPM on containerized but not atomic | |||
| 2016-11-08 | Merge pull request #2752 from sdodson/cluster-cidr-refactor | Scott Dodson | |
| Refactor default sdn_cluster_network_cidr and sdn_host_subnet_length | |||
| 2016-11-08 | Remove README_AEP.md | Rodolfo Carvalho | |
| Not supported in this repo now. | |||
| 2016-11-08 | Install flannel RPM on containerized but not atomic | Scott Dodson | |
| 2016-11-08 | README: move structure overview to the top | Rodolfo Carvalho | |
| It now appears in its own section, serving as a quick way to understand what is in the repository. | |||
| 2016-11-08 | README: cleanup setup steps | Rodolfo Carvalho | |
| 2016-11-08 | README: remove OSX setup requirements | Rodolfo Carvalho | |
| OSX is not officially supported. | |||
| 2016-11-08 | Add missing symlink for node openvswitch oom fix. | Devan Goodwin | |
| 2016-11-08 | README: improve first paragraph | Rodolfo Carvalho | |
| - Explain this repository can be used to install, upgrade and manage OpenShift clusters. - Move note about docker RPM to its own paragraph; link to issue. | |||
| 2016-11-08 | README: add links, fix typos | Rodolfo Carvalho | |
| - Add links to improve experience of people understanding how the pieces fit together - s/ie/e.g./ - s/of // | |||
| 2016-11-08 | README: improve markdown formatting | Rodolfo Carvalho | |
| 2016-11-08 | Make it easier to run Python tests | Rodolfo Carvalho | |
| Before one need to run: nosetests test/ utils/ Now: nosetests | |||
| 2016-11-08 | FIx flannel var name | Jan Provaznik | |
| should be FLANNEL_ETCD_PREFIX Related to: #2635 | |||
| 2016-11-08 | Always add local dns domain to no_proxy | jawed | |
| 2016-11-07 | Refactor default sdn_cluster_network_cidr and sdn_host_subnet_length | Scott Dodson | |
| Inventory values highest priority, then anything in master-config.yaml, then defaults last. | |||
| 2016-11-07 | Revert "Fix the nodeName of the OpenShift nodes on OpenStack" | Scott Dodson | |
| This reverts commit aaaf82ba6032d0b1e9c36a39a7eda25b8c5f4b84. | |||
| 2016-11-07 | Revert "Fix OpenStack cloud provider" | Scott Dodson | |
| This reverts commit 1f2276fff1e41c1d9440ee8b589042ee249b95d7. | |||
| 2016-11-07 | Revert "Check that OpenStack hostnames are resolvable" | Scott Dodson | |
| This reverts commit 3cc2d6b019fa8a05ba480a7425cd654aa051355f. | |||
| 2016-11-07 | Merge pull request #2652 from smunilla/BZ1320952_default_for_clusterNetworkCIDR | Scott Dodson | |
| Update defaults for clusterNetworkCIDR & hostSubnetLength | |||
| 2016-11-07 | Merge pull request #2749 from sallyom/give_AWS_creds_no_log | Andrew Butcher | |
| set AWS creds task with no_logs | |||
| 2016-11-07 | Merge pull request #2735 from rhcarvalho/deadcode | Scott Dodson | |
| Remove some dead code | |||
| 2016-11-07 | set AWS creds task with no_logs | Sally O'Malley | |
| 2016-11-07 | Merge pull request #2696 from tbielawa/more_unit_tests | Scott Dodson | |
| Add some tests for utils to get the coverage up | |||
| 2016-11-07 | Merge pull request #2732 from dougbtv/openstack_shade_fix | Scott Dodson | |
| [openstack] updates documentation to show that you need to install shade | |||
| 2016-11-07 | Merge pull request #2739 from harobed/issue_2717 | Scott Dodson | |
| Remove unused playbooks adhoc metrics_setup files #2717 | |||
