summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/upgrade.yml
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-07-28 14:25:05 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-08-08 15:59:13 -0300
commitcf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da (patch)
tree4120da0bca89167dcad0a7f5aff71d42446a1f9a /playbooks/common/openshift-cluster/upgrades/upgrade.yml
parentf28826b474df693c45ff59c64e0536bad4e1c35f (diff)
downloadopenshift-cf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da.tar.gz
openshift-cf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da.tar.bz2
openshift-cf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da.tar.xz
openshift-cf84520dc0d9e5a3b8b88ca0b8d8e1720080f4da.zip
Upgrade configs for protobuf support.
Diffstat (limited to 'playbooks/common/openshift-cluster/upgrades/upgrade.yml')
-rw-r--r--playbooks/common/openshift-cluster/upgrades/upgrade.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/upgrades/upgrade.yml b/playbooks/common/openshift-cluster/upgrades/upgrade.yml
index e7638982c..2e7635021 100644
--- a/playbooks/common/openshift-cluster/upgrades/upgrade.yml
+++ b/playbooks/common/openshift-cluster/upgrades/upgrade.yml
@@ -17,6 +17,9 @@
- include: rpm_upgrade.yml component=master
when: not openshift.common.is_containerized | bool
+ - include: "{{ master_config_hook }}"
+ when: master_config_hook is defined
+
- include_vars: ../../../../roles/openshift_master/vars/main.yml
- name: Update systemd units
@@ -90,6 +93,8 @@
- include: docker/upgrade.yml
when: l_docker_upgrade is defined and l_docker_upgrade | bool and not openshift.common.is_atomic | bool
+ - include: "{{ node_config_hook }}"
+ when: node_config_hook is defined
- include: rpm_upgrade.yml
vars: