Skip to content

Commit

Permalink
Merge pull request #10266 from franckgr/release-3.9-upgrade_tuned
Browse files Browse the repository at this point in the history
[release-3.9] Re-apply tuned profile during upgrade
  • Loading branch information
openshift-merge-robot committed Oct 15, 2018
2 parents cf68565 + ae57c0c commit 89a65c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions playbooks/common/openshift-cluster/upgrades/upgrade_nodes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@
('glusterfs' in groups and inventory_hostname in groups['glusterfs'])
or ('glusterfs_registry' in groups and inventory_hostname in groups['glusterfs_registry'])
# Tuned profile are removed when removing tuned-profiles-atomic-openshift-node rpm
# Need to be re apply
- import_role:
name: tuned

- name: Re-enable excluders
hosts: oo_nodes_to_upgrade:!oo_masters_to_config
tasks:
Expand Down
2 changes: 2 additions & 0 deletions playbooks/openshift-master/private/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -354,3 +354,5 @@
vars:
openshift_master_host: "{{ groups.oo_first_master.0 }}"
openshift_manage_node_is_master: true
- import_role:
name: tuned

0 comments on commit 89a65c0

Please sign in to comment.