summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-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.
2017-01-05Don't upgrade etcd on atomic host, ever.Scott Dodson
Fixes Bug 1408668 Fixes BZ1408668
2017-01-05Change wording in the quick installer callback pluginTim Bielawa
* Old wording only considered skipped plays (reducing the play count) * New wording accounts for dynamically included plays (increasing the play count)
2017-01-05Merge pull request #3033 from abutcher/openshift-enable-origin-repoScott Dodson
Cast openshift_enable_origin_repo to bool.
2017-01-05Merge pull request #3008 from bigbank-as/feature/nfs-reclaim-optionScott Dodson
Add osnl_volume_reclaim_policy variable to nfs_lvm role
2017-01-05Fix jsonpath expected output when checking registry volume secretsMaciej Szulik
In k8s 1.5 (see rebase PR: origin 12143) jsonpath output is slightly different than previously. Causing this line to fail. We need to pick secret or secretName when checking this task failure condition.
2017-01-04Merge pull request #3040 from sdodson/issue3025Scott Dodson
Enable repos defined in openshift_additional_repos by default
2017-01-04Enable repos defined in openshift_additional_repos by defaultScott Dodson
Fixes #3025
2017-01-04Add required python-six package to installationTim Bielawa
* Moves package list into a defaults/main.yml file * Closes #3020
2017-01-04Merge pull request #3037 from tbielawa/hush_sudo_checkScott Dodson
Hush the sudo privs check in oo-installer
2017-01-04Hush the sudo privs check in oo-installerTim Bielawa
* Don't print words when checking for sudo access * Just 'echo' an empty string with no new-line Closes #3003
2017-01-04Merge pull request #3035 from simaishi/update_to_ga_templateScott Dodson
Update CFME template to point to GA build
2017-01-04Add future versions to openshift_factsClayton Coleman
2017-01-04Cast openshift_enable_origin_repo to bool.Andrew Butcher
2017-01-04Update CFME template to point to GA buildSatoe Imaishi
2017-01-04Merge pull request #3010 from simaishi/add_cfme_beta_templatesScott Dodson
Add templates for CFME Beta pod images
2016-12-28Update aoi manpage with correct operation countTim Bielawa
2016-12-22Add templates for CFME Beta pod imagesSatoe Imaishi
2016-12-22Merge pull request #3006 from detiber/cleanup_crudScott Dodson
Cleanup crud
2016-12-22Add osnl_volume_reclaim_policy variable to nfs_lvm roleAndo Roots
This allows to choose which volume reclamation policy to use when provisioning storage with `openshift_storage_nfs_lvm`.
2016-12-21remove duplicate filter name and oo_pdbJason DeTiberus
2016-12-21remove old Ops toolingJason DeTiberus
2016-12-21Merge pull request #3001 from detiber/python3Scott Dodson
python3 support, add tox for better local testing against multiple python versions
2016-12-20enable pip cache for travisJason DeTiberus
2016-12-20python3 support, add tox for better local testing against multiple python ↵Jason DeTiberus
versions
2016-12-20Merge pull request #2985 from sdodson/remove-excluderScott Dodson
[uninstall] Remove excluder packages
2016-12-19Merge pull request #2995 from abutcher/modify-yaml-none-valueScott Dodson
modify_yaml: handle None value during update.
2016-12-19Merge pull request #2829 from tbielawa/cert_expiry_updatesTim Bielawa
Cert expiry updates