summaryrefslogtreecommitdiffstats
path: root/openshift-ansible.spec
diff options
context:
space:
mode:
authorTroy Dawson <tdawson@redhat.com>2016-07-29 08:45:13 -0500
committerTroy Dawson <tdawson@redhat.com>2016-07-29 08:45:13 -0500
commit0971a34da85d4b5672ce3f0b5fc70f26899cbdf9 (patch)
treea8322a1eaf951ff492c8349c9ae9f86388639e02 /openshift-ansible.spec
parent697909f33fa77e15486477a92b9e230af5f38d64 (diff)
downloadopenshift-0971a34da85d4b5672ce3f0b5fc70f26899cbdf9.tar.gz
openshift-0971a34da85d4b5672ce3f0b5fc70f26899cbdf9.tar.bz2
openshift-0971a34da85d4b5672ce3f0b5fc70f26899cbdf9.tar.xz
openshift-0971a34da85d4b5672ce3f0b5fc70f26899cbdf9.zip
Automatic commit of package [openshift-ansible] release [3.3.4-1].
Diffstat (limited to 'openshift-ansible.spec')
-rw-r--r--openshift-ansible.spec16
1 files changed, 15 insertions, 1 deletions
diff --git a/openshift-ansible.spec b/openshift-ansible.spec
index 22435f13d..84b9c9518 100644
--- a/openshift-ansible.spec
+++ b/openshift-ansible.spec
@@ -5,7 +5,7 @@
}
Name: openshift-ansible
-Version: 3.3.3
+Version: 3.3.4
Release: 1%{?dist}
Summary: Openshift and Atomic Enterprise Ansible
License: ASL 2.0
@@ -221,6 +221,20 @@ Atomic OpenShift Utilities includes
%changelog
+* Fri Jul 29 2016 Troy Dawson <tdawson@redhat.com> 3.3.4-1
+- a-o-i: Set roles on standalone storage (smunilla@redhat.com)
+- Disable too many branches pylint (sdodson@redhat.com)
+- a-o-i: write missing openshift_node_labels (dkorn@redhat.com)
+- a-o-i: Support for arbitrary host-level variables (smunilla@redhat.com)
+- Beautiful -v output from ansible (jamespic@gmail.com)
+- a-o-i: Move inventory vars to the correct location (smunilla@redhat.com)
+- Fix registry/router being created despite no infra nodes.
+ (dgoodwin@redhat.com)
+- Document openshift_portal_net (sdodson@redhat.com)
+- Stagger the start of master services. (abutcher@redhat.com)
+- make rpm-q module pylint warning-free (tob@butter.sh)
+- add rpm_q module to query rpm database (tob@butter.sh)
+
* Wed Jul 27 2016 Troy Dawson <tdawson@redhat.com> 3.3.3-1
- Template named certificates with_items. (abutcher@redhat.com)
- Replace master_cert_config_dir with common config_base fact.