summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster/net_vars_check.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/openstack/openshift-cluster/net_vars_check.yaml')
-rw-r--r--playbooks/openstack/openshift-cluster/net_vars_check.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/playbooks/openstack/openshift-cluster/net_vars_check.yaml b/playbooks/openstack/openshift-cluster/net_vars_check.yaml
deleted file mode 100644
index 68afde415..000000000
--- a/playbooks/openstack/openshift-cluster/net_vars_check.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
----
-- name: Check the provider network configuration
- fail:
- msg: "Flannel SDN requires a dedicated containers data network and can not work over a provider network"
- when:
- - openstack_provider_network_name is defined
- - openstack_private_data_network_name is defined
-
-- name: Check the flannel network configuration
- fail:
- msg: "A dedicated containers data network is only supported with Flannel SDN"
- when:
- - openstack_private_data_network_name is defined
- - not openshift_use_flannel|default(False)|bool