summaryrefslogtreecommitdiffstats
path: root/playbooks/openstack/openshift-cluster/custom_flavor_check.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks/openstack/openshift-cluster/custom_flavor_check.yaml')
-rw-r--r--playbooks/openstack/openshift-cluster/custom_flavor_check.yaml9
1 files changed, 0 insertions, 9 deletions
diff --git a/playbooks/openstack/openshift-cluster/custom_flavor_check.yaml b/playbooks/openstack/openshift-cluster/custom_flavor_check.yaml
deleted file mode 100644
index e11874c28..000000000
--- a/playbooks/openstack/openshift-cluster/custom_flavor_check.yaml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-- name: Try to get flavor facts
- os_flavor_facts:
- name: "{{ flavor }}"
- register: flavor_result
-- name: Check that custom flavor is available
- assert:
- that: "flavor_result.ansible_facts.openstack_flavors"
- msg: "Flavor {{ flavor }} is not available."