summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2016-09-29Set the DomainName or DomainID in the OpenStack cloud providerLénaïc Huard
Whereas with the OpenStack keystone v2 authentication API, the username and the password are enough, the keystone v3 API requires an additional domain parameter. Fixes #2515
2016-09-26Fix OpenStack cloud providerLénaïc Huard
2016-05-25Cleanup bin, test and roles/openshift_ansible_inventory following move to ↵Andrew Butcher
openshift-tools
2016-04-29fix up variable references remove "online" support from bin/clusterJason DeTiberus
2016-04-01Enable Ansible ssh pipelining to speedup deploymentLénaïc Huard
https://docs.ansible.com/ansible/intro_configuration.html#pipelining
2016-03-14Updating our metadata tooling to work without envKenny Woodson
2016-03-01fixed error in awsutil.pyMatt Woodson
2016-03-01ohi: added subtype searchingMatt Woodson
2016-02-25Add warnings to bin/cluster and READMEsAndrew Butcher
2016-02-23Fix typo in oscpAndy Grimm
2016-01-29Adding ip address optionKenny Woodson
2016-01-25Merge pull request #1269 from kwoodson/inventory_alias_fixKenny Woodson
Supporting awsutil inventory calls with version and hosttype aliases.
2016-01-25Fixing awsutil to support aliases and v3Kenny Woodson
2016-01-19Remove camel case for bin/cluster addNodesJason DeTiberus
2016-01-13Merge pull request #1179 from kwoodson/v3_docKenny Woodson
Udpating opssh documentation.
2016-01-13Updated help menu for v3 flagKenny Woodson
2016-01-12Add -A parameter to forward ssh agentJoel Diaz
2016-01-11Merge pull request #1149 from kwoodson/tab_completionKenny Woodson
Updating tab completion for metadata changes.
2016-01-11Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1Thomas Wiest
Make bin/cluster able to spawn an OSE 3.1 cluster
2016-01-11Merge branch 'tab_completion' of github.com:kwoodson/openshift-ansible into ↵Kenny Woodson
tab_completion Conflicts: bin/ossh_bash_completion
2016-01-11Fixing tab completion for latest metadata changesKenny Woodson
2016-01-11Fixing tab completion for latest metadata changesKenny Woodson
2016-01-08Update to metadata tooling.Kenny Woodson
2016-01-08Make bin/cluster able to spawn OSE 3.1 clustersLénaïc Huard
2016-01-04Removing environment and env tags.Kenny Woodson
2015-12-14Updates to ohi to pull cache if specified. Also require versionKenny Woodson
2015-12-11Updating env-host-type to host patternsKenny Woodson
2015-11-24more aws support for scaleupJason DeTiberus
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