summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/launch.yml
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-04-29 13:38:37 -0400
committerJason DeTiberus <detiber@gmail.com>2016-04-29 13:38:37 -0400
commitada49b7eccf7fd96e5d4716ffd666987ad63be45 (patch)
tree525deee94e5a7506dbea7ea3a6e866873dfba0dd /playbooks/libvirt/openshift-cluster/launch.yml
parent72f295fc7cdef47bffbdffa35b263e120ac9ad93 (diff)
parent638aae76fe3e2ce367dbf5901169b509feb181df (diff)
downloadopenshift-ada49b7eccf7fd96e5d4716ffd666987ad63be45.tar.gz
openshift-ada49b7eccf7fd96e5d4716ffd666987ad63be45.tar.bz2
openshift-ada49b7eccf7fd96e5d4716ffd666987ad63be45.tar.xz
openshift-ada49b7eccf7fd96e5d4716ffd666987ad63be45.zip
Merge pull request #1843 from detiber/remove_deprecated_roles
Remove deprecated roles
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/launch.yml')
-rw-r--r--playbooks/libvirt/openshift-cluster/launch.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/playbooks/libvirt/openshift-cluster/launch.yml b/playbooks/libvirt/openshift-cluster/launch.yml
index 701d57d26..2475b9d6b 100644
--- a/playbooks/libvirt/openshift-cluster/launch.yml
+++ b/playbooks/libvirt/openshift-cluster/launch.yml
@@ -12,9 +12,6 @@
image_name: "{{ deployment_vars[deployment_type].image.name }}"
image_compression: "{{ deployment_vars[deployment_type].image.compression }}"
tasks:
- - fail: msg="Deployment type not supported for libvirt provider yet"
- when: deployment_type == 'online'
-
- include: tasks/configure_libvirt.yml
- include: ../../common/openshift-cluster/tasks/set_etcd_launch_facts.yml