summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-01-26Merge pull request #3183 from kwoodson/oc_scaleKenny Woodson
Adding oc_scale to lib_openshift.
2017-01-26Fixing namespace param in doc to reflect default value.Kenny Woodson
2017-01-26Merge pull request #3184 from mtnbikenc/add_host_idempScott Dodson
Standardize add_host: with name and changed_when
2017-01-26Merge pull request #3191 from mtnbikenc/gitignore-cleanupScott Dodson
.gitignore cleanup
2017-01-26.gitignore cleanupRussell Teague
- Escaping hash for emacs temp files so it is not a comment line - *.iml is covered by .idea/ - multi_inventory.yaml is unused - Only ignore the root ansible.cfg, we have another ansible.cfg `git ls-files -i --exclude-standard` - .tox and cover are directories
2017-01-26Merge pull request #2973 from AlbertoPeon/metrics_urlScott Dodson
Set metrics url even if metrics_deploy is false
2017-01-26Merge pull request #3182 from abutcher/no-proxy-listScott Dodson
Comma separate no_proxy host list in openshift_facts
2017-01-25Merge pull request #3181 from sdodson/10seconds-ought-to-be-enoughScott Dodson
Add 10 second wait after disabling firewalld/iptables
2017-01-25Standardize add_host: with name and changed_whenRussell Teague
The add_host: task does not change any data on the host and as practice has been configured to changed_when: False. This commit standardizes that usage in the byo and common playbooks. Additionally, taks names are added to each task to improve troubleshooting.
2017-01-25Adding banners. Small bug fix to namespace appending in base.Kenny Woodson
2017-01-25Comma separate no_proxy host list in openshift_facts so that it appears as a ↵Andrew Butcher
string everywhere it is used.
2017-01-25Fixing tests and linting.Kenny Woodson
2017-01-25Adding unit test for oc_scaleKenny Woodson
2017-01-25Adding integration test for oc_scale.Kenny Woodson
2017-01-25Adding oc_scale to lib_openshift.Kenny Woodson
2017-01-25Merge pull request #3156 from abutcher/ansible-unsafe-textScott Dodson
Fix yaml representer error seen with ansible-2.2.1.0
2017-01-25Merge pull request #3159 from twiest/oc_secretThomas Wiest
Added oc_secret to lib_openshift.
2017-01-25Add 10 second wait after disabling firewalldScott Dodson
2017-01-25Added oc_secret to lib_openshift.Thomas Wiest
2017-01-25Merge pull request #3141 from tbielawa/fragment_bannersAndrew Butcher
Fragment banners
2017-01-25Merge pull request #3178 from abutcher/free-master-countAndrew Butcher
Remove master_count restriction.
2017-01-25Merge pull request #3177 from mtnbikenc/pipdep-fixJason DeTiberus
flake8 mccabe dependency fix
2017-01-25Remove master_count restriction.Andrew Butcher
2017-01-25flake8 mccabe dependency fixRussell Teague
2017-01-25Merge pull request #3133 from mwringe/hawkular-metrics-0.23-updateScott Dodson
Template update for Hawkular Metrics 0.23
2017-01-25Automatic commit of package [openshift-ansible] release [3.5.2-1].Scott Dodson
2017-01-25Merge pull request #3176 from sdodson/image-stream-syncScott Dodson
Sync latest image streams
2017-01-25Merge pull request #3172 from detiber/gceNodeNameScott Dodson
override nodename for gce with cloudprovider
2017-01-25Merge pull request #3169 from jcantrill/logging_node_selectorScott Dodson
allow openshift_logging role to specify nodeSelectors
2017-01-25Sync latest image streamsScott Dodson
2017-01-25Merge pull request #3173 from lhuard1A/ose_3.4Scott Dodson
Allow RHEL subscription for OSE 3.4
2017-01-25Merge pull request #3147 from andrewklau/haproxy-containerScott Dodson
Fix containerized haproxy config
2017-01-25Fix containerized haproxy configAndrew Lau
2017-01-25Allow RHEL subscription for OSE 3.4Lénaïc Huard
2017-01-24Merge pull request #3171 from ewolinetz/logging_local_file_creationJason DeTiberus
fixes jks generation, node labeling, and rerunning for oauth secrets
2017-01-24Merge pull request #3150 from jcantrill/bz_1415447_stop_heasterJason DeTiberus
Conditionally include metrics start/stop
2017-01-24fixes BZ-1415447. Error when stopping heapster. Modify to be conditional ↵Jeff Cantrill
include
2017-01-24override nodename for gce with cloudproviderJason DeTiberus
2017-01-24fixes jks generation, node labeling, and rerunning for oauth secretsewolinetz
2017-01-24allow openshift_logging role to specify nodeSelectorsJeff Cantrill
2017-01-24Merge pull request #2981 from dgoodwin/upgrade-wait-for-nodeJason DeTiberus
Wait for nodes to be ready before proceeding with upgrade.
2017-01-24Merge pull request #3164 from mtnbikenc/firewalld_fixJason DeTiberus
Remove is_containerized check for firewalld installs
2017-01-24Merge pull request #3142 from bparees/forcepull_quotesScott Dodson
treat force_pull as a bool
2017-01-24Remove is_containerized check for firewalld installsRussell Teague
2017-01-24Merge pull request #3166 from abutcher/pylintRussell Teague
[openshift_facts] pylint cleanse
2017-01-24Clean up pylint for delete_empty_keys.Andrew Butcher
2017-01-24Merge pull request #3165 from abutcher/fix-default-iptables-argsScott Dodson
[os_firewall] Fix default iptables args.
2017-01-24[os_firewall] Fix default iptables args.Andrew Butcher
2017-01-24Merge pull request #3125 from ashcrow/serial-master-upgrade-docJason DeTiberus
HOOKS.md added documenting new hooks
2017-01-24Merge pull request #3044 from mtnbikenc/docker-optionsJason DeTiberus
Add new option 'docker_selinux_enabled'