summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-11Merge pull request #2881 from jcantrill/mv_metrics_to_hosted_metricsJason DeTiberus
rename openshift_metrics to openshift_hosted_metrics
2017-01-11Merge pull request #3067 from lhuard1A/update_ec2_inventoryJason DeTiberus
Update aws dynamic inventory
2017-01-11Merge pull request #3072 from lhuard1A/update_gce_inventoryJason DeTiberus
Update gce dynamic inventory
2017-01-11Merge pull request #3071 from ashcrow/remove-print-from-testsJason DeTiberus
cleanup: Removed debug prints from tests
2017-01-11Merge pull request #3069 from openshift/issue-templateScott Dodson
improve issue template
2017-01-11rename openshift_metrics to openshift_hosted_metricsJeff Cantrill
2017-01-11Update aws dynamic inventoryLénaïc Huard
Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/gce.py
2017-01-11improve issue templateScott Dodson
2017-01-11cleanup: Removed debug prints from testsSteve Milner
2017-01-10Merge pull request #3066 from detiber/toxificationScott Dodson
remove debug statement from test
2017-01-10remove debug statement from testJason DeTiberus
2017-01-10Merge pull request #3007 from detiber/toxificationScott Dodson
More Toxification
2017-01-10Merge pull request #3065 from ashcrow/rpmrebuilddbAndrew Butcher
Workaround for dnf+docker version race condition
2017-01-10Workaround for dnf+docker version race conditionSteve Milner
In some versions of dnf the rpm database can require maintenance after usage. Unfortunately, this trips up get_version_output in the openshift_facts library as the maintenance may interrupt the STDOUT stream. This makes the resulting data returned from get_version_output malformed and unparsable. This change adds an rpm --rebuilddb command before requesting docker version output when the ansible package manager is dnf. This causes the STDOUT maintenance messages to no longer interrupt the expected yaml stream as well as releases locks in the rpm database.
2017-01-10Merge pull request #3060 from abutcher/return-deps-to-rolesScott Dodson
Return role dependencies to roles for openshift_{hosted,master,node}
2017-01-10Merge pull request #2975 from sjug/soft-resetJason DeTiberus
Partial uninstall functionality
2017-01-10Partial uninstallSebastian Jug
2017-01-10increase test coverageJason DeTiberus
2017-01-10Update aws dynamic inventoryLénaïc Huard
Fetch from https://raw.githubusercontent.com/ansible/ansible/devel/contrib/inventory/ec2.py
2017-01-10update travis to use tox for utilsJason DeTiberus
2017-01-10More toxificationJason DeTiberus
- Move pylint tests to tox - Move yamllint tests to tox - Create separate tox config (and setup.py) for root - bump ansible requirement - unify pylint config - add docs - remove git directory containing old testing tools - install python-six if not present for openshift-facts - add python-six as a dependency for openshift-ansible-utils
2017-01-10add test for utils to bump coverageJason DeTiberus
2017-01-10Merge pull request #3056 from rhcarvalho/cleanup-cluster-upgradeRodolfo Carvalho
Cleanup cluster upgrade
2017-01-09Merge pull request #3061 from tbielawa/scaleup-bz1390135Scott Dodson
The scaleup subcommand does not support the unattended option
2017-01-09Automatic commit of package [openshift-ansible] release [3.5.0-1].Scott Dodson
2017-01-09Merge pull request #3055 from abutcher/openshift_image_tag=latestScott Dodson
Fix openshift_image_tag=latest.
2017-01-09Merge pull request #3021 from tbielawa/fix_aoi_manTim Bielawa
Update aoi manpage with correct operation count
2017-01-09The scaleup subcommand does not support the unattended optionTim Bielawa
* 'atomic-openshift-installer' will exit now if -u is given with the 'scaleup' subcommand * https://bugzilla.redhat.com/show_bug.cgi?id=1390135
2017-01-09Update manpage version.Tim Bielawa
2017-01-09Move role dependencies out of playbooks for openshift_master, openshift_node ↵Andrew Butcher
and openshift_hosted.
2017-01-09Merge pull request #2909 from mtnbikenc/firewalldScott Dodson
Enable firewalld by default
2017-01-09Fix openshift_image_tag=latest.Andrew Butcher
2017-01-09Merge pull request #3058 from openshift/etcd-imageScott Dodson
etcd 3.x image is 'etcd' not 'etcd3'
2017-01-09Use registry.access.redhat.com/rhel7/etcd instead of etcd3Scott Dodson
2017-01-09Remove unused fileRodolfo Carvalho
All references to it were removed in b89c835e3235f2628b37de15713c311d1b5a4bad
2017-01-09Remove unused fileRodolfo Carvalho
All references to it were removed in 739ad9de2a11bb8c67d77641a86cfd39e4594542
2017-01-09Remove spurious argumentRodolfo Carvalho
The script nuke_images.sh was introduced in 0c31d72be3bf32f848eedad9859a81ba858f8c8f and seems that the shell argument $1 was never used (the only $1 in the script back then refers to a field in a awk script). There was a reference to $2 that was always undefined/empty. The script was then simplified in b89c835e3235f2628b37de15713c311d1b5a4bad, removing any reference to $1 and $2. This commit cleans up the only call site to the shell script.
2017-01-08Merge pull request #3015 from smarterclayton/future_versions_masterScott Dodson
Add future versions to openshift_facts
2017-01-06Merge pull request #3054 from sdodson/fix-repo-boolsScott Dodson
Fix repo defaults
2017-01-06Fix repo defaultsScott Dodson
2017-01-06Merge pull request #3032 from abutcher/wait_for_api_hostnameScott Dodson
Use openshift.common.hostname when verifying API port available.
2017-01-06Use openshift.common.hostname when verifying API port available.Andrew Butcher
2017-01-06Merge pull request #3039 from tbielawa/gh3020Scott Dodson
Add required python-six package to installation
2017-01-06Merge pull request #3047 from tbielawa/installer-count-bz1388739Scott Dodson
Change wording in the quick installer callback plugin
2017-01-05Merge pull request #3052 from soltysh/docker_registry_volumeScott Dodson
Re-add when condition which was removed mistakenly in #3036
2017-01-05Re-add when condition which was removed mistakenly in #3036Maciej Szulik
2017-01-05Merge pull request #3036 from soltysh/docker_registry_volumeScott Dodson
Fix jsonpath expected output when checking registry volume secrets
2017-01-05Merge pull request #3049 from sdodson/fix-logging-deployerScott Dodson
logging-deployer fixes from origin-aggregated-logging/#317
2017-01-05logging-deployer pull fixes from origin-aggregated-logging/#317Scott Dodson
2017-01-05Merge pull request #3046 from sdodson/bz1408668Scott Dodson
Don't upgrade etcd on atomic host, ever.