summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/v3_1_to_v3_2/containerized_upgrade.yml
blob: cc587bfa150b30dc7d93b251f89ca1704e0e4310 (plain)
1
2
3
4
5
6
7
8
9
10
11
- include_vars: ../../../../../roles/openshift_node/vars/main.yml

- name: Update systemd units
  include: ../../../../../roles/openshift_node/tasks/systemd_units.yml openshift_version=g_aos_versions.avail_version

- name: Verifying the correct version was configured
  shell: grep {{ verify_upgrade_version }} {{ item }}
  with_items:
    - /etc/sysconfig/openvswitch
    - /etc/sysconfig/{{ openshift.common.service_type }}*
  when: verify_upgrade_version is defined