diff options
author | Thomas Wiest <twiest@redhat.com> | 2015-03-26 11:14:30 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@redhat.com> | 2015-03-26 11:14:30 -0400 |
commit | 78a45fc50509eca27164452325529cc46a99cc8c (patch) | |
tree | 67b453c69ec0cd6f6c9a762e68236276a7a01dcc | |
parent | 12bd0ef3541cdb360583afad428f78f83a5222ff (diff) | |
download | openshift-78a45fc50509eca27164452325529cc46a99cc8c.tar.gz openshift-78a45fc50509eca27164452325529cc46a99cc8c.tar.bz2 openshift-78a45fc50509eca27164452325529cc46a99cc8c.tar.xz openshift-78a45fc50509eca27164452325529cc46a99cc8c.zip |
Automatic commit of package [openshift-ansible-inventory] release [0.0.2-1].
-rw-r--r-- | inventory/openshift-ansible-inventory.spec | 10 | ||||
-rw-r--r-- | rel-eng/packages/openshift-ansible-inventory | 2 |
2 files changed, 10 insertions, 2 deletions
diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec index 9b721818e..8267e16f6 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.1 +Version: 0.0.2 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -37,6 +37,14 @@ cp -p gce/gce.py %{buildroot}/usr/share/ansible/inventory/gce /usr/share/ansible/inventory/gce/gce.py* %changelog +* 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) +- Merge pull request #97 from jwhonce/wip/cluster (jhonce@redhat.com) +- gce inventory/playbook updates for node registration changes + (jdetiber@redhat.com) +- Various fixes (jdetiber@redhat.com) + * Tue Mar 24 2015 Thomas Wiest <twiest@redhat.com> 0.0.1-1 - new package built with tito diff --git a/rel-eng/packages/openshift-ansible-inventory b/rel-eng/packages/openshift-ansible-inventory index 21f4631fc..cf3ac87ed 100644 --- a/rel-eng/packages/openshift-ansible-inventory +++ b/rel-eng/packages/openshift-ansible-inventory @@ -1 +1 @@ -0.0.1-1 inventory/ +0.0.2-1 inventory/ |