summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-21Merge pull request #3943 from sdodson/fix-node-upgrade-masterJan Chaloupka
Stop all services prior to upgrading, start all services after
2017-04-20Automatic commit of package [openshift-ansible] release [3.6.30-1].Jenkins CD Merge Bot
Created by command: /usr/bin/tito tag --accept-auto-changelog
2017-04-20Merge pull request #3919 from rhcarvalho/fix-action-plugin-test-ansible2.3Rodolfo Carvalho
Fix instantiation of action plugin test to support Ansible 2.3
2017-04-20Merge pull request #3518 from juanvallejo/jvallejo/ram_disk_space_checkerRodolfo Carvalho
add ram and non-containerized storage preflight check
2017-04-19Merge pull request #3938 from mtnbikenc/syntax-checkOpenShift Bot
Merged by openshift-bot
2017-04-19Merge pull request #3733 from lukas-vlcek/es_readiness_probeOpenShift Bot
Merged by openshift-bot
2017-04-19Merge pull request #3955 from Fale/fix_etcd_pathsOpenShift Bot
Merged by openshift-bot
2017-04-19Merge pull request #3949 from ↵OpenShift Bot
sosiouxme/20170418-improve-openshift-version-msging Merged by openshift-bot
2017-04-19Add Ansible syntax checks to toxRussell Teague
2017-04-19Merge pull request #3936 from mtnbikenc/fix-ca-pathsRussell Teague
BZ 1442942: Fix paths for file includes
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-19Add /etc/sysconfig/etcd to etcd_containerFabio Alessandro Locati
The `/etc/sysconfig/etcd` file is often used to allow the usage of additional variables passed to the etcd daemon. Example of this is to make some new nodes join an existing cluster. Having two files simplify the automation around it, since in the `/etc/sysconfig/etcd` is possible to put temporary variables and then nuke the file as soon as they are not used anymore.
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-18openshift_version: improve messagingLuke Meyer
This role often provides the first failure messages when users' inventory parameters are not going to work out. So, make sure the task names and messages are informative to someone who may not have very much context for what this role does.
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-18Stop all services prior to upgrading, start all services afterScott Dodson
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-17Simplify memory availability check, review testsRodolfo Carvalho
- Fix required memory for etcd hosts (10 -> 20 GB), as per documentation. - Some changes to make the code more similar to the similar DiskAvailability check. - Do not raise exception for hosts that do not have a recommended memory value (those are ignored anyway through `is_active`, so that was essentially dead code). - Test that the required memory is the max of the recommended memories for all groups assigned to a host. E.g. if a host is master and node, we should check that it has enough memory to be a master, because the memory requirement for a master is higher than for a node.
2017-04-17Simplify mixin classRodolfo Carvalho
- Expose only is_active and no other method. - Move general comment to module docstring.
2017-04-17Simplify disk availability check, review testsRodolfo Carvalho
- only support a fixed list of recommended values for now, no overwriting via Ansible variables (keep it simple, add features as needed). - implement is_active: run this check only for hosts that have a recommended disk space. - test priority of mount paths / and /var.
2017-04-17add disk and memory availability check testsjuanvallejo
2017-04-17add ram and storage preflight checkjuanvallejo
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-17Fix paths for file includesRussell 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-13Fix instantiation of action plugin in test fixtureRodolfo Carvalho
In Ansible 2.3+, the base action plugin class' run method depends on accessing attributes (check_mode) of its play_context. In older versions play_context was not involved in run, and thus None was passed in.
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