diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2015-06-05 17:44:33 +0200 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2015-07-17 14:31:34 +0200 |
commit | fb4083bb920d193c2f292b49f370667029c317ba (patch) | |
tree | fd6af5ed5d884623acee3eb772cbfbb467a6e151 /playbooks/libvirt/openshift-cluster/launch.yml | |
parent | e0211ca67ce18fc9f74d0a9c82cf14a28f395e4d (diff) | |
download | openshift-fb4083bb920d193c2f292b49f370667029c317ba.tar.gz openshift-fb4083bb920d193c2f292b49f370667029c317ba.tar.bz2 openshift-fb4083bb920d193c2f292b49f370667029c317ba.tar.xz openshift-fb4083bb920d193c2f292b49f370667029c317ba.zip |
Implement RHEL subscription for enterprise deployment type
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/launch.yml')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/launch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/launch.yml b/playbooks/libvirt/openshift-cluster/launch.yml index a7ddc1e7e..6badcb325 100644 --- a/playbooks/libvirt/openshift-cluster/launch.yml +++ b/playbooks/libvirt/openshift-cluster/launch.yml @@ -13,7 +13,7 @@ image_name: "{{ deployment_vars[deployment_type].image.name }}" tasks: - fail: msg="Deployment type not supported for libvirt provider yet" - when: deployment_type in ['online', 'enterprise'] + when: deployment_type == 'online' - include: tasks/configure_libvirt.yml |