Explorar el Código

Automatic commit of package [openshift-ansible] release [3.5.3-1].

Scott Dodson hace 8 años
padre
commit
80c2436856
Se han modificado 2 ficheros con 66 adiciones y 2 borrados
  1. 1 1
      .tito/packages/openshift-ansible
  2. 65 1
      openshift-ansible.spec

+ 1 - 1
.tito/packages/openshift-ansible

@@ -1 +1 @@
-3.5.2-1 ./
+3.5.3-1 ./

+ 65 - 1
openshift-ansible.spec

@@ -5,7 +5,7 @@
 }
 
 Name:           openshift-ansible
-Version:        3.5.2
+Version:        3.5.3
 Release:        1%{?dist}
 Summary:        Openshift and Atomic Enterprise Ansible
 License:        ASL 2.0
@@ -253,6 +253,70 @@ Atomic OpenShift Utilities includes
 
 
 %changelog
+* Tue Jan 31 2017 Scott Dodson <sdodson@redhat.com> 3.5.3-1
+- Adding bool filter to ensure that we correctly set ops host for fluentd
+  (ewolinet@redhat.com)
+- Set default GCE hostname to shost instance name. (abutcher@redhat.com)
+- Fail on Ansible version 2.2.1.0 (rteague@redhat.com)
+- During node upgrade upgrade openvswitch rpms (sdodson@redhat.com)
+- HTPASSWD_AUTH (tbielawa@redhat.com)
+- Added repoquery to lib_utils. (twiest@redhat.com)
+- Create v3_5 upgrade playbooks (rteague@redhat.com)
+- GCE deployment fails due to invalid lookup (ccoleman@redhat.com)
+- Resolving yamllint issues from logging playbooks (ewolinet@redhat.com)
+- Updating openshift_hosted_logging to update master-configs with
+  publicLoggingURL (ewolinet@redhat.com)
+- Added oc_serviceaccount to lib_openshift. (twiest@redhat.com)
+- Breaking out master-config changing and updated playbook to apply change to
+  other masters (ewolinet@redhat.com)
+- fix negative stride encountered from openshift_logging (jcantril@redhat.com)
+- add persistent versions of quickstarts (bparees@redhat.com)
+- Fixing docs.  Added bugzilla to doc. (kwoodson@redhat.com)
+- ensuring ruamel.yaml is on target for oc_scale (ewolinet@redhat.com)
+- Updating to correctly pull handler for openshift_logging. Adding logic to
+  openshift_hosted_logging too (ewolinet@redhat.com)
+- Adding names to plays and standardizing (rteague@redhat.com)
+- Updating openshift_logging role to add kibana public url to loggingPublicURL
+  in master-config (ewolinet@redhat.com)
+- Only manual scale down being allowed now (ewolinet@redhat.com)
+- adopt oc_scale for openshift_metrics role (jcantril@redhat.com)
+- fix 1414625. Additional fix to run password commands on control node
+  (jcantril@redhat.com)
+- adopt oc_scale module for openshift_logging role (jcantril@redhat.com)
+- Adding fix for when the resource does not exist.  Added test cases.
+  (kwoodson@redhat.com)
+- Updating to reuse previous ES DC names and always generate DCs
+  (ewolinet@redhat.com)
+- Correct usage of draining nodes (rteague@redhat.com)
+- Fixing fluentd node labelling (ewolinet@redhat.com)
+- Fixing linters. (kwoodson@redhat.com)
+- Fixing base.py for node and scale.  Autogenerated code. (kwoodson@redhat.com)
+- Added unit integration tests. Enhanced unit tests.  Fixed an issue in
+  openshift_cmd for namespace. (kwoodson@redhat.com)
+- Adding oadm_manage_node to lib_openshift. (kwoodson@redhat.com)
+- Fixing namespace param in doc to reflect default value. (kwoodson@redhat.com)
+- .gitignore cleanup (rteague@redhat.com)
+- Standardize add_host: with name and changed_when (rteague@redhat.com)
+- Adding banners.  Small bug fix to namespace appending in base.
+  (kwoodson@redhat.com)
+- Comma separate no_proxy host list in openshift_facts so that it appears as a
+  string everywhere it is used. (abutcher@redhat.com)
+- Fixing tests and linting. (kwoodson@redhat.com)
+- Adding unit test for oc_scale (kwoodson@redhat.com)
+- Adding integration test for oc_scale. (kwoodson@redhat.com)
+- Adding oc_scale to lib_openshift. (kwoodson@redhat.com)
+- Add 10 second wait after disabling firewalld (sdodson@redhat.com)
+- Added oc_secret to lib_openshift. (twiest@redhat.com)
+- Remove master_count restriction. (abutcher@redhat.com)
+- flake8 mccabe dependency fix (rteague@redhat.com)
+- Generate the artifacts from fragments. (tbielawa@redhat.com)
+- Update the generators to include fragment banners (tbielawa@redhat.com)
+- Make use of AnsibleDumper in openshift_master filters s.t. we can represent
+  AnsibleUnsafeText when dumping yaml. (abutcher@redhat.com)
+- Set metrics url even if metrics_deploy is false
+  (alberto.rodriguez.peon@cern.ch)
+- Template update for Hawkular Metrics 0.23 (mwringe@redhat.com)
+
 * Wed Jan 25 2017 Scott Dodson <sdodson@redhat.com> 3.5.2-1
 - Sync latest image streams (sdodson@redhat.com)
 - Fix containerized haproxy config (andrew@andrewklau.com)