Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Adding fix for when the resource does not exist. Added test cases. | Kenny Woodson | 2017-01-27 | 4 | -0/+47 |
| | |||||
* | Merge pull request #3183 from kwoodson/oc_scale | Kenny Woodson | 2017-01-26 | 16 | -53/+2548 |
|\ | | | | | Adding oc_scale to lib_openshift. | ||||
| * | Fixing namespace param in doc to reflect default value. | Kenny Woodson | 2017-01-26 | 2 | -2/+2 |
| | | |||||
| * | Adding banners. Small bug fix to namespace appending in base. | Kenny Woodson | 2017-01-25 | 3 | -13/+44 |
| | | |||||
| * | Fixing tests and linting. | Kenny Woodson | 2017-01-25 | 8 | -111/+96 |
| | | |||||
| * | Adding unit test for oc_scale | Kenny Woodson | 2017-01-25 | 1 | -0/+155 |
| | | |||||
| * | Adding integration test for oc_scale. | Kenny Woodson | 2017-01-25 | 12 | -23/+794 |
| | | |||||
| * | Adding oc_scale to lib_openshift. | Kenny Woodson | 2017-01-25 | 6 | -0/+1553 |
| | | |||||
* | | Merge pull request #3184 from mtnbikenc/add_host_idemp | Scott Dodson | 2017-01-26 | 22 | -26/+74 |
|\ \ | | | | | | | Standardize add_host: with name and changed_when | ||||
| * | | Standardize add_host: with name and changed_when | Russell Teague | 2017-01-25 | 22 | -26/+74 |
| | | | | | | | | | | | | | | | | | | | | | 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. | ||||
* | | | Merge pull request #3191 from mtnbikenc/gitignore-cleanup | Scott Dodson | 2017-01-26 | 1 | -7/+5 |
|\ \ \ | | | | | | | | | .gitignore cleanup | ||||
| * | | | .gitignore cleanup | Russell Teague | 2017-01-26 | 1 | -7/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | | | | Merge pull request #2973 from AlbertoPeon/metrics_url | Scott Dodson | 2017-01-26 | 3 | -6/+5 |
|\ \ \ \ | | | | | | | | | | | Set metrics url even if metrics_deploy is false | ||||
| * | | | | Set metrics url even if metrics_deploy is false | Alberto Peon | 2017-01-20 | 3 | -6/+5 |
| | | | | | |||||
* | | | | | Merge pull request #3182 from abutcher/no-proxy-list | Scott Dodson | 2017-01-26 | 6 | -6/+6 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Comma separate no_proxy host list in openshift_facts | ||||
| * | | | | Comma separate no_proxy host list in openshift_facts so that it appears as a ↵ | Andrew Butcher | 2017-01-25 | 6 | -6/+6 |
| | |/ / | |/| | | | | | | | | | | string everywhere it is used. | ||||
* | | | | Merge pull request #3181 from sdodson/10seconds-ought-to-be-enough | Scott Dodson | 2017-01-25 | 2 | -0/+10 |
|\ \ \ \ | |_|_|/ |/| | | | Add 10 second wait after disabling firewalld/iptables | ||||
| * | | | Add 10 second wait after disabling firewalld | Scott Dodson | 2017-01-25 | 2 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #3156 from abutcher/ansible-unsafe-text | Scott Dodson | 2017-01-25 | 1 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | Fix yaml representer error seen with ansible-2.2.1.0 | ||||
| * | | | | Make use of AnsibleDumper in openshift_master filters s.t. we can represent ↵ | Andrew Butcher | 2017-01-23 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | AnsibleUnsafeText when dumping yaml. | ||||
* | | | | | Merge pull request #3159 from twiest/oc_secret | Thomas Wiest | 2017-01-25 | 8 | -0/+2281 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Added oc_secret to lib_openshift. | ||||
| * | | | | Added oc_secret to lib_openshift. | Thomas Wiest | 2017-01-25 | 8 | -0/+2281 |
|/ / / / | |||||
* | | | | Merge pull request #3141 from tbielawa/fragment_banners | Andrew Butcher | 2017-01-25 | 7 | -2/+188 |
|\ \ \ \ | | | | | | | | | | | Fragment banners | ||||
| * | | | | Generate the artifacts from fragments. | Tim Bielawa | 2017-01-24 | 5 | -0/+116 |
| | | | | | |||||
| * | | | | Update the generators to include fragment banners | Tim Bielawa | 2017-01-24 | 2 | -2/+72 |
| | | | | | |||||
* | | | | | Merge pull request #3178 from abutcher/free-master-count | Andrew Butcher | 2017-01-25 | 1 | -9/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove master_count restriction. | ||||
| * | | | | | Remove master_count restriction. | Andrew Butcher | 2017-01-25 | 1 | -9/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #3177 from mtnbikenc/pipdep-fix | Jason DeTiberus | 2017-01-25 | 1 | -5/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | flake8 mccabe dependency fix | ||||
| * | | | | | flake8 mccabe dependency fix | Russell Teague | 2017-01-25 | 1 | -5/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #3133 from mwringe/hawkular-metrics-0.23-update | Scott Dodson | 2017-01-25 | 1 | -0/+2 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Template update for Hawkular Metrics 0.23 | ||||
| * | | | | | Template update for Hawkular Metrics 0.23 | mwringe | 2017-01-19 | 1 | -0/+2 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Automatic commit of package [openshift-ansible] release [3.5.2-1]. | Scott Dodson | 2017-01-25 | 2 | -2/+63 |
| | | | | | |||||
* | | | | | Merge pull request #3176 from sdodson/image-stream-sync | Scott Dodson | 2017-01-25 | 5 | -94/+134 |
|\ \ \ \ \ | | | | | | | | | | | | | Sync latest image streams | ||||
| * | | | | | Sync latest image streams | Scott Dodson | 2017-01-25 | 5 | -94/+134 |
| | | | | | | |||||
* | | | | | | Merge pull request #3172 from detiber/gceNodeName | Scott Dodson | 2017-01-25 | 1 | -0/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | override nodename for gce with cloudprovider | ||||
| * | | | | | | override nodename for gce with cloudprovider | Jason DeTiberus | 2017-01-24 | 1 | -0/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3169 from jcantrill/logging_node_selector | Scott Dodson | 2017-01-25 | 7 | -0/+27 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | allow openshift_logging role to specify nodeSelectors | ||||
| * | | | | | | allow openshift_logging role to specify nodeSelectors | Jeff Cantrill | 2017-01-24 | 7 | -0/+27 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #3173 from lhuard1A/ose_3.4 | Scott Dodson | 2017-01-25 | 1 | -2/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Allow RHEL subscription for OSE 3.4 | ||||
| * | | | | | | Allow RHEL subscription for OSE 3.4 | Lénaïc Huard | 2017-01-25 | 1 | -2/+2 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #3147 from andrewklau/haproxy-container | Scott Dodson | 2017-01-25 | 3 | -4/+8 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix containerized haproxy config | ||||
| * | | | | | | | Fix containerized haproxy config | Andrew Lau | 2017-01-25 | 3 | -4/+8 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #3171 from ewolinetz/logging_local_file_creation | Jason DeTiberus | 2017-01-24 | 3 | -68/+34 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | fixes jks generation, node labeling, and rerunning for oauth secrets | ||||
| * | | | | | | | | fixes jks generation, node labeling, and rerunning for oauth secrets | ewolinetz | 2017-01-24 | 3 | -68/+34 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #3150 from jcantrill/bz_1415447_stop_heaster | Jason DeTiberus | 2017-01-24 | 1 | -5/+2 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | Conditionally include metrics start/stop | ||||
| * | | | | | | | | fixes BZ-1415447. Error when stopping heapster. Modify to be conditional ↵ | Jeff Cantrill | 2017-01-24 | 1 | -5/+2 |
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | include | ||||
* | | | | | | | | Merge pull request #2981 from dgoodwin/upgrade-wait-for-node | Jason DeTiberus | 2017-01-24 | 1 | -0/+13 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Wait for nodes to be ready before proceeding with upgrade. | ||||
| * | | | | | | | | Wait for nodes to be ready before proceeding with upgrade. | Devan Goodwin | 2016-12-15 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Near the end of node upgrade, we now wait for the node to report Ready before marking it schedulable again. This should help eliminate delays when pods need to relocate as the next node in line is evacuated. Happens near the end of the process, the only remaining task would be to mark it schedulable again so easy for admins to detect and recover from. | ||||
* | | | | | | | | | Merge pull request #3164 from mtnbikenc/firewalld_fix | Jason DeTiberus | 2017-01-24 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | Remove is_containerized check for firewalld installs | ||||
| * | | | | | | | | | Remove is_containerized check for firewalld installs | Russell Teague | 2017-01-24 | 1 | -2/+3 |
| | | | | | | | | | |