summaryrefslogtreecommitdiffstats
path: root/roles/openshift_node/tasks/config.yml
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-12-11 16:47:44 -0500
committerMichael Gugino <mgugino@redhat.com>2017-12-12 18:00:05 -0500
commit504930b1915c2b6329c1f68f23b1188beaabcbe9 (patch)
tree9271d4c9ee71ed2a80f140e1fac2c9d8596e7501 /roles/openshift_node/tasks/config.yml
parenta6d5c625956a5051b7bbd9fc48430b9df11084ee (diff)
downloadopenshift-504930b1915c2b6329c1f68f23b1188beaabcbe9.tar.gz
openshift-504930b1915c2b6329c1f68f23b1188beaabcbe9.tar.bz2
openshift-504930b1915c2b6329c1f68f23b1188beaabcbe9.tar.xz
openshift-504930b1915c2b6329c1f68f23b1188beaabcbe9.zip
upgrade node mark 2
Diffstat (limited to 'roles/openshift_node/tasks/config.yml')
-rw-r--r--roles/openshift_node/tasks/config.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/openshift_node/tasks/config.yml b/roles/openshift_node/tasks/config.yml
index e5c80bd09..5d66de0a3 100644
--- a/roles/openshift_node/tasks/config.yml
+++ b/roles/openshift_node/tasks/config.yml
@@ -2,6 +2,10 @@
- name: Install the systemd units
include_tasks: systemd_units.yml
+- name: Pull container images
+ include_tasks: container_images.yml
+ when: openshift.common.is_containerized | bool
+
- name: Start and enable openvswitch service
systemd:
name: openvswitch.service