| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-04-01 | Enable Ansible ssh pipelining to speedup deployment | Lénaïc Huard | |
| https://docs.ansible.com/ansible/intro_configuration.html#pipelining | |||
| 2016-03-14 | Updating our metadata tooling to work without env | Kenny Woodson | |
| 2016-03-01 | fixed error in awsutil.py | Matt Woodson | |
| 2016-03-01 | ohi: added subtype searching | Matt Woodson | |
| 2016-02-25 | Add warnings to bin/cluster and READMEs | Andrew Butcher | |
| 2016-02-23 | Fix typo in oscp | Andy Grimm | |
| 2016-01-29 | Adding ip address option | Kenny Woodson | |
| 2016-01-25 | Merge pull request #1269 from kwoodson/inventory_alias_fix | Kenny Woodson | |
| Supporting awsutil inventory calls with version and hosttype aliases. | |||
| 2016-01-25 | Fixing awsutil to support aliases and v3 | Kenny Woodson | |
| 2016-01-19 | Remove camel case for bin/cluster addNodes | Jason DeTiberus | |
| 2016-01-13 | Merge pull request #1179 from kwoodson/v3_doc | Kenny Woodson | |
| Udpating opssh documentation. | |||
| 2016-01-13 | Updated help menu for v3 flag | Kenny Woodson | |
| 2016-01-12 | Add -A parameter to forward ssh agent | Joel Diaz | |
| 2016-01-11 | Merge pull request #1149 from kwoodson/tab_completion | Kenny Woodson | |
| Updating tab completion for metadata changes. | |||
| 2016-01-11 | Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1 | Thomas Wiest | |
| Make bin/cluster able to spawn an OSE 3.1 cluster | |||
| 2016-01-11 | Merge branch 'tab_completion' of github.com:kwoodson/openshift-ansible into ↵ | Kenny Woodson | |
| tab_completion Conflicts: bin/ossh_bash_completion | |||
| 2016-01-11 | Fixing tab completion for latest metadata changes | Kenny Woodson | |
| 2016-01-11 | Fixing tab completion for latest metadata changes | Kenny Woodson | |
| 2016-01-08 | Update to metadata tooling. | Kenny Woodson | |
| 2016-01-08 | Make bin/cluster able to spawn OSE 3.1 clusters | Lénaïc Huard | |
| 2016-01-04 | Removing environment and env tags. | Kenny Woodson | |
| 2015-12-14 | Updates to ohi to pull cache if specified. Also require version | Kenny Woodson | |
| 2015-12-11 | Updating env-host-type to host patterns | Kenny Woodson | |
| 2015-11-24 | more aws support for scaleup | Jason DeTiberus | |
| 2015-11-17 | Use field numbers for all formats in bin/cluster for python 2.6 | Andrew Butcher | |
| 2015-11-16 | bin/cluster fix python 2.6 issue | Jason DeTiberus | |
| 2015-11-10 | Remove references to multi_ec2.py | Jason DeTiberus | |
| 2015-11-03 | Support for gce | Kenny Woodson | |
| 2015-10-28 | Removing spec files. | Kenny Woodson | |
| 2015-10-28 | Automatic commit of package [openshift-ansible-bin] release [0.0.21-1]. | Kenny Woodson | |
| 2015-10-28 | Automatic commit of package [openshift-ansible-bin] release [0.0.20-1]. | Kenny Woodson | |
| 2015-10-14 | Merge pull request #659 from jaryn/exit_staus | Thomas Wiest | |
| Fix exception handling. | |||
| 2015-10-06 | Revert "Revert "GCE support"" | Chengcheng Mu | |
| This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b. | |||
| 2015-10-06 | Fix exception handling. | Jaroslav Henner | |
| 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. | |||
| 2015-10-05 | Revert "GCE support" | Thomas Wiest | |
| 2015-10-01 | oo_option fixed, some clean up | Chengcheng Mu | |
| 2015-10-01 | GCE-support (more information in PR, README_GCE.md) | Chengcheng Mu | |
| 2015-09-24 | Add missing , | Wesley Hearn | |
| 2015-09-05 | Fix a minor bug involving AWS ENV Keys | John T Skarbek | |
| * If a user forgot to set their AWS keys, we'd get a non descriptive error about a variable not being set * This patch uses the correct variable so the error message is more informative | |||
| 2015-08-26 | Atomic Enterprise related changes. | Avesh Agarwal | |
| 2015-08-20 | Automatic commit of package [openshift-ansible-bin] release [0.0.19-1]. | Kenny Woodson | |
| 2015-08-13 | Updated to show private ips when doing a list | Kenny Woodson | |
| 2015-08-12 | Updated to read config first and default to users home dir | Kenny Woodson | |
| 2015-08-11 | Prevent Ansible from serializing tasks | Lénaïc Huard | |
| even if the ssh known_host file misses the ssh public host keys of the servers. | |||
| 2015-07-23 | Infra node support | Wesley Hearn | |
| 2015-07-10 | Playbook updates for clustered etcd | Jason DeTiberus | |
| - Add support to bin/cluster for specifying etcd hosts - defaults to 0, if no etcd hosts are selected, then configures embedded etcd - Updates for the byo inventory file for etcd and master as node by default - Consolidation of cluster logic more centrally into common playbook - Added etcd config support to playbooks - Restructured byo playbooks to leverage the common openshift-cluster playbook - Added support to common master playbook to generate and apply external etcd client certs from the etcd ca - start of refactor for better handling of master certs in a multi-master environment. - added the openshift_master_ca and openshift_master_certificates roles to manage master certs instead of generating them in the openshift_master role - added etcd host groups to the cluster update playbooks - aded better handling of host groups when they are either not present or are empty. - Update AWS readme | |||
| 2015-07-10 | bin/cluster supports boto credentials as well as env variables | Jason DeTiberus | |
| 2015-07-06 | Merge pull request #291 from lhuard1A/profile | Thomas Wiest | |
| Add a --profile option to spot which task takes more time | |||
| 2015-07-03 | Add a generic mechanism for passing options | Lénaïc Huard | |
| And use it in the libvirt and openstack playbooks | |||
| 2015-06-29 | Infrastructure - Validate AWS environment before calling playbooks | Jhon Honce | |
