Skip to content

Commit

Permalink
Automatic commit of package [openshift-ansible] release [3.5.3-1].
Browse files Browse the repository at this point in the history
  • Loading branch information
sdodson committed Jan 31, 2017
1 parent 2683c3d commit 80c2436
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tito/packages/openshift-ansible
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.2-1 ./
3.5.3-1 ./
66 changes: 65 additions & 1 deletion openshift-ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -253,6 +253,70 @@ Atomic OpenShift Utilities includes


%changelog
* Tue Jan 31 2017 Scott Dodson <[email protected]> 3.5.3-1
- Adding bool filter to ensure that we correctly set ops host for fluentd
([email protected])
- Set default GCE hostname to shost instance name. ([email protected])
- Fail on Ansible version 2.2.1.0 ([email protected])
- During node upgrade upgrade openvswitch rpms ([email protected])
- HTPASSWD_AUTH ([email protected])
- Added repoquery to lib_utils. ([email protected])
- Create v3_5 upgrade playbooks ([email protected])
- GCE deployment fails due to invalid lookup ([email protected])
- Resolving yamllint issues from logging playbooks ([email protected])
- Updating openshift_hosted_logging to update master-configs with
publicLoggingURL ([email protected])
- Added oc_serviceaccount to lib_openshift. ([email protected])
- Breaking out master-config changing and updated playbook to apply change to
other masters ([email protected])
- fix negative stride encountered from openshift_logging ([email protected])
- add persistent versions of quickstarts ([email protected])
- Fixing docs. Added bugzilla to doc. ([email protected])
- ensuring ruamel.yaml is on target for oc_scale ([email protected])
- Updating to correctly pull handler for openshift_logging. Adding logic to
openshift_hosted_logging too ([email protected])
- Adding names to plays and standardizing ([email protected])
- Updating openshift_logging role to add kibana public url to loggingPublicURL
in master-config ([email protected])
- Only manual scale down being allowed now ([email protected])
- adopt oc_scale for openshift_metrics role ([email protected])
- fix 1414625. Additional fix to run password commands on control node
([email protected])
- adopt oc_scale module for openshift_logging role ([email protected])
- Adding fix for when the resource does not exist. Added test cases.
([email protected])
- Updating to reuse previous ES DC names and always generate DCs
([email protected])
- Correct usage of draining nodes ([email protected])
- Fixing fluentd node labelling ([email protected])
- Fixing linters. ([email protected])
- Fixing base.py for node and scale. Autogenerated code. ([email protected])
- Added unit integration tests. Enhanced unit tests. Fixed an issue in
openshift_cmd for namespace. ([email protected])
- Adding oadm_manage_node to lib_openshift. ([email protected])
- Fixing namespace param in doc to reflect default value. ([email protected])
- .gitignore cleanup ([email protected])
- Standardize add_host: with name and changed_when ([email protected])
- Adding banners. Small bug fix to namespace appending in base.
([email protected])
- Comma separate no_proxy host list in openshift_facts so that it appears as a
string everywhere it is used. ([email protected])
- Fixing tests and linting. ([email protected])
- Adding unit test for oc_scale ([email protected])
- Adding integration test for oc_scale. ([email protected])
- Adding oc_scale to lib_openshift. ([email protected])
- Add 10 second wait after disabling firewalld ([email protected])
- Added oc_secret to lib_openshift. ([email protected])
- Remove master_count restriction. ([email protected])
- flake8 mccabe dependency fix ([email protected])
- Generate the artifacts from fragments. ([email protected])
- Update the generators to include fragment banners ([email protected])
- Make use of AnsibleDumper in openshift_master filters s.t. we can represent
AnsibleUnsafeText when dumping yaml. ([email protected])
- Set metrics url even if metrics_deploy is false
([email protected])
- Template update for Hawkular Metrics 0.23 ([email protected])

* Wed Jan 25 2017 Scott Dodson <[email protected]> 3.5.2-1
- Sync latest image streams ([email protected])
- Fix containerized haproxy config ([email protected])
Expand Down

0 comments on commit 80c2436

Please sign in to comment.