summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-10-24Vagrant RHEL registration cleanupPep Turró Mauri
Remove vagrant-registration because it's not needed anymore.
2015-10-22Merge pull request #730 from detiber/rpmGenBrenton Leanhardt
Fix test and workaround for rpm generated configs
2015-10-22Merge pull request #727 from detiber/fixFactsBrenton Leanhardt
Fix error in openshift_facts
2015-10-22Merge pull request #736 from joelddiaz/cpu_no_pageJoel Diaz
Lower priority to stop the paging action.
2015-10-22Merge pull request #728 from sdodson/fix-examplesBrenton Leanhardt
Fix openshift_examples
2015-10-22Lower priority to stop the paging action.Joel Diaz
2015-10-22Fix test and workaround for rpm generated configsJason DeTiberus
- fixed inconcistency in naming for rpm generated config test - refactoring to fix logic after the ha master refactoring had broken the previous steps
2015-10-22Merge pull request #691 from jaryn/patch-1Brenton Leanhardt
Add dependencies missing on RHEL 7.1 to README
2015-10-22Merge pull request #713 from brenton/uninstallBrenton Leanhardt
Improvements to uninstallation playbook
2015-10-22Fix error in openshift_factsJason DeTiberus
- fix error scraping openshift version for version numbers
2015-10-22Fix openshift_examplesScott Dodson
2015-10-22Merge pull request #721 from abutcher/fix-routerBrenton Leanhardt
Conditionally include openshift_router role
2015-10-22Merge pull request #723 from mfojtik/patch-1Brenton Leanhardt
Update examples-sync.sh
2015-10-22Merge pull request #678 from sdodson/examplesWesley Hearn
Adjust the logic as to when examples are deployed
2015-10-22Deleting exited openshift containers and some other minor touch upsBrenton Leanhardt
2015-10-22Removing the openshift factsBrenton Leanhardt
2015-10-22Adding *master-api and *master-controllers to the list of units to stopBrenton Leanhardt
(also sorted the various lists alphabetically)
2015-10-22Improvements to uninstallation playbookBrenton Leanhardt
This is related to https://trello.com/c/314nwSvt/58-3-uninstall-playbook The original atomic_openshift_tutorial_reset.yml now calls the uninstall playbook for most parts. All the originally functionally is still intact. The main differences between the two playbooks is that the uninstall playbook is careful only to delete content that ansible originally installed.
2015-10-22Merge pull request #720 from kikov79/masterBrenton Leanhardt
Remove pylint comment from Sha-Bang. SSH process get hung when calling python
2015-10-22Merge pull request #719 from sdodson/fix-yaml-tabbingBrenton Leanhardt
Fix yaml tabbing
2015-10-22Update examples-sync.shMichal Fojtik
2015-10-22Update examples-sync.shMichal Fojtik
Fixes: https://github.com/openshift/openshift-ansible/issues/722
2015-10-22Conditionally include openshift_router role.Andrew Butcher
2015-10-21Remove pylint comment from Sha-Bang. SSH process get hung when calling ↵Francisco Gimeno
python # pylint: disable=too-many-lines
2015-10-21Fix yaml tabbingScott Dodson
2015-10-21Merge pull request #571 from dak1n1/routerWesley Hearn
Support HA or single router. Deploy after service accounts are created
2015-10-21Merge pull request #715 from kwoodson/zabbKenny Woodson
Adding delta to zbx_item
2015-10-21Merge pull request #704 from sdodson/sdn-iptablesBrenton Leanhardt
Add UDP 4789 firewall rule when using the SDN
2015-10-21Support HA or single router, and start work on registryStefanie Forrester
2015-10-20Adding delta feature to zbx_itemKenny Woodson
2015-10-20Merge pull request #714 from kwoodson/zabbKenny Woodson
Adding zabbix agent bits zabbix-server
2015-10-20Zabbix server stat fixes. enable the proper item types.Kenny Woodson
2015-10-20Merge pull request #671 from abutcher/role-bindingsBrenton Leanhardt
Add `oadm reconcile-cluster-role-bindings` to upgrade playbook.
2015-10-20Add match online imagestream/template loading to enterpriseScott Dodson
2015-10-20Merge pull request #712 from abutcher/fix-yamlWesley Hearn
Fix yaml indentation from use_openshift_sdn conditional
2015-10-20Fix yaml indentation from use_openshift_sdn conditionalAndrew Butcher
2015-10-20Merge pull request #529 from sdodson/cockpit-masterWesley Hearn
Add cockpit role
2015-10-20Adjust the logic as to when examples are deployedScott Dodson
2015-10-20Merge pull request #589 from sdodson/issue585Brenton Leanhardt
Lookup ansible_ssh_user group for kubeconfig perms
2015-10-20Merge pull request #711 from jaryn/fix_libvirt_ip_issuesBrenton Leanhardt
Fix libvirt ip issues
2015-10-20Merge pull request #664 from tomassedovic/disable-network-pluginMarek Mahut
Allow disabling the network plugin configuration
2015-10-20Increase sleep when waiting for IP.Jaroslav Henner
It was timeouting on slower hardware.
2015-10-20Allow disabling the network plugin configurationTomas Sedovic
This is useful when we want to use a different networking solution without having any networking plugin code run when the services start up.
2015-10-20Use runcmd to restart network.Jaroslav Henner
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
2015-10-19Merge pull request #709 from joelddiaz/reg_fixJoel Diaz
Fix env typos
2015-10-19Fix typos on env vars.Joel Diaz
2015-10-19Merge pull request #708 from twiest/prThomas Wiest
added a generic playbook to convert a host from loop back to direct-lvm docker storage.
2015-10-19added a generic playbook (ops-docker-loopback-to-direct-lvm.yml) to convert ↵Thomas Wiest
a host from loop back to direct-lvm docker storage.
2015-10-19Open 4789/udp when using the SDNScott Dodson
2015-10-15Merge pull request #700 from joelddiaz/reg_fixJoel Diaz
Change docs/comments