summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Avoid hardcoded 30s pausesJason DeTiberus2015-10-224-7/+6
| | | | - refactor node and master restart handlers to avoid 30s pauses
* Merge pull request #721 from abutcher/fix-routerBrenton Leanhardt2015-10-222-4/+4
|\ | | | | Conditionally include openshift_router role
| * Conditionally include openshift_router role.Andrew Butcher2015-10-222-4/+4
| |
* | Merge pull request #723 from mfojtik/patch-1Brenton Leanhardt2015-10-221-1/+1
|\ \ | | | | | | Update examples-sync.sh
| * | Update examples-sync.shMichal Fojtik2015-10-221-1/+1
| | |
| * | Update examples-sync.shMichal Fojtik2015-10-221-1/+1
| |/ | | | | Fixes: https://github.com/openshift/openshift-ansible/issues/722
* | Merge pull request #678 from sdodson/examplesWesley Hearn2015-10-223-7/+6
|\ \ | | | | | | Adjust the logic as to when examples are deployed
| * | Add match online imagestream/template loading to enterpriseScott Dodson2015-10-201-3/+3
| | |
| * | Adjust the logic as to when examples are deployedScott Dodson2015-10-203-7/+6
| | |
* | | Merge pull request #720 from kikov79/masterBrenton Leanhardt2015-10-221-1/+2
|\ \ \ | | | | | | | | Remove pylint comment from Sha-Bang. SSH process get hung when calling python
| * | | Remove pylint comment from Sha-Bang. SSH process get hung when calling ↵Francisco Gimeno2015-10-211-1/+2
| | |/ | |/| | | | | | | python # pylint: disable=too-many-lines
* | | Merge pull request #719 from sdodson/fix-yaml-tabbingBrenton Leanhardt2015-10-221-1/+1
|\ \ \ | |/ / |/| | Fix yaml tabbing
| * | Fix yaml tabbingScott Dodson2015-10-211-1/+1
|/ /
* | Merge pull request #571 from dak1n1/routerWesley Hearn2015-10-219-25/+69
|\ \ | | | | | | Support HA or single router. Deploy after service accounts are created
| * | Support HA or single router, and start work on registryStefanie Forrester2015-10-219-25/+69
| | |
* | | Merge pull request #715 from kwoodson/zabbKenny Woodson2015-10-213-0/+5
|\ \ \ | | | | | | | | Adding delta to zbx_item
| * | | Adding delta feature to zbx_itemKenny Woodson2015-10-203-0/+5
| | | |
* | | | Merge pull request #704 from sdodson/sdn-iptablesBrenton Leanhardt2015-10-211-0/+3
|\ \ \ \ | |_|/ / |/| | | Add UDP 4789 firewall rule when using the SDN
| * | | Open 4789/udp when using the SDNScott Dodson2015-10-191-0/+3
| | | |
* | | | Merge pull request #714 from kwoodson/zabbKenny Woodson2015-10-204-32/+38
|\ \ \ \ | | |/ / | |/| | Adding zabbix agent bits zabbix-server
| * | | Zabbix server stat fixes. enable the proper item types.Kenny Woodson2015-10-204-32/+38
| | | |
* | | | Merge pull request #671 from abutcher/role-bindingsBrenton Leanhardt2015-10-201-1/+14
|\ \ \ \ | | | | | | | | | | Add `oadm reconcile-cluster-role-bindings` to upgrade playbook.
| * | | | Add `oadm reconcile-cluster-role-bindings` to upgrade playbook.Andrew Butcher2015-10-121-1/+14
| | | | | | | | | | | | | | | | | | | | Switch to version_compare filter for conditionals.
* | | | | Merge pull request #712 from abutcher/fix-yamlWesley Hearn2015-10-201-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix yaml indentation from use_openshift_sdn conditional
| * | | | | Fix yaml indentation from use_openshift_sdn conditionalAndrew Butcher2015-10-201-2/+2
|/ / / / /
* | | | | Merge pull request #529 from sdodson/cockpit-masterWesley Hearn2015-10-205-0/+51
|\ \ \ \ \ | |_|/ / / |/| | | | Add cockpit role
| * | | | Add cockpit-ws with cockpit-kubernetes pluginScott Dodson2015-08-285-0/+51
| | | | |
* | | | | Merge pull request #589 from sdodson/issue585Brenton Leanhardt2015-10-201-2/+6
|\ \ \ \ \ | | | | | | | | | | | | Lookup ansible_ssh_user group for kubeconfig perms
| * | | | | Lookup ansible_ssh_user group for kubeconfig permsScott Dodson2015-10-121-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #585
* | | | | | Merge pull request #711 from jaryn/fix_libvirt_ip_issuesBrenton Leanhardt2015-10-202-2/+2
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Fix libvirt ip issues
| * | | | | Increase sleep when waiting for IP.Jaroslav Henner2015-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | It was timeouting on slower hardware.
| * | | | | Use runcmd to restart network.Jaroslav Henner2015-10-201-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using bootcmd in cloud-config lead to restarts prior to starting the systemd-hostnamed, which was probable cause of the failure when DHCP client was failing to send the hostname, and subsequently, the ansible-opnshift was not able to identify the VM among the others when checking DHCP leases. The failure looked like: following 10:17:31 failed: [localhost] => {"attempts": 60, "changed": true, "cmd": "virsh -c qemu:///system net-dhcp-leases openshift-ansible | egrep -c 'experiment-node-compute-453d0|experiment-node-compute-61e16'", "delta": "0:00:00.033061", "end": "2015-10-19 10:17:31.409434", "failed": true, "rc": 0, "start": "2015-10-19 10:17:31.376373", "warnings": []} 10:17:31 stdout: 1 10:17:31 msg: Task failed as maximum retries was encountered
* | | | | Merge pull request #664 from tomassedovic/disable-network-pluginMarek Mahut2015-10-202-0/+6
|\ \ \ \ \ | | | | | | | | | | | | Allow disabling the network plugin configuration
| * | | | | Allow disabling the network plugin configurationTomas Sedovic2015-10-202-0/+6
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | This is useful when we want to use a different networking solution without having any networking plugin code run when the services start up.
* | | | | Merge pull request #709 from joelddiaz/reg_fixJoel Diaz2015-10-191-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix env typos
| * | | | | Fix typos on env vars.Joel Diaz2015-10-191-2/+2
| | | | | |
* | | | | | Merge pull request #708 from twiest/prThomas Wiest2015-10-191-0/+104
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | added a generic playbook to convert a host from loop back to direct-lvm docker storage.
| * | | | | added a generic playbook (ops-docker-loopback-to-direct-lvm.yml) to convert ↵Thomas Wiest2015-10-191-0/+104
|/ / / / / | | | | | | | | | | | | | | | a host from loop back to direct-lvm docker storage.
* | | | | Merge pull request #700 from joelddiaz/reg_fixJoel Diaz2015-10-151-1/+1
|\| | | | | | | | | | | | | | Change docs/comments
| * | | | Update example to remove passing in aws creds on command line.Joel Diaz2015-10-151-1/+1
| | | | |
* | | | | Merge pull request #699 from joelddiaz/reg_fixJoel Diaz2015-10-152-3/+14
|\| | | | | | | | | | | | | | Error checking of env vars
| * | | | Removed AWS keys from command line, and substituted with environment ↵Joel Diaz2015-10-152-3/+14
|/ / / / | | | | | | | | | | | | variable lookup.
* | | | Merge pull request #684 from gburges/gburges-projectcounterKenny Woodson2015-10-151-0/+10
|\ \ \ \ | | | | | | | | | | Update template_openshift_master.yml
| * | | | Update template_openshift_master.ymlGabor Burges2015-10-111-0/+10
| | | | |
* | | | | Merge pull request #692 from rjleaf/rjleaf-libvirt-doc-prWesley Hearn2015-10-141-1/+1
|\ \ \ \ \ | | | | | | | | | | | | 'setfacl ...' works on Fedora 22 and solves a permissions issue
| * | | | | 'setfacl ...' works on Fedora 22 and solves a permissions issue Ryan Leaf2015-10-131-1/+1
| | | | | | | | | | | | | | | | | | Issue with the lenaic master qcow image (docs mention Arch currently).
* | | | | | Merge pull request #688 from twiest/gceThomas Wiest2015-10-144-33/+35
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fixed GCE playbooks so that they're more like the AWS playbooks.
| * | | | | | Fixed GCE playbooks so that they're more like the AWS playbooks.Thomas Wiest2015-10-144-33/+35
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Namely the GCE playbooks now: - Create infra nodes - Correctly label nodes in OpenShift - Setup masters as nodes as well (needed for sdn) - Removed set_infra_launch_facts_tasks.yml as it's not used anymore.
* | | | | | Merge pull request #659 from jaryn/exit_stausThomas Wiest2015-10-141-21/+23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix exception handling.
| * | | | | | Fix exception handling.Jaroslav Henner2015-10-061-21/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The subcommand of the action was called using os.system. The exit value of os.system is a 16-bit value. This value was propagated and used as exit value of the whole `cluster {ACTION}` command without any modification, resulting in `exit()` being called with value > 255. In the CPython 2.7 exit(v) with v > 255 behaves like exit(0), which hides that we had an error during the execution. This commit removes the error propagation by return value and introduces using exceptions instead.