| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-05-11 | Make class attribute name shorter | Rodolfo Carvalho | |
| 2017-05-11 | Add module docstring | Rodolfo Carvalho | |
| 2017-05-10 | Update check | Rodolfo Carvalho | |
| 2017-05-10 | int -> float | Rodolfo Carvalho | |
| We don't need to convert to int and then to float. Read it as float from the start. | |||
| 2017-05-10 | Remove vim line | Rodolfo Carvalho | |
| It has been agreed that we don't use it any longer. | |||
| 2017-05-09 | add etcd volume check | juanvallejo | |
| 2017-04-19 | Merge pull request #3797 from mwoodson/contiv_empty_dir | Scott Dodson | |
| added a empty file to the contiv empty dir. This allows contiv to be vendored in git | |||
| 2017-04-19 | Automatic commit of package [openshift-ansible] release [3.6.29-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-18 | Merge pull request #3948 from mtnbikenc/metrics-fix | Scott Dodson | |
| Create openshift-metrics entrypoint playbook | |||
| 2017-04-18 | Automatic commit of package [openshift-ansible] release [3.6.28-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-18 | Create openshift-metrics entrypoint playbook | Russell Teague | |
| 2017-04-18 | Merge pull request #3947 from mtnbikenc/upgrade-v3_6 | Scott Dodson | |
| Minor v3.6 upgrade docs fixes | |||
| 2017-04-18 | Minor v3.6 upgrade docs fixes | Russell Teague | |
| 2017-04-18 | Automatic commit of package [openshift-ansible] release [3.6.27-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-18 | Merge pull request #3890 from jlebon/redhat-ci | Scott Dodson | |
| repo: start testing PRs on Fedora Atomic Host | |||
| 2017-04-18 | Automatic commit of package [openshift-ansible] release [3.6.26-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-17 | Merge pull request #3937 from mtnbikenc/fix-openshift-node-upgrade | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-17 | Merge pull request #3793 from jarrpa/glusterfs-registry | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-17 | Automatic commit of package [openshift-ansible] release [3.6.25-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-17 | Merge pull request #3926 from sdodson/fix-enterprise-prefixes | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-17 | Merge pull request #3920 from stevekuznetsov/skuznets/etcd-debug | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-17 | Correct role dependencies | Russell Teague | |
| 2017-04-14 | Automatic commit of package [openshift-ansible] release [3.6.24-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-13 | Merge pull request #3900 from mtnbikenc/refactor-network-manager | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-13 | Merge pull request #3884 from mtnbikenc/disable-swap | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-13 | Fix default image tag for enterprise | Scott Dodson | |
| We're just going to hardcode this for now until we can verify that a tag like v3.6 will always exist in the future | |||
| 2017-04-13 | Merge pull request #3924 from sosiouxme/20170413-pin-all-tox-reqs | Scott Dodson | |
| tox tests: pin test requirement versions | |||
| 2017-04-13 | tox tests: pin test requirement versions | Luke Meyer | |
| Tests once again randomly broke due to a PyPi release. This makes req versions explicit so they only change deliberately. | |||
| 2017-04-13 | Merge pull request #3923 from sdodson/master | Scott Dodson | |
| This is no longer a widely encountered issue | |||
| 2017-04-13 | This is no longer a widely encountered issue | Scott Dodson | |
| 2017-04-13 | Merge pull request #3887 from rhcarvalho/pkg-version-only-master-or-node | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-13 | Cast etcd_debug to a boolean | Steve Kuznetsov | |
| In the current implementation, any user-provided string in the `etcd_debug` variable will be placed into `etcd.conf`. The YAML and Ansible boolean parsing is more generous than the Golang one, so valid YAML booleans like `no` will be invalid when passed to etcd. Casting to a boolean before casting to a string normalizes the field. Signed-off-by: Steve Kuznetsov <skuznets@redhat.com> | |||
| 2017-04-13 | Automatic commit of package [openshift-ansible] release [3.6.23-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-12 | Merge pull request #3895 from mtnbikenc/playbook-refactor | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-12 | Merge pull request #3866 from jpkrohling/JPK-SwitchMetricsToUseGeneratedCerts | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-12 | Standardize use of byo and common for network_manager.yml | Russell Teague | |
| 2017-04-12 | Disable swap space on nodes at install and upgrade | Russell Teague | |
| 2017-04-12 | Refactor initialize groups tasks | Russell Teague | |
| Two tasks for initializing group names for the byo playbooks was located in the common folder in the std_include.yml file. Byo dependencies should not be in the common folder. The two tasks have been removed from common/openshift-cluster/std_include.yml to a new file byo/openshift-cluster/initialize_groups.yml. All references where these tasks were included from either std_include.yml or other various files have been updated to use the byo initialize_groups.yml. The methodology implemented follows the pattern of having groups set up in byo then calling out to playbooks in common, which are common to all deployments. | |||
| 2017-04-12 | Merge pull request #3915 from sosiouxme/20170412-tox-nail-down-ansible | Scott Dodson | |
| tox tests: pin test requirement versions | |||
| 2017-04-12 | tox tests: pin test requirement versions | Luke Meyer | |
| Tests started failing once ansible 2.3 was released. It seems wise to pin the dependencies to particular versions until we make a conscious decision to change them (and have tested with them). | |||
| 2017-04-12 | repo: start testing PRs on Fedora Atomic Host | Jonathan Lebon | |
| This patch adds a YAML file to hook up the repo to redhat-ci: https://github.com/jlebon/redhat-ci It is much like Travis CI: a YAML file describes the testing environment as well as the tests themselves. However, it is more powerful than Travis CI in terms of what it can provision. (For example, in this patch, we're running two testsuites, each of them provisioning three nodes and one container). For more details on supported fields, see: https://github.com/jlebon/redhat-ci/blob/master/sample.redhat-ci.yml The tests we add here simply check that the installer runs successfully on Fedora Atomic Host and that the resulting cluster passes some basic conformance tests. We target both v1.5.0-rc.0 and v3.6.0-alpha.0. | |||
| 2017-04-12 | Merge pull request #3891 from mtnbikenc/refactor-docker | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-12 | Merge pull request #3799 from rhcarvalho/docs | Scott Dodson | |
| Documentation updates | |||
| 2017-04-12 | Merge pull request #3902 from sosiouxme/20170410-validate-deployment-type | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-12 | Merge pull request #3757 from ↵ | OpenShift Bot | |
| juanvallejo/jvallejo/skip-yum-update-check-on-fedora Merged by openshift-bot | |||
| 2017-04-12 | Automatic commit of package [openshift-ansible] release [3.6.22-1]. | Jenkins CD Merge Bot | |
| Created by command: /usr/bin/tito tag --accept-auto-changelog | |||
| 2017-04-12 | Merge pull request #3897 from kwoodson/upgrade_r_and_r | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-11 | Merge pull request #3899 from mtnbikenc/fix-common-refs | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-11 | Merge pull request #3892 from mtnbikenc/refactor-oo-option-facts | OpenShift Bot | |
| Merged by openshift-bot | |||
| 2017-04-11 | Merge pull request #3894 from kwoodson/compat_server_cert | OpenShift Bot | |
| Merged by openshift-bot | |||
