Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #52 from pravisankar/cluster-config-opts | Jhon Honce | 2015-02-04 | 2 | -12/+35 |
|\ | | | | | Bug 1163631 - Make master/minion playbook configurable in cluster.sh | ||||
| * | Bug 1163631 - Make master/minion playbook configurable in cluster.sh | Ravi Sankar Penta | 2015-02-04 | 2 | -12/+35 |
|/ | | | | Now config options can take both short and long notations. | ||||
* | Merge pull request #51 from calfonso/bz1174620 | Jhon Honce | 2015-02-04 | 1 | -0/+1 |
|\ | | | | | Adding a more informative message if no supported environments are found... | ||||
| * | Adding a more informative message if no supported environments are found. | Chris Alfonso | 2015-02-03 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #50 from calfonso/bz1174620 | Jhon Honce | 2015-02-03 | 1 | -1/+1 |
|\| | | | | | BZ1174620 - Show grep error of no such file when upper case provider.. | ||||
| * | BZ1174620 - Show grep error of no such file when upper case provider.. | Chris Alfonso | 2015-02-03 | 1 | -1/+1 |
|/ | | | | * This patch just silences grep errors | ||||
* | Merge pull request #49 from kwoodson/filters | Kenny Woodson | 2015-01-29 | 1 | -3/+12 |
|\ | | | | | Adding filtering capabilities to oo_select ansible filtering. | ||||
| * | Add filters to oo_collect filter so that we can pick and choose what we want ↵ | Kenny Woodson | 2015-01-29 | 1 | -3/+12 |
|/ | | | | to receive back based on more than a single attribute. | ||||
* | Merge pull request #45 from jwhonce/wip/pod_updates | Jhon Honce | 2015-01-09 | 9 | -8/+10 |
|\ | | | | | Infrastructure - Update pod definitions | ||||
| * | Infrastructure - Update pod definitions | Jhon Honce | 2015-01-09 | 9 | -8/+10 |
|/ | | | | * Bring pod definitions in line with lates k8s release | ||||
* | Merge pull request #44 from kwoodson/add_multi_tests | Kenny Woodson | 2014-12-18 | 1 | -0/+28 |
|\ | | | | | Add multi tests | ||||
| * | Merge branch 'master' into add_multi_tests | Kenny Woodson | 2014-12-18 | 1 | -0/+4 |
| |\ | |/ |/| | |||||
* | | Merge pull request #43 from twiest/pr | Kenny Woodson | 2014-12-18 | 1 | -0/+4 |
|\ \ | | | | | | | fixed bug in multi_ec2.py where it was only allowing relatively path'd providers if you ran multi_ec2.py from the inventory directory. | ||||
| * | | fixed bug in multi_ec2.py where it was only allowing relatively path'd ↵ | Thomas Wiest | 2014-12-18 | 1 | -0/+4 |
|/ / | | | | | | | providers if you ran multi_ec2.py from the inventory directory. | ||||
| * | Updated with more tests | Kenny Woodson | 2014-12-18 | 1 | -0/+28 |
|/ | |||||
* | Merge pull request #42 from kwoodson/test | Kenny Woodson | 2014-12-18 | 4 | -4/+88 |
|\ | | | | | Adding unittests for multi_ec2. | ||||
| * | unittest for merge_destructively. More to come | Kenny Woodson | 2014-12-18 | 4 | -4/+88 |
|/ | | | | | | | | Added a readme so its obvious how to run tests Leaving this alone. Getting cleaned up in next PR Fixing space | ||||
* | Merge pull request #39 from twiest/pr | Thomas Wiest | 2014-12-18 | 4 | -13/+10 |
|\ | | | | | changed multi_ec2.py to print the json result string instead of the python pretty print string. | ||||
| * | changed multi_ec2.py to print the json result string instead of the python ↵ | Thomas Wiest | 2014-12-18 | 4 | -13/+10 |
|/ | | | | pretty print string. | ||||
* | Merge pull request #38 from kwoodson/default_env | Kenny Woodson | 2014-12-18 | 1 | -8/+30 |
|\ | | | | | Adding default aws credentials when calling mutli_ec2 | ||||
| * | Variable-ized the config file path with the name. | Kenny Woodson | 2014-12-18 | 1 | -1/+1 |
| | | |||||
| * | Added default environment behavoir for aws credentials | Kenny Woodson | 2014-12-18 | 1 | -8/+30 |
|/ | |||||
* | Merge pull request #37 from twiest/pr | Thomas Wiest | 2014-12-15 | 1 | -2/+2 |
|\ | | | | | minor bug fix | ||||
| * | minor bug fix | Thomas Wiest | 2014-12-15 | 1 | -2/+2 |
|/ | |||||
* | Merge pull request #36 from twiest/pr | Thomas Wiest | 2014-12-15 | 58 | -1035/+71 |
|\ | | | | | changed atomic proxy to use pre-built container images | ||||
| * | changed atomic proxy to use pre-built container images | Thomas Wiest | 2014-12-15 | 58 | -1035/+71 |
|/ | |||||
* | Merge pull request #35 from liangxia/master | Thomas Wiest | 2014-12-15 | 1 | -1/+1 |
|\ | | | | | suppress error unbound variable | ||||
| * | suppress error unbound variable | liangxia | 2014-12-15 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #34 from kwoodson/meta_inventory | Kenny Woodson | 2014-12-15 | 3 | -0/+213 |
|\ \ | |/ |/| | Adding a meta inventory to query multiple cloud accounts. | ||||
| * | Updated the function name to accurately reflect its procedure. | Kenny Woodson | 2014-12-12 | 1 | -3/+3 |
| | | |||||
| * | Updated merge function to merge recursively | Kenny Woodson | 2014-12-12 | 2 | -24/+37 |
| | | |||||
| * | Fixed naming for chache file. | Kenny Woodson | 2014-12-12 | 1 | -1/+1 |
| | | |||||
| * | In order to agree with previous renaming these naming changes were made. | Kenny Woodson | 2014-12-12 | 3 | -2/+2 |
| | | |||||
| * | Updated with the class name. | Kenny Woodson | 2014-12-12 | 1 | -2/+2 |
| | | |||||
| * | Updated name to multi_ec2 instead of meta. | Kenny Woodson | 2014-12-12 | 2 | -0/+1 |
| | | |||||
| * | First version of meta inventory. | Kenny Woodson | 2014-12-12 | 3 | -0/+199 |
| | | |||||
* | | Merge pull request #32 from akram/master | Thomas Wiest | 2014-12-12 | 9 | -8/+245 |
|\ \ | |/ |/| | Adding AWS support to openshift-ansible module | ||||
| * | Adding AWS support to openshift-ansible module | Akram Ben Aissi | 2014-12-12 | 9 | -8/+245 |
|/ | | | | | | | | | | - Update documentation to say that ssh configuration need to point to the private key file - Removing the -p argument when calling time .... because it is misintrepreted by ruby - Turning the cluster.sh to agnostic in its help/error message by replacing explicit reference to GCE by a a variable - Fixing a bug within the playbooks that incorrectly references the minions and master fact group. - Adding playbooks for AWS, which are almost of copy/paste for those of GCE - Added environment variable OO_PROVIDER to allow definition of the provider. Defaults is gce - TODO implement the terminate.yml cookbook | ||||
* | Merge pull request #28 from maxamillion/admiller/fix_cluster_sh | Thomas Wiest | 2014-11-13 | 1 | -1/+1 |
|\ | | | | | short-term fix up for cluster.sh supported environment tags | ||||
| * | short-term fix up for cluster.sh supported environment tags | Adam Miller | 2014-11-11 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #31 from twiest/pr | Thomas Wiest | 2014-11-13 | 1 | -0/+3 |
|\ \ | | | | | | | added libra_ops group to puppet container | ||||
| * | | added libra_ops group to puppet container | Thomas Wiest | 2014-11-13 | 1 | -0/+3 |
|/ / | |||||
* | | Merge pull request #30 from jwhonce/wip/qe | Jhon Honce | 2014-11-13 | 2 | -2/+2 |
|\ \ | | | | | | | Add lint environment tag for QE | ||||
| * | | Add lint environment tag for QE | Jhon Honce | 2014-11-13 | 2 | -2/+2 |
|/ / | |||||
* | | Merge pull request #29 from twiest/pr | Thomas Wiest | 2014-11-12 | 3 | -6/+9 |
|\ \ | |/ |/| | made ops-ctl-haproxy work inside of the proxy container. | ||||
| * | made ops-ctl-haproxy work inside of the proxy container. | Thomas Wiest | 2014-11-12 | 2 | -2/+9 |
| | | |||||
| * | removed zbxapi workaround as it's no longer needed | Thomas Wiest | 2014-11-11 | 1 | -4/+0 |
|/ | |||||
* | Merge pull request #27 from twiest/pr | Kenny Woodson | 2014-11-04 | 7 | -3/+17 |
|\ | | | | | making atomic proxy be able to be deployed to PROD. | ||||
| * | making atomic proxy be able to be deployed to PROD. | Thomas Wiest | 2014-11-03 | 7 | -3/+17 |
|/ | |||||
* | Merge pull request #26 from jwhonce/wip/lastest | Thomas Wiest | 2014-11-03 | 1 | -8/+6 |
|\ | | | | | Update docs |