summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-11Make class attribute name shorterRodolfo Carvalho
2017-05-11Add module docstringRodolfo Carvalho
2017-05-10Update checkRodolfo Carvalho
2017-05-10int -> floatRodolfo Carvalho
We don't need to convert to int and then to float. Read it as float from the start.
2017-05-10Remove vim lineRodolfo Carvalho
It has been agreed that we don't use it any longer.
2017-05-09add etcd volume checkjuanvallejo
2017-04-19Merge pull request #3797 from mwoodson/contiv_empty_dirScott Dodson
added a empty file to the contiv empty dir. This allows contiv to be vendored in git
2017-04-19Automatic 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-18Merge pull request #3948 from mtnbikenc/metrics-fixScott Dodson
Create openshift-metrics entrypoint playbook
2017-04-18Automatic 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-18Create openshift-metrics entrypoint playbookRussell Teague
2017-04-18Merge pull request #3947 from mtnbikenc/upgrade-v3_6Scott Dodson
Minor v3.6 upgrade docs fixes
2017-04-18Minor v3.6 upgrade docs fixesRussell Teague
2017-04-18Automatic 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-18Merge pull request #3890 from jlebon/redhat-ciScott Dodson
repo: start testing PRs on Fedora Atomic Host
2017-04-18Automatic 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-17Merge pull request #3937 from mtnbikenc/fix-openshift-node-upgradeOpenShift Bot
Merged by openshift-bot
2017-04-17Merge pull request #3793 from jarrpa/glusterfs-registryOpenShift Bot
Merged by openshift-bot
2017-04-17Automatic 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-17Merge pull request #3926 from sdodson/fix-enterprise-prefixesOpenShift Bot
Merged by openshift-bot
2017-04-17Merge pull request #3920 from stevekuznetsov/skuznets/etcd-debugOpenShift Bot
Merged by openshift-bot
2017-04-17Correct role dependenciesRussell Teague
2017-04-14Automatic 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-13Merge pull request #3900 from mtnbikenc/refactor-network-managerOpenShift Bot
Merged by openshift-bot
2017-04-13Merge pull request #3884 from mtnbikenc/disable-swapOpenShift Bot
Merged by openshift-bot
2017-04-13Fix default image tag for enterpriseScott 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-13Merge pull request #3924 from sosiouxme/20170413-pin-all-tox-reqsScott Dodson
tox tests: pin test requirement versions
2017-04-13tox tests: pin test requirement versionsLuke Meyer
Tests once again randomly broke due to a PyPi release. This makes req versions explicit so they only change deliberately.
2017-04-13Merge pull request #3923 from sdodson/masterScott Dodson
This is no longer a widely encountered issue
2017-04-13This is no longer a widely encountered issueScott Dodson
2017-04-13Merge pull request #3887 from rhcarvalho/pkg-version-only-master-or-nodeOpenShift Bot
Merged by openshift-bot
2017-04-13Cast etcd_debug to a booleanSteve 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-13Automatic 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-12Merge pull request #3895 from mtnbikenc/playbook-refactorOpenShift Bot
Merged by openshift-bot
2017-04-12Merge pull request #3866 from jpkrohling/JPK-SwitchMetricsToUseGeneratedCertsOpenShift Bot
Merged by openshift-bot
2017-04-12Standardize use of byo and common for network_manager.ymlRussell Teague
2017-04-12Disable swap space on nodes at install and upgradeRussell Teague
2017-04-12Refactor initialize groups tasksRussell 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-12Merge pull request #3915 from sosiouxme/20170412-tox-nail-down-ansibleScott Dodson
tox tests: pin test requirement versions
2017-04-12tox tests: pin test requirement versionsLuke 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-12repo: start testing PRs on Fedora Atomic HostJonathan 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-12Merge pull request #3891 from mtnbikenc/refactor-dockerOpenShift Bot
Merged by openshift-bot
2017-04-12Merge pull request #3799 from rhcarvalho/docsScott Dodson
Documentation updates
2017-04-12Merge pull request #3902 from sosiouxme/20170410-validate-deployment-typeOpenShift Bot
Merged by openshift-bot
2017-04-12Merge pull request #3757 from ↵OpenShift Bot
juanvallejo/jvallejo/skip-yum-update-check-on-fedora Merged by openshift-bot
2017-04-12Automatic 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-12Merge pull request #3897 from kwoodson/upgrade_r_and_rOpenShift Bot
Merged by openshift-bot
2017-04-11Merge pull request #3899 from mtnbikenc/fix-common-refsOpenShift Bot
Merged by openshift-bot
2017-04-11Merge pull request #3892 from mtnbikenc/refactor-oo-option-factsOpenShift Bot
Merged by openshift-bot
2017-04-11Merge pull request #3894 from kwoodson/compat_server_certOpenShift Bot
Merged by openshift-bot