summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorPep TurrĂ³ Mauri <pep@redhat.com>2015-07-16 16:46:33 +0200
committerPep TurrĂ³ Mauri <pep@redhat.com>2015-08-03 17:11:04 +0200
commit8f951b8d458c9ec58614a65e4dad4f3ce2b74293 (patch)
treeb72766b0089ab9d729e58a54c21fee0735038359 /Vagrantfile
parent3c2893290640865cce15f6093a9ab2f11c294acd (diff)
downloadopenshift-8f951b8d458c9ec58614a65e4dad4f3ce2b74293.tar.gz
openshift-8f951b8d458c9ec58614a65e4dad4f3ce2b74293.tar.bz2
openshift-8f951b8d458c9ec58614a65e4dad4f3ce2b74293.tar.xz
openshift-8f951b8d458c9ec58614a65e4dad4f3ce2b74293.zip
Reference deployment_type instead of hardcoding origin
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index a832ae84e..f0aa0387b 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -56,7 +56,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
"nodes" => ["node1", "node2"],
}
ansible.extra_vars = {
- openshift_deployment_type: "origin",
+ openshift_deployment_type: deployment_type,
}
ansible.playbook = "playbooks/byo/config.yml"
end