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