diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-18 14:51:36 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-18 14:51:36 -0500 |
commit | b0511f962acdf3211b9b628afc9f8a969b79e834 (patch) | |
tree | 8deaf2a41b892b6388d4c2738b043ca6416efd78 | |
parent | 2d5861e1c6a226f90e22adf4a35d45f293734807 (diff) | |
download | openshift-b0511f962acdf3211b9b628afc9f8a969b79e834.tar.gz openshift-b0511f962acdf3211b9b628afc9f8a969b79e834.tar.bz2 openshift-b0511f962acdf3211b9b628afc9f8a969b79e834.tar.xz openshift-b0511f962acdf3211b9b628afc9f8a969b79e834.zip |
Automatic commit of package [openshift-ansible] release [3.0.34-1].
-rw-r--r-- | .tito/packages/openshift-ansible | 2 | ||||
-rw-r--r-- | openshift-ansible.spec | 17 |
2 files changed, 17 insertions, 2 deletions
diff --git a/.tito/packages/openshift-ansible b/.tito/packages/openshift-ansible index b94e78aea..d397467cb 100644 --- a/.tito/packages/openshift-ansible +++ b/.tito/packages/openshift-ansible @@ -1 +1 @@ -3.0.33-1 ./ +3.0.34-1 ./ diff --git a/openshift-ansible.spec b/openshift-ansible.spec index 1cc350b81..37117feac 100644 --- a/openshift-ansible.spec +++ b/openshift-ansible.spec @@ -5,7 +5,7 @@ } Name: openshift-ansible -Version: 3.0.33 +Version: 3.0.34 Release: 1%{?dist} Summary: Openshift and Atomic Enterprise Ansible License: ASL 2.0 @@ -259,6 +259,21 @@ Atomic OpenShift Utilities includes %changelog +* Mon Jan 18 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.34-1 +- clean up too-many-branches / logic (jdiaz@redhat.com) +- atomic-openshift-installer: add containerized to inventory + (smunilla@redhat.com) +- Add 'unknown' to possible output for the is-active check. + (abutcher@redhat.com) +- Fix cluster_method conditional in master restart playbook. + (abutcher@redhat.com) +- Use IdentityFile instead of PrivateKey (donovan.muller@gmail.com) +- atomic-openshift-installer: Remove containerized install for 3.0 + (smunilla@redhat.com) +- Host group should be OSEv3 not OSv3 (donovan.muller@gmail.com) +- Remove pause after haproxy start (abutcher@redhat.com) +- Ensure nfs-utils installed for non-atomic hosts. (abutcher@redhat.com) + * Fri Jan 15 2016 Brenton Leanhardt <bleanhar@redhat.com> 3.0.33-1 - Configure nodes which are also masters prior to nodes in containerized install. (abutcher@redhat.com) |