summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-07 16:48:25 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-07 16:48:25 -0400
commit9cf97c888698a6fda1a03f0eb5ae5bd74ee2408b (patch)
treeb6f9cc1e5958c224ff6e6cdc50208fe5ca3d5d0e /inventory
parentffe1236091eaee331f81b0c0ebc1bec255227538 (diff)
downloadopenshift-9cf97c888698a6fda1a03f0eb5ae5bd74ee2408b.tar.gz
openshift-9cf97c888698a6fda1a03f0eb5ae5bd74ee2408b.tar.bz2
openshift-9cf97c888698a6fda1a03f0eb5ae5bd74ee2408b.tar.xz
openshift-9cf97c888698a6fda1a03f0eb5ae5bd74ee2408b.zip
Automatic commit of package [openshift-ansible-inventory] release [0.0.3-1].
Diffstat (limited to 'inventory')
-rw-r--r--inventory/openshift-ansible-inventory.spec9
1 files changed, 8 insertions, 1 deletions
diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec
index c3b6aa8c8..f7ca67138 100644
--- a/inventory/openshift-ansible-inventory.spec
+++ b/inventory/openshift-ansible-inventory.spec
@@ -1,6 +1,6 @@
Summary: OpenShift Ansible Inventories
Name: openshift-ansible-inventory
-Version: 0.0.2
+Version: 0.0.3
Release: 1%{?dist}
License: ASL 2.0
URL: https://github.com/openshift/openshift-ansible
@@ -37,6 +37,13 @@ cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce
/usr/share/ansible/inventory/gce/gce.py*
%changelog
+* Thu May 07 2015 Thomas Wiest <twiest@redhat.com> 0.0.3-1
+- fixed build problems with openshift-ansible-inventory.spec
+ (twiest@redhat.com)
+- Allow option in multi_ec2 to set cache location. (kwoodson@redhat.com)
+- Add ansible_connection=local to localhost in inventory (jdetiber@redhat.com)
+- Adding refresh-cache option and cleanup for pylint. Also updated for
+ aws/hosts/ being added. (kwoodson@redhat.com)
* Thu Mar 26 2015 Thomas Wiest <twiest@redhat.com> 0.0.2-1
- added the ability to have a config file in /etc/openshift_ansible to
multi_ec2.py. (twiest@redhat.com)