summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add nfs-volumes role.Jan Safranek2015-05-208-0/+444
| | | | | | This role is useful to use (physical) disks as persistent volumes in Kubernetes. It partitions the disks, exports the partitions as NFS shares and registers the shares as physical volumes at remote Kubernetes installation.
* Merge pull request #232 from kwoodson/changesKenny Woodson2015-05-191-14/+0
|\ | | | | Removed destination format.
| * Removing destination formatKenny Woodson2015-05-191-14/+0
|/
* Merge pull request #230 from kwoodson/nocowsThomas Wiest2015-05-183-7/+12
|\ | | | | Disabling cows and refactor of config options to ansible.cfg.
| * Updating ansible config through a separate config.ymlKenny Woodson2015-05-183-7/+12
|/
* Automatic commit of package [openshift-ansible-bin] release [0.0.17-1].Thomas Wiest2015-05-152-2/+5
|
* Merge pull request #229 from twiest/prThomas Wiest2015-05-152-6/+7
|\ | | | | fixed the openshift-ansible-bin build
| * fixed the openshift-ansible-bin buildThomas Wiest2015-05-152-6/+7
|/
* Automatic commit of package [openshift-ansible-inventory] release [0.0.7-1].Kenny Woodson2015-05-152-2/+5
|
* Automatic commit of package [openshift-ansible-bin] release [0.0.16-1].Kenny Woodson2015-05-152-2/+5
|
* Automatic commit of package [openshift-ansible-bin] release [0.0.15-1].Kenny Woodson2015-05-152-2/+5
|
* Automatic commit of package [openshift-ansible-bin] release [0.0.14-1].Thomas Wiest2015-05-152-2/+5
|
* Merge pull request #228 from twiest/prThomas Wiest2015-05-151-1/+1
|\ | | | | Fixed openshift-ansible-bin rpm build
| * Fixed openshift-ansible-bin rpm buildThomas Wiest2015-05-151-1/+1
|/
* Merge pull request #227 from kwoodson/ec2_libraryKenny Woodson2015-05-145-55/+11
|\ | | | | Update to call multi_ec2 as library for command line tools.
| * Command line tools import multi_ec2 as libKenny Woodson2015-05-145-55/+11
|/
* Merge pull request #226 from kwoodson/hostvarsKenny Woodson2015-05-141-0/+7
|\ | | | | Added ability to group by hostvars specified in yaml.
| * Added ability to create groupby options on hostvarsKenny Woodson2015-05-141-0/+7
|/
* Merge pull request #225 from kwoodson/multi_ec2_libKenny Woodson2015-05-141-12/+27
|\ | | | | multi_ec2 can be called as a library
| * Making multi_ec2 into a libraryKenny Woodson2015-05-141-12/+27
|/
* Automatic commit of package [openshift-ansible-inventory] release [0.0.6-1].Thomas Wiest2015-05-132-2/+5
|
* Merge pull request #224 from kwoodson/multi_ec2_fixKenny Woodson2015-05-132-17/+53
|\ | | | | Added group option to multi_ec2. Also tmp file removal fix.
| * Added support for grouping and a bug fix.Kenny Woodson2015-05-132-17/+53
|/
* Merge pull request #223 from kwoodson/multi_ec2_iniThomas Wiest2015-05-131-0/+7
|\ | | | | Added option to use alternate ec2.ini.
| * Added options for separate ec2.ini filesKenny Woodson2015-05-131-0/+7
|/
* Automatic commit of package [openshift-ansible-inventory] release [0.0.5-1].Thomas Wiest2015-05-122-2/+7
|
* Merge pull request #222 from twiest/prThomas Wiest2015-05-121-2/+1
|\ | | | | removed ec2.ini from the openshift-ansible-inventory.spec file so that we're not dictating what the ec2.ini file should look like.
| * removed ec2.ini from the openshift-ansible-inventory.spec file so that we're ↵Thomas Wiest2015-05-121-2/+1
|/ | | | not dictating what the ec2.ini file should look like.
* Merge pull request #221 from kwoodson/ec2_iniKenny Woodson2015-05-122-21/+63
|\ | | | | Added option to use alternate ec2.ini.
| * Added capability to pass in ec2.ini file.Kenny Woodson2015-05-122-21/+63
|/
* Merge pull request #220 from kwoodson/global_configKenny Woodson2015-05-114-13/+36
|\ | | | | Adding cache location for multi ec2.
| * Adding cache location for multi ec2Kenny Woodson2015-05-114-13/+36
| |
* | Merge pull request #218 from twiest/prThomas Wiest2015-05-081-0/+0
|\ \ | |/ |/| renamed ansible.cfg to ansible.cfg.example to avoid ansible accidentally picking this up as it's config file.
| * renamed ansible.cfg to ansible.cfg.example to avoid ansible accidentally ↵Thomas Wiest2015-05-081-0/+0
| | | | | | | | picking this up as it's config file.
* | Automatic commit of package [openshift-ansible-inventory] release [0.0.4-1].Thomas Wiest2015-05-072-2/+5
| |
* | Merge pull request #217 from kwoodson/inven_fixThomas Wiest2015-05-071-1/+1
|\ \ | | | | | | Fixed a variable naming bug due to rename.
| * | Fixed a bug due to renaming of variables.Kenny Woodson2015-05-071-1/+1
| | |
* | | Automatic commit of package [openshift-ansible-inventory] release [0.0.3-1].Thomas Wiest2015-05-072-2/+9
| | |
* | | Merge pull request #215 from twiest/prThomas Wiest2015-05-071-2/+2
|\ \ \ | | |/ | |/| fixed build problems with openshift-ansible-inventory.spec
| * | fixed build problems with openshift-ansible-inventory.specThomas Wiest2015-05-071-2/+2
|/ /
* | Merge pull request #214 from kwoodson/cache_locationKenny Woodson2015-05-072-2/+27
|\ \ | | | | | | Adding cache location option to multi_ec2.yaml
| * | Allow option in multi_ec2 to set cache location.Kenny Woodson2015-05-072-2/+27
| |/
* / Automatic commit of package [openshift-ansible-bin] release [0.0.13-1].Thomas Wiest2015-05-072-2/+5
|/
* Merge pull request #212 from twiest/prThomas Wiest2015-05-072-42/+100
|\ | | | | added '-e all' to ohi.
| * added '-e all' to ohi and fixed pylint errors.Thomas Wiest2015-05-072-42/+100
|/
* Merge pull request #199 from detiber/factFixingThomas Wiest2015-05-063-345/+632
|\ | | | | fix bugs with openshift_facts
| * pylint fixesJason DeTiberus2015-05-061-352/+553
| |
| * openshift_fact and misc fixesJason DeTiberus2015-05-063-131/+217
|/ | | | | | | | | | | | | | | | - Do not attempt to fetch file to same file location when playbooks are run locally on master - Fix for openshift_facts when run against a host in a VPC that does not assign internal/external hostnames or ips - Fix setting of labels and annotations on node instances and in openshift_facts - converted openshift_facts to use json for local_fact storage instead of an ini file, included code that should migrate existing ini users to json - added region/zone setting to byo inventory - Fix fact related bug where deployment_type was being set on node role instead of common role for node hosts
* Automatic commit of package [openshift-ansible-bin] release [0.0.12-1].Thomas Wiest2015-05-052-2/+6
|
* Merge pull request #205 from twiest/prThomas Wiest2015-05-052-33/+28
|\ | | | | fixed opssh and opscp to allow just environment or just host-type.