From 060dffb973687776a22b5ff34e4843744ca82b05 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Thu, 7 May 2015 14:22:16 -0400 Subject: Automatic commit of package [openshift-ansible-bin] release [0.0.13-1]. --- rel-eng/packages/openshift-ansible-bin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rel-eng') diff --git a/rel-eng/packages/openshift-ansible-bin b/rel-eng/packages/openshift-ansible-bin index 8a9624397..9d95e8cdd 100644 --- a/rel-eng/packages/openshift-ansible-bin +++ b/rel-eng/packages/openshift-ansible-bin @@ -1 +1 @@ -0.0.12-1 bin/ +0.0.13-1 bin/ -- cgit v1.2.3 From 9cf97c888698a6fda1a03f0eb5ae5bd74ee2408b Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Thu, 7 May 2015 16:48:25 -0400 Subject: Automatic commit of package [openshift-ansible-inventory] release [0.0.3-1]. --- inventory/openshift-ansible-inventory.spec | 9 ++++++++- rel-eng/packages/openshift-ansible-inventory | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) (limited to 'rel-eng') 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 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 0.0.2-1 - added the ability to have a config file in /etc/openshift_ansible to multi_ec2.py. (twiest@redhat.com) diff --git a/rel-eng/packages/openshift-ansible-inventory b/rel-eng/packages/openshift-ansible-inventory index cf3ac87ed..1ea7a9a81 100644 --- a/rel-eng/packages/openshift-ansible-inventory +++ b/rel-eng/packages/openshift-ansible-inventory @@ -1 +1 @@ -0.0.2-1 inventory/ +0.0.3-1 inventory/ -- cgit v1.2.3 From 4705af597cee2ff523aaede4bb2479c0fc6af430 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Thu, 7 May 2015 18:47:03 -0400 Subject: Automatic commit of package [openshift-ansible-inventory] release [0.0.4-1]. --- inventory/openshift-ansible-inventory.spec | 5 ++++- rel-eng/packages/openshift-ansible-inventory | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'rel-eng') diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec index f7ca67138..e6bf37988 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.3 +Version: 0.0.4 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -37,6 +37,9 @@ 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 0.0.4-1 +- Fixed a bug due to renaming of variables. (kwoodson@redhat.com) + * Thu May 07 2015 Thomas Wiest 0.0.3-1 - fixed build problems with openshift-ansible-inventory.spec (twiest@redhat.com) diff --git a/rel-eng/packages/openshift-ansible-inventory b/rel-eng/packages/openshift-ansible-inventory index 1ea7a9a81..9a0a5af4e 100644 --- a/rel-eng/packages/openshift-ansible-inventory +++ b/rel-eng/packages/openshift-ansible-inventory @@ -1 +1 @@ -0.0.3-1 inventory/ +0.0.4-1 inventory/ -- cgit v1.2.3 From 22a2616359ee1f167c85ec21bf416350706a7b5b Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Tue, 12 May 2015 16:47:07 -0400 Subject: Automatic commit of package [openshift-ansible-inventory] release [0.0.5-1]. --- inventory/openshift-ansible-inventory.spec | 7 ++++++- rel-eng/packages/openshift-ansible-inventory | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'rel-eng') 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 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 0.0.4-1 - Fixed a bug due to renaming of variables. (kwoodson@redhat.com) diff --git a/rel-eng/packages/openshift-ansible-inventory b/rel-eng/packages/openshift-ansible-inventory index 9a0a5af4e..ec3272038 100644 --- a/rel-eng/packages/openshift-ansible-inventory +++ b/rel-eng/packages/openshift-ansible-inventory @@ -1 +1 @@ -0.0.4-1 inventory/ +0.0.5-1 inventory/ -- cgit v1.2.3 From 87e53ef9917556a331a81d8a01195c4ac8679bcd Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Wed, 13 May 2015 16:57:57 -0400 Subject: Automatic commit of package [openshift-ansible-inventory] release [0.0.6-1]. --- inventory/openshift-ansible-inventory.spec | 5 ++++- rel-eng/packages/openshift-ansible-inventory | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'rel-eng') diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec index 69bd255d4..0fe25ff31 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.5 +Version: 0.0.6 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -36,6 +36,9 @@ cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce /usr/share/ansible/inventory/gce/gce.py* %changelog +* Wed May 13 2015 Thomas Wiest 0.0.6-1 +- Added support for grouping and a bug fix. (kwoodson@redhat.com) + * Tue May 12 2015 Thomas Wiest 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) diff --git a/rel-eng/packages/openshift-ansible-inventory b/rel-eng/packages/openshift-ansible-inventory index ec3272038..f4d326d08 100644 --- a/rel-eng/packages/openshift-ansible-inventory +++ b/rel-eng/packages/openshift-ansible-inventory @@ -1 +1 @@ -0.0.5-1 inventory/ +0.0.6-1 inventory/ -- cgit v1.2.3 From b1eab51d5fbc9e8183d89464dfc2e64db160e0c1 Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Fri, 15 May 2015 13:10:48 -0400 Subject: Automatic commit of package [openshift-ansible-bin] release [0.0.14-1]. --- bin/openshift-ansible-bin.spec | 5 ++++- rel-eng/packages/openshift-ansible-bin | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'rel-eng') diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec index c7db74187..d6691ea32 100644 --- a/bin/openshift-ansible-bin.spec +++ b/bin/openshift-ansible-bin.spec @@ -1,6 +1,6 @@ Summary: OpenShift Ansible Scripts for working with metadata hosts Name: openshift-ansible-bin -Version: 0.0.13 +Version: 0.0.14 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -36,6 +36,9 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif %config(noreplace) /etc/openshift_ansible/ %changelog +* Fri May 15 2015 Thomas Wiest 0.0.14-1 +- Command line tools import multi_ec2 as lib (kwoodson@redhat.com) +- Adding cache location for multi ec2 (kwoodson@redhat.com) * Thu May 07 2015 Thomas Wiest 0.0.13-1 - added '-e all' to ohi and fixed pylint errors. (twiest@redhat.com) diff --git a/rel-eng/packages/openshift-ansible-bin b/rel-eng/packages/openshift-ansible-bin index 9d95e8cdd..65c60b560 100644 --- a/rel-eng/packages/openshift-ansible-bin +++ b/rel-eng/packages/openshift-ansible-bin @@ -1 +1 @@ -0.0.13-1 bin/ +0.0.14-1 bin/ -- cgit v1.2.3 From 0ed9652cf6bfc62e36eb63265fc67a7cb79f457a Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Fri, 15 May 2015 13:55:25 -0400 Subject: Automatic commit of package [openshift-ansible-bin] release [0.0.15-1]. --- bin/openshift-ansible-bin.spec | 5 ++++- rel-eng/packages/openshift-ansible-bin | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'rel-eng') diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec index d6691ea32..f2a191ab0 100644 --- a/bin/openshift-ansible-bin.spec +++ b/bin/openshift-ansible-bin.spec @@ -1,6 +1,6 @@ Summary: OpenShift Ansible Scripts for working with metadata hosts Name: openshift-ansible-bin -Version: 0.0.14 +Version: 0.0.15 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -36,6 +36,9 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif %config(noreplace) /etc/openshift_ansible/ %changelog +* Fri May 15 2015 Kenny Woodson 0.0.15-1 +- + * Fri May 15 2015 Thomas Wiest 0.0.14-1 - Command line tools import multi_ec2 as lib (kwoodson@redhat.com) - Adding cache location for multi ec2 (kwoodson@redhat.com) diff --git a/rel-eng/packages/openshift-ansible-bin b/rel-eng/packages/openshift-ansible-bin index 65c60b560..72a591e8c 100644 --- a/rel-eng/packages/openshift-ansible-bin +++ b/rel-eng/packages/openshift-ansible-bin @@ -1 +1 @@ -0.0.14-1 bin/ +0.0.15-1 bin/ -- cgit v1.2.3 From 0860590391712510d69b26c5d711c962674525e0 Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Fri, 15 May 2015 14:14:35 -0400 Subject: Automatic commit of package [openshift-ansible-bin] release [0.0.16-1]. --- bin/openshift-ansible-bin.spec | 5 ++++- rel-eng/packages/openshift-ansible-bin | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'rel-eng') diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec index f2a191ab0..87c0079f2 100644 --- a/bin/openshift-ansible-bin.spec +++ b/bin/openshift-ansible-bin.spec @@ -1,6 +1,6 @@ Summary: OpenShift Ansible Scripts for working with metadata hosts Name: openshift-ansible-bin -Version: 0.0.15 +Version: 0.0.16 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -36,6 +36,9 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif %config(noreplace) /etc/openshift_ansible/ %changelog +* Fri May 15 2015 Kenny Woodson 0.0.16-1 +- + * Fri May 15 2015 Kenny Woodson 0.0.15-1 - diff --git a/rel-eng/packages/openshift-ansible-bin b/rel-eng/packages/openshift-ansible-bin index 72a591e8c..ea6e9777e 100644 --- a/rel-eng/packages/openshift-ansible-bin +++ b/rel-eng/packages/openshift-ansible-bin @@ -1 +1 @@ -0.0.15-1 bin/ +0.0.16-1 bin/ -- cgit v1.2.3 From 1eda40ef2a4df9c5a6a728ac32d74ee1aaca2676 Mon Sep 17 00:00:00 2001 From: Kenny Woodson Date: Fri, 15 May 2015 14:15:08 -0400 Subject: Automatic commit of package [openshift-ansible-inventory] release [0.0.7-1]. --- inventory/openshift-ansible-inventory.spec | 5 ++++- rel-eng/packages/openshift-ansible-inventory | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'rel-eng') diff --git a/inventory/openshift-ansible-inventory.spec b/inventory/openshift-ansible-inventory.spec index 0fe25ff31..7ba6e3df1 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.6 +Version: 0.0.7 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -36,6 +36,9 @@ cp -p gce/hosts/gce.py %{buildroot}/usr/share/ansible/inventory/gce /usr/share/ansible/inventory/gce/gce.py* %changelog +* Fri May 15 2015 Kenny Woodson 0.0.7-1 +- Making multi_ec2 into a library (kwoodson@redhat.com) + * Wed May 13 2015 Thomas Wiest 0.0.6-1 - Added support for grouping and a bug fix. (kwoodson@redhat.com) diff --git a/rel-eng/packages/openshift-ansible-inventory b/rel-eng/packages/openshift-ansible-inventory index f4d326d08..df529d9fd 100644 --- a/rel-eng/packages/openshift-ansible-inventory +++ b/rel-eng/packages/openshift-ansible-inventory @@ -1 +1 @@ -0.0.6-1 inventory/ +0.0.7-1 inventory/ -- cgit v1.2.3 From 09b5c45e90fbb321b7cf92c7a431b7aa4d4a803c Mon Sep 17 00:00:00 2001 From: Thomas Wiest Date: Fri, 15 May 2015 15:20:01 -0400 Subject: Automatic commit of package [openshift-ansible-bin] release [0.0.17-1]. --- bin/openshift-ansible-bin.spec | 5 ++++- rel-eng/packages/openshift-ansible-bin | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) (limited to 'rel-eng') diff --git a/bin/openshift-ansible-bin.spec b/bin/openshift-ansible-bin.spec index 9336681d1..884d4eb0a 100644 --- a/bin/openshift-ansible-bin.spec +++ b/bin/openshift-ansible-bin.spec @@ -1,6 +1,6 @@ Summary: OpenShift Ansible Scripts for working with metadata hosts Name: openshift-ansible-bin -Version: 0.0.16 +Version: 0.0.17 Release: 1%{?dist} License: ASL 2.0 URL: https://github.com/openshift/openshift-ansible @@ -42,6 +42,9 @@ cp -p openshift_ansible.conf.example %{buildroot}/etc/openshift_ansible/openshif %config(noreplace) /etc/openshift_ansible/ %changelog +* Fri May 15 2015 Thomas Wiest 0.0.17-1 +- fixed the openshift-ansible-bin build (twiest@redhat.com) + * Fri May 15 2015 Thomas Wiest 0.0.14-1 - Command line tools import multi_ec2 as lib (kwoodson@redhat.com) - Adding cache location for multi ec2 (kwoodson@redhat.com) diff --git a/rel-eng/packages/openshift-ansible-bin b/rel-eng/packages/openshift-ansible-bin index ea6e9777e..de9bb5157 100644 --- a/rel-eng/packages/openshift-ansible-bin +++ b/rel-eng/packages/openshift-ansible-bin @@ -1 +1 @@ -0.0.16-1 bin/ +0.0.17-1 bin/ -- cgit v1.2.3