summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 08:05:47 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2016-02-10 08:05:47 -0500
commita0701fd2d6401acf7dc9eb8c1e711d66b83dc554 (patch)
tree3dad5610d7a07be2ec349b5155d8918c523cffe9 /Vagrantfile
parentb97f68b5b9f044b560baff0607fc423431f0a8cc (diff)
parent9206f379bdc38ffe4d46efea6b56058ab3dda7b7 (diff)
downloadopenshift-a0701fd2d6401acf7dc9eb8c1e711d66b83dc554.tar.gz
openshift-a0701fd2d6401acf7dc9eb8c1e711d66b83dc554.tar.bz2
openshift-a0701fd2d6401acf7dc9eb8c1e711d66b83dc554.tar.xz
openshift-a0701fd2d6401acf7dc9eb8c1e711d66b83dc554.zip
Merge pull request #1364 from codificat/openshift-enterprise
Add missing atomic- and openshift-enterprise
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 362e1ff48..a38378289 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -30,7 +30,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
libvirt.memory = 1024
libvirt.driver = 'kvm'
case deployment_type
- when "enterprise"
+ when "openshift-enterprise"
+ override.vm.box = "rhel-7"
+ when "atomic-enterprise"
override.vm.box = "rhel-7"
when "origin"
override.vm.box = "centos/7"