Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable Ansible ssh pipelining to speedup deployment | Lénaïc Huard | 2016-04-01 | 1 | -0/+15 |
| | | | | https://docs.ansible.com/ansible/intro_configuration.html#pipelining | ||||
* | Updating our metadata tooling to work without env | Kenny Woodson | 2016-03-14 | 5 | -147/+46 |
| | |||||
* | fixed error in awsutil.py | Matt Woodson | 2016-03-01 | 1 | -2/+1 |
| | |||||
* | ohi: added subtype searching | Matt Woodson | 2016-03-01 | 2 | -1/+29 |
| | |||||
* | Add warnings to bin/cluster and READMEs | Andrew Butcher | 2016-02-25 | 1 | -0/+7 |
| | |||||
* | Fix typo in oscp | Andy Grimm | 2016-02-23 | 1 | -1/+1 |
| | |||||
* | Adding ip address option | Kenny Woodson | 2016-01-29 | 4 | -16/+52 |
| | |||||
* | Merge pull request #1269 from kwoodson/inventory_alias_fix | Kenny Woodson | 2016-01-25 | 1 | -7/+8 |
|\ | | | | | Supporting awsutil inventory calls with version and hosttype aliases. | ||||
| * | Fixing awsutil to support aliases and v3 | Kenny Woodson | 2016-01-25 | 1 | -7/+8 |
| | | |||||
* | | Remove camel case for bin/cluster addNodes | Jason DeTiberus | 2016-01-19 | 1 | -4/+4 |
|/ | |||||
* | Merge pull request #1179 from kwoodson/v3_doc | Kenny Woodson | 2016-01-13 | 1 | -0/+1 |
|\ | | | | | Udpating opssh documentation. | ||||
| * | Updated help menu for v3 flag | Kenny Woodson | 2016-01-13 | 1 | -0/+1 |
| | | |||||
* | | Add -A parameter to forward ssh agent | Joel Diaz | 2016-01-12 | 1 | -0/+5 |
|/ | |||||
* | Merge pull request #1149 from kwoodson/tab_completion | Kenny Woodson | 2016-01-11 | 3 | -10/+10 |
|\ | | | | | Updating tab completion for metadata changes. | ||||
| * | Merge branch 'tab_completion' of github.com:kwoodson/openshift-ansible into ↵ | Kenny Woodson | 2016-01-11 | 1 | -3/+3 |
| |\ | | | | | | | | | | | | | | | | | | | tab_completion Conflicts: bin/ossh_bash_completion | ||||
| | * | Fixing tab completion for latest metadata changes | Kenny Woodson | 2016-01-11 | 3 | -10/+10 |
| | | | |||||
| * | | Fixing tab completion for latest metadata changes | Kenny Woodson | 2016-01-11 | 3 | -10/+10 |
| |/ | |||||
* | | Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1 | Thomas Wiest | 2016-01-11 | 1 | -4/+1 |
|\ \ | |/ |/| | Make bin/cluster able to spawn an OSE 3.1 cluster | ||||
| * | Make bin/cluster able to spawn OSE 3.1 clusters | Lénaïc Huard | 2016-01-08 | 1 | -4/+1 |
| | | |||||
* | | Update to metadata tooling. | Kenny Woodson | 2016-01-08 | 5 | -96/+134 |
|/ | |||||
* | Removing environment and env tags. | Kenny Woodson | 2016-01-04 | 2 | -57/+67 |
| | |||||
* | Updates to ohi to pull cache if specified. Also require version | Kenny Woodson | 2015-12-14 | 2 | -40/+66 |
| | |||||
* | Updating env-host-type to host patterns | Kenny Woodson | 2015-12-11 | 6 | -21/+21 |
| | |||||
* | more aws support for scaleup | Jason DeTiberus | 2015-11-24 | 1 | -0/+25 |
| | |||||
* | Use field numbers for all formats in bin/cluster for python 2.6 | Andrew Butcher | 2015-11-17 | 1 | -10/+10 |
| | |||||
* | bin/cluster fix python 2.6 issue | Jason DeTiberus | 2015-11-16 | 1 | -6/+6 |
| | |||||
* | Remove references to multi_ec2.py | Jason DeTiberus | 2015-11-10 | 2 | -1/+1 |
| | |||||
* | Support for gce | Kenny Woodson | 2015-11-03 | 6 | -23/+26 |
| | |||||
* | Removing spec files. | Kenny Woodson | 2015-10-28 | 1 | -128/+0 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.21-1]. | Kenny Woodson | 2015-10-28 | 1 | -1/+4 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.20-1]. | Kenny Woodson | 2015-10-28 | 1 | -1/+4 |
| | |||||
* | Merge pull request #659 from jaryn/exit_staus | Thomas Wiest | 2015-10-14 | 1 | -21/+23 |
|\ | | | | | Fix exception handling. | ||||
| * | Fix exception handling. | Jaroslav Henner | 2015-10-06 | 1 | -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. | ||||
* | | Revert "Revert "GCE support"" | Chengcheng Mu | 2015-10-06 | 1 | -4/+8 |
|/ | | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b. | ||||
* | Revert "GCE support" | Thomas Wiest | 2015-10-05 | 1 | -8/+4 |
| | |||||
* | oo_option fixed, some clean up | Chengcheng Mu | 2015-10-01 | 1 | -1/+1 |
| | |||||
* | GCE-support (more information in PR, README_GCE.md) | Chengcheng Mu | 2015-10-01 | 1 | -4/+8 |
| | |||||
* | Add missing , | Wesley Hearn | 2015-09-24 | 1 | -1/+1 |
| | |||||
* | Fix a minor bug involving AWS ENV Keys | John T Skarbek | 2015-09-05 | 1 | -1/+1 |
| | | | | | * 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 | ||||
* | Atomic Enterprise related changes. | Avesh Agarwal | 2015-08-26 | 1 | -0/+4 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.19-1]. | Kenny Woodson | 2015-08-20 | 1 | -1/+19 |
| | |||||
* | Updated to show private ips when doing a list | Kenny Woodson | 2015-08-13 | 2 | -4/+4 |
| | |||||
* | Updated to read config first and default to users home dir | Kenny Woodson | 2015-08-12 | 3 | -7/+28 |
| | |||||
* | Prevent Ansible from serializing tasks | Lénaïc Huard | 2015-08-11 | 1 | -0/+10 |
| | | | | even if the ssh known_host file misses the ssh public host keys of the servers. | ||||
* | Infra node support | Wesley Hearn | 2015-07-23 | 1 | -1/+4 |
| | |||||
* | Playbook updates for clustered etcd | Jason DeTiberus | 2015-07-10 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | - 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 | ||||
* | bin/cluster supports boto credentials as well as env variables | Jason DeTiberus | 2015-07-10 | 1 | -2/+8 |
| | |||||
* | Merge pull request #291 from lhuard1A/profile | Thomas Wiest | 2015-07-06 | 1 | -0/+6 |
|\ | | | | | Add a --profile option to spot which task takes more time | ||||
| * | Add a --profile option to spot which task takes more time | Lénaïc Huard | 2015-06-22 | 1 | -0/+6 |
| | | |||||
* | | Add a generic mechanism for passing options | Lénaïc Huard | 2015-07-03 | 1 | -1/+1 |
| | | | | | | | | And use it in the libvirt and openstack playbooks |