|
@@ -45,15 +45,6 @@
|
|
|
register: sdn_install_result
|
|
|
when: openshift.common.use_openshift_sdn
|
|
|
|
|
|
-- name: Install Node package
|
|
|
- yum: pkg={{ openshift.common.service_type }}-node state=present
|
|
|
- register: node_install_result
|
|
|
-
|
|
|
-- name: Install sdn-ovs package
|
|
|
- yum: pkg={{ openshift.common.service_type }}-sdn-ovs state=present
|
|
|
- register: sdn_install_result
|
|
|
- when: openshift.common.use_openshift_sdn
|
|
|
-
|
|
|
# TODO: add the validate parameter when there is a validation command to run
|
|
|
- name: Create the Node config
|
|
|
template:
|