summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-26removed references to atomic proxy.Thomas Wiest
2015-05-22Merge pull request #243 from twiest/prThomas Wiest
Added style and best practices guides
2015-05-22Added style and best practices guidesThomas Wiest
2015-05-22Merge pull request #234 from lhuard1A/remove_use_of_local_arp_cacheThomas Wiest
[libvirt cluster] Use net-dhcp-leases to find VMs’ IPs
2015-05-22Merge pull request #233 from jsafrane/devel/nfs-volumesThomas Wiest
Add nfs-volumes role.
2015-05-22Fix the remaining pylint warningsLénaïc Huard
2015-05-22Fix some of the pylint warningsLénaïc Huard
2015-05-22[libvirt cluster] Use net-dhcp-leases to find VMs’ IPsLénaïc Huard
Query libvirt’s DHCP leases rather than inspecting the host’s ARP cache to find the VMs’ IPs.
2015-05-21Merge pull request #240 from kwoodson/disable_pylint_fixmeKenny Woodson
Updating pylintrc settings.
2015-05-21Updated settings for pylintrc.Kenny Woodson
2015-05-21Merge pull request #239 from tdawson/201505UpdateAMITroy Dawson
Update online ami image
2015-05-21Update online ami imageTroy Dawson
2015-05-21Merge pull request #238 from detiber/skydnsPortFixThomas Wiest
openshift_master open port for skydns service
2015-05-21Merge pull request #235 from detiber/awsNoPublicWesley Hearn
Guard against missing aws metadata for hostnames/ips
2015-05-21Merge pull request #237 from detiber/ansibleVerCheckThomas Wiest
Verify ansible is greater than 1.8.0 and not 1.9.0
2015-05-21Merge pull request #236 from detiber/byoMasterFixThomas Wiest
BYO playbook fix
2015-05-20openshift_master open port for skydns serviceJason DeTiberus
2015-05-20Revert "oo_filters.py: oo_set_node_label"Wesley Hearn
This reverts commit d04ddc76227db51fda8b1850a09a9c3cfd9125db.
2015-05-20Revert "Initial add of openshift_master_post"Wesley Hearn
This reverts commit 294f2254b818c466ecf7ab71426a08b6dc99f89c.
2015-05-20Revert "Made a generic set_attr and set_attrs function to reduce dup code"Wesley Hearn
This reverts commit 4da7b790d5eb8e870bd81208f7074bba81a0989b.
2015-05-20Made a generic set_attr and set_attrs function to reduce dup codeWesley Hearn
2015-05-20Verify ansible is greater than 1.8.0 and not 1.9.0Jason DeTiberus
2015-05-20BYO playbook fixJason DeTiberus
- Fix bug where playbooks/byo/config.yml would error if only a master is defined in the inventory.
2015-05-20Initial add of openshift_master_postWesley Hearn
2015-05-20oo_filters.py: oo_set_node_labelWesley Hearn
2015-05-20Guard against missing aws metadata for hostnames/ipsJason DeTiberus
2015-05-20Add nfs-volumes role.Jan Safranek
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.
2015-05-19Merge pull request #232 from kwoodson/changesKenny Woodson
Removed destination format.
2015-05-19Removing destination formatKenny Woodson
2015-05-18Merge pull request #230 from kwoodson/nocowsThomas Wiest
Disabling cows and refactor of config options to ansible.cfg.
2015-05-18Updating ansible config through a separate config.ymlKenny Woodson
2015-05-15Automatic commit of package [openshift-ansible-bin] release [0.0.17-1].Thomas Wiest
2015-05-15Merge pull request #229 from twiest/prThomas Wiest
fixed the openshift-ansible-bin build
2015-05-15fixed the openshift-ansible-bin buildThomas Wiest
2015-05-15Automatic commit of package [openshift-ansible-inventory] release [0.0.7-1].Kenny Woodson
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-15Merge pull request #228 from twiest/prThomas Wiest
Fixed openshift-ansible-bin rpm build
2015-05-15Fixed openshift-ansible-bin rpm buildThomas Wiest
2015-05-14Merge pull request #227 from kwoodson/ec2_libraryKenny Woodson
Update to call multi_ec2 as library for command line tools.
2015-05-14Command line tools import multi_ec2 as libKenny Woodson
2015-05-14Merge pull request #226 from kwoodson/hostvarsKenny Woodson
Added ability to group by hostvars specified in yaml.
2015-05-14Added ability to create groupby options on hostvarsKenny Woodson
2015-05-14Merge pull request #225 from kwoodson/multi_ec2_libKenny Woodson
multi_ec2 can be called as a library
2015-05-14Making multi_ec2 into a libraryKenny Woodson
2015-05-13Automatic commit of package [openshift-ansible-inventory] release [0.0.6-1].Thomas Wiest
2015-05-13Merge pull request #224 from kwoodson/multi_ec2_fixKenny Woodson
Added group option to multi_ec2. Also tmp file removal fix.
2015-05-13Added support for grouping and a bug fix.Kenny Woodson
2015-05-13Merge pull request #223 from kwoodson/multi_ec2_iniThomas Wiest
Added option to use alternate ec2.ini.