Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | | Infrastructure - Validate AWS environment before calling playbooks | Jhon Honce | 2015-06-29 | 1 | -5/+18 |
| | | |||||
* | | changed Openshift to OpenShift | Thomas Wiest | 2015-06-19 | 3 | -3/+3 |
|/ | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.18-1]. | Kenny Woodson | 2015-06-09 | 1 | -1/+8 |
| | |||||
* | Implement OpenStack provider | Lénaïc Huard | 2015-06-08 | 1 | -2/+11 |
| | |||||
* | * Update defaults and examples to track core concepts guide | Jhon Honce | 2015-06-04 | 1 | -2/+2 |
| | |||||
* | Issue 119 - Add support for ~/.openshift-ansible | Jhon Honce | 2015-06-03 | 1 | -3/+25 |
| | | | | * Allow user to override: validate_cluster_ids, cluster_ids, providers | ||||
* | Infrastructure - Add service action to bin/cluster | Jhon Honce | 2015-06-03 | 1 | -3/+27 |
| | | | | | * Add necessary playbooks/roles * Cleanup bin/cluster to meet new design guide lines | ||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.17-1]. | Thomas Wiest | 2015-05-15 | 1 | -1/+4 |
| | |||||
* | fixed the openshift-ansible-bin build | Thomas Wiest | 2015-05-15 | 1 | -6/+6 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.16-1]. | Kenny Woodson | 2015-05-15 | 1 | -1/+4 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.15-1]. | Kenny Woodson | 2015-05-15 | 1 | -1/+4 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.14-1]. | Thomas Wiest | 2015-05-15 | 1 | -1/+4 |
| | |||||
* | Fixed openshift-ansible-bin rpm build | Thomas Wiest | 2015-05-15 | 1 | -1/+1 |
| | |||||
* | Command line tools import multi_ec2 as lib | Kenny Woodson | 2015-05-14 | 5 | -55/+11 |
| | |||||
* | Adding cache location for multi ec2 | Kenny Woodson | 2015-05-11 | 2 | -13/+16 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.13-1]. | Thomas Wiest | 2015-05-07 | 1 | -1/+4 |
| | |||||
* | added '-e all' to ohi and fixed pylint errors. | Thomas Wiest | 2015-05-07 | 2 | -42/+100 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.12-1]. | Thomas Wiest | 2015-05-05 | 1 | -1/+5 |
| | |||||
* | fixed opssh and opscp to allow just environment or just host-type. | Thomas Wiest | 2015-05-05 | 2 | -33/+28 |
| | |||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.11-1]. | Thomas Wiest | 2015-05-04 | 1 | -1/+9 |
| | |||||
* | changed opssh to a bash script using ohi to make it easier to maintain, and ↵ | Thomas Wiest | 2015-05-04 | 2 | -213/+215 |
| | | | | to expose all of the pssh features directly. | ||||
* | Added --user option to ohi to pre-pend the username in the hostlist output. | Thomas Wiest | 2015-05-01 | 1 | -1/+9 |
| | |||||
* | Added utils.py that contains a normalize_dnsname function good for sorting ↵ | Thomas Wiest | 2015-05-01 | 2 | -1/+34 |
| | | | | dns names to a human readable list. | ||||
* | Automatic commit of package [openshift-ansible-bin] release [0.0.10-1]. | Thomas Wiest | 2015-04-30 | 1 | -1/+4 |
| | |||||
* | added --list-host-types option to opscp | Thomas Wiest | 2015-04-30 | 1 | -0/+5 |
| |