Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Initialize facts for all hosts. | Andrew Butcher | 2016-05-09 | 2 | -0/+9 |
| | |||||
* | Merge tag 'openshift-ansible-3.0.88-1' | Brenton Leanhardt | 2016-05-06 | 4 | -4/+16 |
|\ | | | | | | | Tagging package [openshift-ansible] version [3.0.88-1] in directory [./]. | ||||
| * | Automatic commit of package [openshift-ansible] release [3.0.88-1]. | Brenton Leanhardt | 2016-05-06 | 2 | -2/+6 |
| | | |||||
| * | Open port 53 whenever we're unsure of version | Scott Dodson | 2016-05-06 | 1 | -0/+8 |
| | | |||||
| * | Fix unsafe boolean handling on use_dnsmasq | Scott Dodson | 2016-05-06 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1857 from sdodson/dns-upgrade | Jason DeTiberus | 2016-05-06 | 5 | -0/+86 |
|\ \ | | | | | | | Playbook to enable dnsmasq | ||||
| * | | Move modify_yaml up into top level library directory | Scott Dodson | 2016-05-06 | 3 | -0/+2 |
| | | | |||||
| * | | Enable dnsmasq on all hosts | Scott Dodson | 2016-05-06 | 2 | -0/+84 |
|/ / | | | | | | | | | | | - Reconfigures masters to use port 8053 for SkyDNS - Runs openshift_node_dnsmasq role on all nodes - Reconfigures node to use dnsmasq | ||||
* | | Merge pull request #1855 from abutcher/v2-vars-files | Jason DeTiberus | 2016-05-05 | 6 | -10/+79 |
|\ \ | | | | | | | Remove vars_files for byo, scaleup and restart playbooks. | ||||
| * | | Remove vars_files on play includes for byo, scaleup and restart playbooks. | Andrew Butcher | 2016-05-05 | 6 | -10/+79 |
|/ / | |||||
* | | Merge pull request #1853 from abutcher/v2-hostvars | Jason DeTiberus | 2016-05-05 | 4 | -7/+46 |
|\ \ | | | | | | | Replace hostvars with vars for openshift env facts when ansible >= v2. | ||||
| * | | Add oo_merge_hostvars filter for merging host & play variables. | Andrew Butcher | 2016-05-04 | 4 | -13/+46 |
| | | | |||||
| * | | Replace hostvars with vars for openshift env facts when ansible >= v2. | Andrew Butcher | 2016-05-03 | 3 | -3/+9 |
| | | | |||||
* | | | Merge pull request #1688 from jprovaznik/dns | Jason DeTiberus | 2016-05-05 | 6 | -4/+63 |
|\ \ \ | |/ / |/| | | Allow containerized deployment of dns role | ||||
| * | | Allow containerized deployment of dns role | Jan Provaznik | 2016-04-26 | 6 | -4/+63 |
| | | | | | | | | | | | | | | | | | | | | | | | | If containerized, docker image for bind service is built during ansible run. The default named systemd unit file triggers named-checkconf on named service start so it's not neccessary to include this validation when copying file templates (equivalent named-checkconf is included in the containerized named unit file too). | ||||
* | | | Merge pull request #1856 from glnds/master | Jason DeTiberus | 2016-05-03 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Added extra install dependency on OSX | ||||
| * | | | Added extra install dependency on OSX | Gert Leenders | 2016-05-03 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge pull request #1854 from abutcher/v2-iptables-overrides | Jason DeTiberus | 2016-05-02 | 8 | -12/+35 |
|\ \ \ | | | | | | | | | V2 iptables overrides | ||||
| * | | | Check and unmask iptables/firewalld. | Andrew Butcher | 2016-05-02 | 2 | -0/+30 |
| | | | | |||||
| * | | | Default os_firewall_use_firewalld to false in os_firewall and remove overrides. | Andrew Butcher | 2016-05-02 | 6 | -12/+5 |
| | | | | |||||
* | | | | Merge pull request #1852 from sdodson/dns-improvements | Jason DeTiberus | 2016-05-02 | 2 | -2/+1 |
|\ \ \ \ | | | | | | | | | | | Fix openshift_use_dnsmasq=False on 1.2/3.2 installs | ||||
| * | | | | listen on all interfaces | Scott Dodson | 2016-05-02 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Fix configuration of dns_ip | Scott Dodson | 2016-05-02 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #1775 from detiber/kill_deprecated_roles | Jason DeTiberus | 2016-05-02 | 0 | -0/+0 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Remove deprecated online playbooks/roles | ||||
| * | | | | Remove deprecated online playbooks/roles | Jason DeTiberus | 2016-04-19 | 25 | -498/+0 |
| | | | | | |||||
* | | | | | Merge pull request #1850 from cben/patch-1 | Jason DeTiberus | 2016-05-02 | 1 | -1/+5 |
|\ \ \ \ \ | |_|/ / / |/| | | | | Fix tables in roles/openshift_metrics/README.md | ||||
| * | | | | Fix markdown in roles/openshift_metrics/README.md | Beni Cherniavsky-Paskin | 2016-05-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | (tables, literal example) | ||||
* | | | | | Merge pull request #1848 from detiber/stat | Andrew Butcher | 2016-05-02 | 1 | -9/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | use stat module instead of shell module and ls to check for rpm-ostree | ||||
| * | | | | use stat module instead of shell module and ls to check for rpm-ostree | Jason DeTiberus | 2016-04-30 | 1 | -9/+7 |
|/ / / / | |||||
* | | | | Merge pull request #1847 from sjenning/fix-openstack-template | Jason DeTiberus | 2016-04-29 | 1 | -4/+3 |
|\ \ \ \ | | | | | | | | | | | fix openstack template | ||||
| * | | | | fix openstack template | Seth Jennings | 2016-04-29 | 1 | -4/+3 |
|/ / / / | |||||
* | | | | Merge pull request #1839 from abutcher/v2-deprecations | Jason DeTiberus | 2016-04-29 | 16 | -61/+56 |
|\ \ \ \ | | | | | | | | | | | Cleanup various deprecation warnings. | ||||
| * | | | | Remove duplicate oauth_template fact. | Andrew Butcher | 2016-04-29 | 1 | -1/+0 |
| | | | | | |||||
| * | | | | Cleanup various deprecation warnings. | Andrew Butcher | 2016-04-29 | 15 | -60/+56 |
| | | | | | |||||
* | | | | | Merge pull request #1845 from sdodson/nm-msg | Jason DeTiberus | 2016-04-29 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Make NetworkManager failure friendlier | ||||
| * | | | | | Make NetworkManager failure friendlier | Scott Dodson | 2016-04-29 | 1 | -1/+1 |
| |/ / / / | |||||
* | | | | | Merge pull request #1843 from detiber/remove_deprecated_roles | Jason DeTiberus | 2016-04-29 | 47 | -706/+59 |
|\ \ \ \ \ | |/ / / / |/| | | | | Remove deprecated roles | ||||
| * | | | | Remove deprecated online playbooks/roles | Jason DeTiberus | 2016-04-29 | 20 | -379/+0 |
| | | | | | |||||
| * | | | | fix up variable references remove "online" support from bin/cluster | Jason DeTiberus | 2016-04-29 | 20 | -206/+59 |
| | | | | | |||||
| * | | | | Remove Ops specific ansible-tower aws playbooks | Jason DeTiberus | 2016-04-29 | 7 | -121/+0 |
| | | | | | |||||
* | | | | | Merge pull request #1841 from andrewklau/insecure-registry | Jason DeTiberus | 2016-04-29 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | Add openshift_docker_hosted_registry_insecure option | ||||
| * | | | | | Add openshift_docker_hosted_registry_insecure option | Andrew Lau | 2016-04-29 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #1844 from openshift/README-updates | Jason DeTiberus | 2016-04-29 | 1 | -8/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | README Updates | ||||
| * | | | | | README Updates | Jason DeTiberus | 2016-04-29 | 1 | -8/+5 |
|/ / / / / | |||||
* | | | | | Merge pull request #1842 from talset/inventory_cert | Jason DeTiberus | 2016-04-29 | 3 | -3/+3 |
|\ \ \ \ \ | |/ / / / |/| | | | | Fix inventory syntax | ||||
| * | | | | Fix inventory syntaxe | talset | 2016-04-29 | 3 | -3/+3 |
|/ / / / | | | | | | | | | | | | | | | | | * ERROR: /etc/ansible/hosts:...: variables assigned to group must be in key=value form * change key: value by key=value | ||||
* | | | | Merge pull request #1840 from detiber/logging_fix | Jason DeTiberus | 2016-04-29 | 1 | -16/+24 |
|\ \ \ \ | | | | | | | | | | | Fix templating issue with logging role | ||||
| * | | | | additional fixes | Jason DeTiberus | 2016-04-28 | 1 | -15/+22 |
| | | | | | |||||
| * | | | | Fix templating issue with logging role | Jason DeTiberus | 2016-04-28 | 1 | -1/+2 |
| | | | | | |||||
* | | | | | Merge pull request #1835 from sdodson/bz1331346 | Jason DeTiberus | 2016-04-28 | 1 | -4/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | BuildDefaults are a kube admission controller not an openshift admission |