summaryrefslogtreecommitdiffstats
path: root/inventory
diff options
context:
space:
mode:
authorThomas Wiest <twiest@redhat.com>2015-05-12 16:47:07 -0400
committerThomas Wiest <twiest@redhat.com>2015-05-12 16:47:07 -0400
commit22a2616359ee1f167c85ec21bf416350706a7b5b (patch)
tree7750223d7a7f2872d3dc008db042799ed2115dd3 /inventory
parent077817cd2ff63d754661dddba31abcd5fbbb2b6f (diff)
downloadopenshift-22a2616359ee1f167c85ec21bf416350706a7b5b.tar.gz
openshift-22a2616359ee1f167c85ec21bf416350706a7b5b.tar.bz2
openshift-22a2616359ee1f167c85ec21bf416350706a7b5b.tar.xz
openshift-22a2616359ee1f167c85ec21bf416350706a7b5b.zip
Automatic commit of package [openshift-ansible-inventory] release [0.0.5-1].
Diffstat (limited to 'inventory')
-rw-r--r--inventory/openshift-ansible-inventory.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec
index c1b066afb..69bd255d4 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.4
+Version: 0.0.5
Release: 1%{?dist}
License: ASL 2.0
URL: https://github.com/openshift/openshift-ansible
@@ -36,6 +36,11 @@ cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce
/usr/share/ansible/inventory/gce/gce.py*
%changelog
+* Tue May 12 2015 Thomas Wiest <twiest@redhat.com> 0.0.5-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. (twiest@redhat.com)
+- Added capability to pass in ec2.ini file. (kwoodson@redhat.com)
+
* Thu May 07 2015 Thomas Wiest <twiest@redhat.com> 0.0.4-1
- Fixed a bug due to renaming of variables. (kwoodson@redhat.com)