summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2015-11-17Use field numbers for all formats in bin/cluster for python 2.6Andrew Butcher
2015-11-16bin/cluster fix python 2.6 issueJason DeTiberus
2015-11-10Remove references to multi_ec2.pyJason DeTiberus
2015-11-03Support for gceKenny Woodson
2015-10-28Removing spec files.Kenny Woodson
2015-10-28Automatic commit of package [openshift-ansible-bin] release [0.0.21-1].Kenny Woodson
2015-10-28Automatic commit of package [openshift-ansible-bin] release [0.0.20-1].Kenny Woodson
2015-10-14Merge pull request #659 from jaryn/exit_stausThomas Wiest
Fix exception handling.
2015-10-06Revert "Revert "GCE support""Chengcheng Mu
This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
2015-10-06Fix 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-05Revert "GCE support"Thomas Wiest
2015-10-01oo_option fixed, some clean upChengcheng Mu
2015-10-01GCE-support (more information in PR, README_GCE.md)Chengcheng Mu
2015-09-24Add missing ,Wesley Hearn
2015-09-05Fix a minor bug involving AWS ENV KeysJohn 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-26Atomic Enterprise related changes.Avesh Agarwal
2015-08-20Automatic commit of package [openshift-ansible-bin] release [0.0.19-1].Kenny Woodson
2015-08-13Updated to show private ips when doing a listKenny Woodson
2015-08-12Updated to read config first and default to users home dirKenny Woodson
2015-08-11Prevent Ansible from serializing tasksLénaïc Huard
even if the ssh known_host file misses the ssh public host keys of the servers.
2015-07-23Infra node supportWesley Hearn
2015-07-10Playbook updates for clustered etcdJason 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-10bin/cluster supports boto credentials as well as env variablesJason DeTiberus
2015-07-06Merge pull request #291 from lhuard1A/profileThomas Wiest
Add a --profile option to spot which task takes more time
2015-07-03Add a generic mechanism for passing optionsLénaïc Huard
And use it in the libvirt and openstack playbooks
2015-06-29Infrastructure - Validate AWS environment before calling playbooksJhon Honce
2015-06-22Add a --profile option to spot which task takes more timeLénaïc Huard
2015-06-19changed Openshift to OpenShiftThomas Wiest
2015-06-09Automatic commit of package [openshift-ansible-bin] release [0.0.18-1].Kenny Woodson
2015-06-08Implement OpenStack providerLénaïc Huard
2015-06-04* Update defaults and examples to track core concepts guideJhon Honce
2015-06-03Issue 119 - Add support for ~/.openshift-ansibleJhon Honce
* Allow user to override: validate_cluster_ids, cluster_ids, providers
2015-06-03Infrastructure - Add service action to bin/clusterJhon Honce
* Add necessary playbooks/roles * Cleanup bin/cluster to meet new design guide lines
2015-05-15Automatic commit of package [openshift-ansible-bin] release [0.0.17-1].Thomas Wiest
2015-05-15fixed the openshift-ansible-bin buildThomas Wiest
2015-05-15Automatic commit of package [openshift-ansible-bin] release [0.0.16-1].Kenny Woodson
2015-05-15Automatic commit of package [openshift-ansible-bin] release [0.0.15-1].Kenny Woodson
2015-05-15Automatic commit of package [openshift-ansible-bin] release [0.0.14-1].Thomas Wiest
2015-05-15Fixed openshift-ansible-bin rpm buildThomas Wiest
2015-05-14Command line tools import multi_ec2 as libKenny Woodson
2015-05-11Adding cache location for multi ec2Kenny Woodson
2015-05-07Automatic commit of package [openshift-ansible-bin] release [0.0.13-1].Thomas Wiest
2015-05-07added '-e all' to ohi and fixed pylint errors.Thomas Wiest
2015-05-05Automatic commit of package [openshift-ansible-bin] release [0.0.12-1].Thomas Wiest
2015-05-05fixed opssh and opscp to allow just environment or just host-type.Thomas Wiest
2015-05-04Automatic commit of package [openshift-ansible-bin] release [0.0.11-1].Thomas Wiest
2015-05-04changed 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-01Added --user option to ohi to pre-pend the username in the hostlist output.Thomas Wiest
2015-05-01Added utils.py that contains a normalize_dnsname function good for sorting ↵Thomas Wiest
dns names to a human readable list.
2015-04-30Automatic commit of package [openshift-ansible-bin] release [0.0.10-1].Thomas Wiest