summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* Remove vim configuration from Python filesRodolfo Carvalho2017-05-091-1/+0
| | | | | | | In a project where contributors are free to use whatever editor they want and we have linting tools that verify the proper formatting of Python files, it should not be required to have a vim-specific line in Python files.
* Document bin/cluster toolRodolfo Carvalho2017-01-131-0/+6
|
* Fix typosRodolfo Carvalho2016-10-191-1/+1
|
* Set the DomainName or DomainID in the OpenStack cloud providerLénaïc Huard2016-09-291-3/+10
| | | | | | | | 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
* Fix OpenStack cloud providerLénaïc Huard2016-09-261-0/+11
|
* Cleanup bin, test and roles/openshift_ansible_inventory following move to ↵Andrew Butcher2016-05-2515-1283/+0
| | | | openshift-tools
* fix up variable references remove "online" support from bin/clusterJason DeTiberus2016-04-291-1/+1
|
* Enable Ansible ssh pipelining to speedup deploymentLénaïc Huard2016-04-011-0/+15
| | | | https://docs.ansible.com/ansible/intro_configuration.html#pipelining
* Updating our metadata tooling to work without envKenny Woodson2016-03-145-147/+46
|
* fixed error in awsutil.pyMatt Woodson2016-03-011-2/+1
|
* ohi: added subtype searchingMatt Woodson2016-03-012-1/+29
|
* Add warnings to bin/cluster and READMEsAndrew Butcher2016-02-251-0/+7
|
* Fix typo in oscpAndy Grimm2016-02-231-1/+1
|
* Adding ip address optionKenny Woodson2016-01-294-16/+52
|
* Merge pull request #1269 from kwoodson/inventory_alias_fixKenny Woodson2016-01-251-7/+8
|\ | | | | Supporting awsutil inventory calls with version and hosttype aliases.
| * Fixing awsutil to support aliases and v3Kenny Woodson2016-01-251-7/+8
| |
* | Remove camel case for bin/cluster addNodesJason DeTiberus2016-01-191-4/+4
|/
* Merge pull request #1179 from kwoodson/v3_docKenny Woodson2016-01-131-0/+1
|\ | | | | Udpating opssh documentation.
| * Updated help menu for v3 flagKenny Woodson2016-01-131-0/+1
| |
* | Add -A parameter to forward ssh agentJoel Diaz2016-01-121-0/+5
|/
* Merge pull request #1149 from kwoodson/tab_completionKenny Woodson2016-01-113-10/+10
|\ | | | | Updating tab completion for metadata changes.
| * Merge branch 'tab_completion' of github.com:kwoodson/openshift-ansible into ↵Kenny Woodson2016-01-111-3/+3
| |\ | | | | | | | | | | | | | | | | | | tab_completion Conflicts: bin/ossh_bash_completion
| | * Fixing tab completion for latest metadata changesKenny Woodson2016-01-113-10/+10
| | |
| * | Fixing tab completion for latest metadata changesKenny Woodson2016-01-113-10/+10
| |/
* | Merge pull request #1128 from lhuard1A/bin_cluster_ose_3.1Thomas Wiest2016-01-111-4/+1
|\ \ | |/ |/| Make bin/cluster able to spawn an OSE 3.1 cluster
| * Make bin/cluster able to spawn OSE 3.1 clustersLénaïc Huard2016-01-081-4/+1
| |
* | Update to metadata tooling.Kenny Woodson2016-01-085-96/+134
|/
* Removing environment and env tags.Kenny Woodson2016-01-042-57/+67
|
* Updates to ohi to pull cache if specified. Also require versionKenny Woodson2015-12-142-40/+66
|
* Updating env-host-type to host patternsKenny Woodson2015-12-116-21/+21
|
* more aws support for scaleupJason DeTiberus2015-11-241-0/+25
|
* Use field numbers for all formats in bin/cluster for python 2.6Andrew Butcher2015-11-171-10/+10
|
* bin/cluster fix python 2.6 issueJason DeTiberus2015-11-161-6/+6
|
* Remove references to multi_ec2.pyJason DeTiberus2015-11-102-1/+1
|
* Support for gceKenny Woodson2015-11-036-23/+26
|
* Removing spec files.Kenny Woodson2015-10-281-128/+0
|
* Automatic commit of package [openshift-ansible-bin] release [0.0.21-1].Kenny Woodson2015-10-281-1/+4
|
* Automatic commit of package [openshift-ansible-bin] release [0.0.20-1].Kenny Woodson2015-10-281-1/+4
|
* Merge pull request #659 from jaryn/exit_stausThomas Wiest2015-10-141-21/+23
|\ | | | | Fix exception handling.
| * Fix exception handling.Jaroslav Henner2015-10-061-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 Mu2015-10-061-4/+8
|/ | | | This reverts commit 3073d1f729f9dcd202088f6b318b465567c6344b.
* Revert "GCE support"Thomas Wiest2015-10-051-8/+4
|
* oo_option fixed, some clean upChengcheng Mu2015-10-011-1/+1
|
* GCE-support (more information in PR, README_GCE.md)Chengcheng Mu2015-10-011-4/+8
|
* Add missing ,Wesley Hearn2015-09-241-1/+1
|
* Fix a minor bug involving AWS ENV KeysJohn T Skarbek2015-09-051-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 Agarwal2015-08-261-0/+4
|
* Automatic commit of package [openshift-ansible-bin] release [0.0.19-1].Kenny Woodson2015-08-201-1/+19
|
* Updated to show private ips when doing a listKenny Woodson2015-08-132-4/+4
|
* Updated to read config first and default to users home dirKenny Woodson2015-08-123-7/+28
|