| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2015-10-22 | Fix test and workaround for rpm generated configs | Jason 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-22 | Merge pull request #721 from abutcher/fix-router | Brenton Leanhardt | |
| Conditionally include openshift_router role | |||
| 2015-10-22 | Merge pull request #723 from mfojtik/patch-1 | Brenton Leanhardt | |
| Update examples-sync.sh | |||
| 2015-10-22 | Merge pull request #678 from sdodson/examples | Wesley Hearn | |
| Adjust the logic as to when examples are deployed | |||
| 2015-10-22 | Merge pull request #720 from kikov79/master | Brenton Leanhardt | |
| Remove pylint comment from Sha-Bang. SSH process get hung when calling python | |||
| 2015-10-22 | Merge pull request #719 from sdodson/fix-yaml-tabbing | Brenton Leanhardt | |
| Fix yaml tabbing | |||
| 2015-10-22 | Update examples-sync.sh | Michal Fojtik | |
| 2015-10-22 | Update examples-sync.sh | Michal Fojtik | |
| Fixes: https://github.com/openshift/openshift-ansible/issues/722 | |||
| 2015-10-22 | Conditionally include openshift_router role. | Andrew Butcher | |
| 2015-10-21 | Remove pylint comment from Sha-Bang. SSH process get hung when calling ↵ | Francisco Gimeno | |
| python # pylint: disable=too-many-lines | |||
| 2015-10-21 | Fix yaml tabbing | Scott Dodson | |
| 2015-10-21 | Merge pull request #571 from dak1n1/router | Wesley Hearn | |
| Support HA or single router. Deploy after service accounts are created | |||
| 2015-10-21 | Merge pull request #715 from kwoodson/zabb | Kenny Woodson | |
| Adding delta to zbx_item | |||
| 2015-10-21 | Merge pull request #704 from sdodson/sdn-iptables | Brenton Leanhardt | |
| Add UDP 4789 firewall rule when using the SDN | |||
| 2015-10-21 | Support HA or single router, and start work on registry | Stefanie Forrester | |
| 2015-10-20 | Adding delta feature to zbx_item | Kenny Woodson | |
| 2015-10-20 | Merge pull request #714 from kwoodson/zabb | Kenny Woodson | |
| Adding zabbix agent bits zabbix-server | |||
| 2015-10-20 | Zabbix server stat fixes. enable the proper item types. | Kenny Woodson | |
| 2015-10-20 | Merge pull request #671 from abutcher/role-bindings | Brenton Leanhardt | |
| Add `oadm reconcile-cluster-role-bindings` to upgrade playbook. | |||
| 2015-10-20 | Add match online imagestream/template loading to enterprise | Scott Dodson | |
| 2015-10-20 | Merge pull request #712 from abutcher/fix-yaml | Wesley Hearn | |
| Fix yaml indentation from use_openshift_sdn conditional | |||
| 2015-10-20 | Fix yaml indentation from use_openshift_sdn conditional | Andrew Butcher | |
| 2015-10-20 | Merge pull request #529 from sdodson/cockpit-master | Wesley Hearn | |
| Add cockpit role | |||
| 2015-10-20 | Adjust the logic as to when examples are deployed | Scott Dodson | |
| 2015-10-20 | Merge pull request #589 from sdodson/issue585 | Brenton Leanhardt | |
| Lookup ansible_ssh_user group for kubeconfig perms | |||
| 2015-10-20 | Merge pull request #711 from jaryn/fix_libvirt_ip_issues | Brenton Leanhardt | |
| Fix libvirt ip issues | |||
| 2015-10-20 | Merge pull request #664 from tomassedovic/disable-network-plugin | Marek Mahut | |
| Allow disabling the network plugin configuration | |||
| 2015-10-20 | Increase sleep when waiting for IP. | Jaroslav Henner | |
| It was timeouting on slower hardware. | |||
| 2015-10-20 | Allow disabling the network plugin configuration | Tomas 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-20 | Use 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-19 | Merge pull request #709 from joelddiaz/reg_fix | Joel Diaz | |
| Fix env typos | |||
| 2015-10-19 | Fix typos on env vars. | Joel Diaz | |
| 2015-10-19 | Merge pull request #708 from twiest/pr | Thomas Wiest | |
| added a generic playbook to convert a host from loop back to direct-lvm docker storage. | |||
| 2015-10-19 | added 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-19 | Open 4789/udp when using the SDN | Scott Dodson | |
| 2015-10-15 | Merge pull request #700 from joelddiaz/reg_fix | Joel Diaz | |
| Change docs/comments | |||
| 2015-10-15 | Update example to remove passing in aws creds on command line. | Joel Diaz | |
| 2015-10-15 | Merge pull request #699 from joelddiaz/reg_fix | Joel Diaz | |
| Error checking of env vars | |||
| 2015-10-15 | Removed AWS keys from command line, and substituted with environment ↵ | Joel Diaz | |
| variable lookup. | |||
| 2015-10-15 | Merge pull request #684 from gburges/gburges-projectcounter | Kenny Woodson | |
| Update template_openshift_master.yml | |||
| 2015-10-14 | Merge pull request #692 from rjleaf/rjleaf-libvirt-doc-pr | Wesley Hearn | |
| 'setfacl ...' works on Fedora 22 and solves a permissions issue | |||
| 2015-10-14 | Merge pull request #688 from twiest/gce | Thomas Wiest | |
| Fixed GCE playbooks so that they're more like the AWS playbooks. | |||
| 2015-10-14 | Fixed GCE playbooks so that they're more like the AWS playbooks. | Thomas Wiest | |
| 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. | |||
| 2015-10-14 | Merge pull request #659 from jaryn/exit_staus | Thomas Wiest | |
| Fix exception handling. | |||
| 2015-10-14 | moved the timeout to 12 hours in the docker vg move | Matt Woodson | |
| 2015-10-13 | 'setfacl ...' works on Fedora 22 and solves a permissions issue | Ryan Leaf | |
| Issue with the lenaic master qcow image (docs mention Arch currently). | |||
| 2015-10-13 | Merge pull request #680 from liggitt/master_ca | Brenton Leanhardt | |
| Add masterCA to oauth template | |||
| 2015-10-12 | Merge pull request #687 from mwoodson/zabbiz | Matt Woodson | |
| added the dynamic items to track free inodes | |||
| 2015-10-12 | added the dynamic items to track free inodes | Matt Woodson | |
| 2015-10-12 | Lookup ansible_ssh_user group for kubeconfig perms | Scott Dodson | |
| Fixes #585 | |||
